TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 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 (139559 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57254 times)
  4. USB Device Library (47607 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42551 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26930 times)
  10. microSD click (26309 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 + image loading from PIC ROM

Rating:

0

Author: Wilson A. Gan Cuba

Last Updated: 2013-04-28

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: WiFi

Downloaded: 802 times

Not followed.

License: MIT license  

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.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "WIFI HTTP + image loading from PIC ROM" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "WIFI HTTP + image loading from PIC ROM" changes.

Do you want to report abuse regarding "WIFI HTTP + image loading from PIC ROM".

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

Example Blog

This code focuses on demonstrating how load an image in base64 formating from the PIC ROM memory.

Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64...[en.wikipedia.org/wiki/Base64]

The approach could also be used to load almost any binary (like audio and video) if ROM space allows it.

The base64 encoder was taken from here: http://sourceforge.net/projects/base64encoder/ but if you Google it, will find hundreds of online and downloadable options.

Example

Example

example

View full image

En espanol

Este código se centra en la demostración de cómo cargar una imagen en formato base64 en la memoria ROM de un PIC.

Base 64 es un grupo de esquemas de codificación similares que representan datos binarios en un formato de cadena ASCII traduciéndolo a  radix-64 ... [en.wikipedia.org/wiki/Base64]

El enfoque también podría ser utilizado para cargar casi cualquier binario (como audio o video) si el espacio ROM lo permite.

El codificador base64 fue tomado de: http://sourceforge.net/projects/base64encoder/ pero si hace una busqueda en google, encontrará cientos de opciones en línea y descargables.

ALSO FROM THIS AUTHOR

WIFI embedded WEBGL with PIC micro (3D animation)

0

The first two examples in the world to demonstrate how to load a WEBGL animation using a PIC microcontroller. Release date: April, 28 2013

[Learn More]

WIFI HTTP + multi file loading from PIC ROM ( .html, .css, .js)

0

The purpose of this project is to demonstrate in a simplified manner, how add multiple files to Mikroelektronika's WIFI HTTP demo, which will be stored in the PIC ROM but could be requested through the main web page as external files, all to be included in the same web page.

[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]