Ethernet Shield / IoT / UCC / W5200 Weather Reporter-Temboo,Ethernet and Arduino An Arduino UNO (and Ethernet Shield) queries Yahoo using a Temboo account, and retrieves weather information. The data is filtered and processed, and then passed on to another Arduino UNO to be displayed on a TFT LCD module. Two Arduino UNOs are used because the Ethernet library and the UTFT library are both memory hungry, and together consume more memory than one Arduino UNO can handle.
Ethernet Shield / IoT / UCC / W5100 Control RGB LED using Android and Arduino This tutorial describes how to create an Internet of things with Android and Arduino project: android app to control a remote Led.Arduino board is one of the most important object in this ecosystem.
Ethernet Shield / IoT / UCC / W5100 Arduino Garage Door opener that integrates into OpenHAB/MQTT The following outlines how to build an Arduino Garage Door Opener that integrates into OpenHAB/MQTT. This is designed to work with an Arduino Uno Rev3 with Ethershield board .
Ethernet Shield / IoT / UCC / W5500 Remote LED control with Arduino and the Ethernet Shield The Arduino+Ethernet shield are set up as a Web-client that receives commands from the Web-server. Here, a command represents status of LEDs – on or off; potentially, it can be some other desirable manipulation of I/O ports
Ethernet Shield / IoT / UCC / W5100 Arduino Webserver and Relay module. This project describes about working with the web server and the relay module with the Arduino Mega 2560 and the Ethernet shield.We have a 16 relay board connected to Ethernet with its own IP.
Ethernet Shield / IoT / UCC / W5100 How to use an Arduino as a Web Server. By equipping an Arduino with an Ethernet shield you can turn it into a simple web server, and by accessing that server with a browser running on any computer connected to the same network as the Arduino