Apr
26

otaviousp a member on instructables will show you how to control things over the internet using Arduino board and an Arduino Ethernet Shield. In this example, otaviousp demonstrated how simple to control LEDs over the internet using Arduino which is emulated as a Web Server and listen for command to turn on or off the LED. It is a great example to learn to control another things. [link]

Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, LED
Apr
26

Here is a great Arduino project for Twitter users. Arduino reads ambient temperature then sending mean value for displaying on Twitter . This project using Arduino Duemilanove, Arduino Ethernet Shield, three temperature sensors(LM35) [link]

Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, Twitter
Apr
23

This Embedded RSS using Arduino, Arduino Ethernet Shield and LCD. It is connected to a network through DHCP then download an RSS feed for processing the RSS data and display the latest headlines on 4×20 LCD screen.[link]

Loading ...
Arduino Ethernet Shield
Apr
23

I just know the official Arduino Ethernet Shield doesn’t work with the Arduino MEGA without hacking and wiring.
This is the assembly guide for the NKC Ethernet Shield for Arduino DIY KIT.This shield is based on the WIZ812MJ module and shares the same W5100 TCP/IP chip with the official Arduino Ethernet Shield, making it 100% compatible. The current Arduino Ethernet Shield doesn’t work with the Arduino MEGA (a hack is possible, but some wiring is needed, as well as a small modification to the Ethernet library code). The NKC shield was designed to avoid this extra wiring and make it physically work with both the Arduino boards (and all its derivatives) and the Arduino MEGA board.
[link]

Loading ...
Arduino Ethernet Shield
Apr
21

As we know the Arduino Ethernet Shield allows an Arduino board to connect to the internet but the Ethernet library didn’t directly support getting an IP address via DHCP. Here is a Arduino DHCP Library v.01 which is developed by jordan terrell.[via]

Loading ...
Arduino Ethernet Shield