23rd Dec 2008
Arduino Ethernet
Dec. 23, 2008
Got the Arudino Ethernet board. Attached it to Arduino Diecimila board.
Set the ip[]={ 192.168.1.77 };
Used the Arduino-12 software and ran the Sketchbook-Examples-Library-Ethernet-WebServer.
This responds to the web request by displaying the following:
analog input 0 is 301
analog input 1 is 316
analog input 2 is 312
analog input 3 is 299
analog input 4 is 311
analog input 5 is 321
Reloading the page, shows the new values of the ADC values.
- Telosb light sensor
http://sales.hamamatsu.com/assets/pdf/parts_S/S1087_etc.pdf
File-Sketchbook-WebServer_AnalogAndDigital has the new code which displays both analog and digital pins.
http://192.168.1.177