TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141825 times)
  2. FAT32 Library (74956 times)
  3. Network Ethernet Library (59317 times)
  4. USB Device Library (49308 times)
  5. Network WiFi Library (45107 times)
  6. FT800 Library (44675 times)
  7. GSM click (31287 times)
  8. mikroSDK (30214 times)
  9. microSD click (27664 times)
  10. PID Library (27563 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

WIFI HTTP + media loading from microSD (image, audio and video) (HTML5 compatible)

Rating:

0

Author: Wilson A. Gan Cuba

Last Updated: 2013-04-29

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: WiFi

Downloaded: 964 times

Not followed.

License: MIT license  

This projects shows how to read a multimedia file from a microSD an load it into a web page.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "WIFI HTTP + media loading from microSD (image, audio and video) (HTML5 compatible)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "WIFI HTTP + media loading from microSD (image, audio and video) (HTML5 compatible)" changes.

Do you want to report abuse regarding "WIFI HTTP + media loading from microSD (image, audio and video) (HTML5 compatible)".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Here we present 3 projects in one. How load an image, audio file and video file from a microSD card to a web page, which among other things, will allow to save the PIC limited ROM for other purposes.

The approach in all is pretty similar, and that's why we have bundle them together but separate at the same time for easy of learning.

Always look at the projects headers for specific instructions.

Do not expect them to be bug free, this are only examples and can be improved in several ways.

Note that to be able to fit all required libraries the WIFI packet transmission buffer had to be decreased to save some RAM and as so, the  page file loading speed. For that reason it is recommended to use a PIC with more RAM like the PIC18LF46K22 which is quite similar in internal structure to the PIC18F45K22.

Image web Example

Image web Example

example

View full image
Audio web Example

Audio web Example

example

View full image
Video web Example

Video web Example

example

View full image
WIFI plus and microSD click on mikrobus

WIFI plus and microSD click on mikrobus

Image

View full image

En español

Aquí presentamos 3 proyectos en uno, cómo cargar una imágen, archivos de audio y archivos de vídeo desde una tarjeta microSD a una página web, que entre otras cosas, permitirá ahorrar la ROM limitada del PIC para otros fines.

El enfoque de todos es muy similar, y es por eso que los hemos agrupado juntos pero separados al mismo tiempo, para facilitar el aprendizaje.

Leer siempre los  encabezados de los proyectos para instrucciones específicas.

No se debe esperar que esten libres de errores, pues son sólo ejemplos y pueden mejorarse de varias maneras.

Tener en cuenta que para incluir  las bibliotecas necesarias, el buffer de transmisión de paquetes WIFI tuvo que ser reducido para ahorrar algo de memoria RAM lo que su vez disminuyo la velocidad de carga de archivos en la página WEB. Por esa razón, se recomienda utilizar un PIC con más memoria RAM como el PIC18LF46K22 que es bastante similar en su estructura interna a la del PIC18F45K22.

ALSO FROM THIS AUTHOR

WIFI HTTP + image loading from PIC ROM

0

Simple example to demonstrate how an image (or probably almost any binary file) can be encoded in base64 format and loaded into the PIC ROM as long as the ROM space allows it.

[Learn More]

WIFI WebGl (three.js) (3D) Lamp control with PIC micro

0

This project features the first WebGL (Web graphics library) electronic control in the world using the Three.js library and a PIC microcontroller interfaced with a Triac. Release date: 08/03/2013

[Learn More]

Serial Port Utility

4

Utility to Read/Write the serial port. Useful with projects involving serial communication between microcontroller and PC.

[Learn More]