TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 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 (136544 times)
  2. FAT32 Library (69739 times)
  3. Network Ethernet Library (55844 times)
  4. USB Device Library (46179 times)
  5. Network WiFi Library (41803 times)
  6. FT800 Library (40990 times)
  7. GSM click (28923 times)
  8. PID Library (26385 times)
  9. mikroSDK (26285 times)
  10. microSD click (25299 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 embedded WEBGL with PIC micro (3D animation)

Rating:

0

Author: Wilson A. Gan Cuba

Last Updated: 2013-07-21

Package Version: 1.0.0.2

Example: 1.0.0.0

Category: WiFi

Downloaded: 1021 times

Not followed.

License: MIT license  

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

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "WIFI embedded WEBGL with PIC micro (3D animation)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "WIFI embedded WEBGL with PIC micro (3D animation)" changes.

Do you want to report abuse regarding "WIFI embedded WEBGL with PIC micro (3D animation)".

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

Example Blog

This are the first two examples in the world! to load a  WebGL application using a microcontroller as a server (hey! don't let me wrong, find another made before and I'll stop presuming), with the plus of being open sourced, and WIFI.

They show how to load a webGL animation that will be mainly stored in a microSD card using a PIC microcontroller.

WebGL is a new web technology that brings hardware-accelerated 3D graphics to the browser without installing additional software. [ source: http://www.chromeexperiments.com/webgl/]

As WebGL is new  is not entirely supported by Opera. Safari only support it under the MAC platform. Some other mobile browsers also work partially. 

For current browser webGL support visit: http://get.webgl.org/

This project was successfully tested  in Mozilla Firefox, Google Chrome and Firefox Beta mobile under Android 4.0.4, Le-pan II tablet. 

Internet explorer 11 does support WEBGL but has not been tested with this project.

Bouncing cubes

Bouncing cubes author blog: http://learningwebgl.com/blog/?p=669

Watch on YouTube

Animated bear

Animated bear author page: http://www.ibiblio.org/e-notes/Splines/models/bear_anim.html

Watch on YouTube

[ver 1.0.0.2]

-In this version a new example is included: Animated "bear" model.

-External scripts synchronized GET requests added to avoid browser timeout because of the MCU low transfer speed.

[ver 1.0.0.1]

- HTML and javaScript content Gzipped and the project modified to support it, so that the loading time have been smoothed out.

- Google Chrome support added.

En español

Estos son los dos primeros ejemplos en el mundo en cargar una aplicación WebGL utilizando un microcontrolador como servidor (y no me permitan estar equivocado, si encuentran uno hecho antes dejo de presumir), con la ventaja adicional de ser de código abierto y WIFI.

Estos muestran cómo cargar las animaciones WebGL que se almacenan principalmente en una tarjeta microSD utilizando un microcontrolador PIC.

WebGL es una nueva tecnología web que brinda aceleración de hardware de gráficos 3D en el navegador sin necesidad de instalar software adicional.

[fuente: http://www.chromeexperiments.com/webgl/]

Como WebGL es nuevo, no es del todo compatible con el navegador Opera. No parece que funcione en Safari en Windows OS. 

Para saber si su navegador lo soporta visite: http://get.webgl.org/

Este proyecto se puso a prueba con éxito en Mozilla Firefox, Google Chrome y Firefox Beta móbil bajo Android 4.0.4, tableta Le-pan II.

El Internet explorer 11 soporta WEBGL pero no fue probado en este projecto.

 

 

 

 

ALSO FROM THIS AUTHOR

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]

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]

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]