How do I display high pin count from a arduino to a Ipad

Ideal implementation:

25 pin connector>4 or more MCP3208 adc’s>SPI bus>arduino> HTML 5 page with “sockets(?)>CC3000Wireless>

Then

Ipad surfs to 10.0.0.10 28

Appropriately formatted web page appears. refreshes twice a second or so.

 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

Three major “chunks” to this project:

1. Get lots of analog channels into a arduino

a. Try Arduino 8 channels of analog first

b.multiplexed 8 Channel A to D converters

2. Have the Arduino “Host” a Web Page with that data.

a. use the native USB first, then use “Processing” or “a Python 2.x script to display

b. use the OEM wired eth backpack first

3. Have the Arduino  offer the web page wireless.

a. cc3000 wireless is prefered, may need to swap to a ?wifly?

4. Setup the Web Browser  display data

 

 

 

========================================================================

Step 1

Get data from a Arduino to a laptop by the easiest means:

ChatServer_ATS.ino

.zip file,

 

========================================================================

Here are a few things it took to get Python to run the plotting program

Surf to  get numpy

 

sudo apt-get install python-pip 
sudo pip install matplotlib

=========================================================================

At present, the CC3000 will not act as a server to “Host” the web page

 

 

Related stuff:

Fancy gage and all

http://startingelectronics.com/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-gauge/

=======================================================================

Thanks ZoomKat

ZomKatDataUpdate

 

 

__________________________________________________

 

Or use this board

http://docs.macetech.com/doku.php/centipede_shield

 

with these chips

 

http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en010534

 

________________________________________________________________

AdaFruit CC3000 part of the puzzle, remember to set the SerialMonitor to 115200

http://learn.adafruit.com/adafruit-cc3000-wifi/cc3000-library-software

This guy seems to be using the cc3000 to send live data to mamp

http://bitknitting.wordpress.com/2013/09/16/test-send-data-to-a-home-web-server/

This is a weather station:

http://www.openhomeautomation.net/arduino-wifi-cc3000/

This fellow seems to be getting close to a realtime server for sensor data.

http://forums.adafruit.com/viewtopic.php?f=19&t=45421

WebDuino

https://code.google.com/p/webduino/

WebDuino on Arduino.cc

http://forum.arduino.cc/index.php?PHPSESSID=maobfsusbti7ndaivrj4l0v3f3&topic=37851.15

 

control LED’s with web interface

http://www.makeuseof.com/tag/give-your-arduino-project-its-own-mini-webserver-with-an-ethernet-shield/

 

standard arduino ethernet shield

http://playground.arduino.cc/Code/WebServerST

 

http://www.instructables.com/id/Sending-data-from-Arduino-to-Excel-and-plotting-it/

Here is a 16 pin mix

74HCT4067