chipKIT® Development Platform

Inspired by Arduino™

HTTP Example Server Setup - extensions?

Created Wed, 07 May 2014 13:06:04 +0000 by Amani


Amani

Wed, 07 May 2014 13:06:04 +0000

Hi, I just downloaded MPIDE, connected chipKIT UNO32 with WifiShield MRF24WBOMA and installed HTTP Server Example by Keith Vogel. This work's really nice and was easy to setup :D Is there maybe a more advanced example with "dynamic" contents web server? I would like to connect e.g. PC to UNO32 through webbrowser and see some live values (I/O port status, AD-values) and if possible have also the possibility to control some outputs. In a further step there should be also some virtual analog instruments ("meters") to visualize values... Would be nice if anyone can provide some "skeleton"? Thanks! kind regards Amani


tom21091

Tue, 29 Jul 2014 21:35:59 +0000

Hi Amani,

We do actually have some example code for what you're trying to do. Unfortunately, the libraries haven't been updated on every page of the Digilent website. You can find the updated libraries here. Inside the DEWFcK/examples folder, you'll find the deWebServer demo. Hopefully, it should point you in the right direction on what you're trying to do!

Thanks, Tommy


Jacob Christ

Wed, 06 Aug 2014 05:54:06 +0000

I don't think this will work with the WiFi shield, but here is a web server we wrote for the Quick240 that works with the Max32 and a NetworkShield:

http://quick240.com/quicki/demos:webserver

And here is a video showing it off:

https://www.youtube.com/watch?v=3ctn3qwlgRQ

Jacob