Archive

Archive for the ‘Arduino Ethernet Shield’ Category

Ethernet Shield LED WEB SERVER

ethernet-shield-led-web-server

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]

PoorNothing specialWorth projectPretty coolAwesome ! (9 votes)
Loading ... Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, LED

Temperature Twitter

temperature-twitter-1

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]

PoorNothing specialWorth projectPretty coolAwesome !
Loading ... Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, Twitter

Embedded RSS

embedded-rss

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]

PoorNothing specialWorth projectPretty coolAwesome ! (1 votes)
Loading ... Loading ...
Arduino Ethernet Shield

NKC Ethernet Shield for Arduino Assembly Guide

nkc-ethernet-shield-for-arduino-assembly-guide

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]

PoorNothing specialWorth projectPretty coolAwesome !
Loading ... Loading ...
Arduino Ethernet Shield

Arduino DHCP Library v0.1

arduino-dhcp-library-v01

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]

PoorNothing specialWorth projectPretty coolAwesome !
Loading ... Loading ...
Arduino Ethernet Shield