TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (347 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 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 (136222 times)
  2. FAT32 Library (69488 times)
  3. Network Ethernet Library (55706 times)
  4. USB Device Library (45992 times)
  5. Network WiFi Library (41639 times)
  6. FT800 Library (40786 times)
  7. GSM click (28788 times)
  8. PID Library (26332 times)
  9. mikroSDK (26054 times)
  10. microSD click (25141 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: 911 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

Ajax WIFI HTTP demo with microSD storage

1

This project is similar in functionality to the original Ajax WIFI HTTP demo with ROM storage, but has been modified in several aspects to make the web page files be stored and served from a microSD card. Release date: May, 07 2013.

[Learn More]

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]

Ajax WIFI HTTP demo with ROM storage

0

Feel the power of Ajax. Take a look to the EXAMPLE BLOG, you'll find there a video demonstrating, how it works. Also as this was mostly JavaScript programming, adapting the code to other compilers should not be too difficult task. Release date: April, 08 2013

[Learn More]