Internet – Ethernet – LAN Projects

Arduino watering controller

A watering controller that can be home networked using an Arduino

A couple of weeks ago, I published a great little controller module that provided 6 relays able to be controlled from a computer via a network.  After I published it, I got to thinking that the same basic design, with a couple of changes could be pressed into service as a garden watering system controller. 

A watering controller that can be home networked using an Arduino Continue Reading

webpage in real time using Arduino

Drive a webpage in real-time using Arduino, SensorMonkey and Processing.js

Remote visualization of real-time sensor data. This tutorial describes in detail how to use the free SensorMonkey service to push real-time sensor data from an Arduino to a webpage for visualization using Processing.js. No server-side coding or Ethernet shield is required. A standard, run of the mill Arduino will work perfectly. You’ll also need a sensor to

Drive a webpage in real-time using Arduino, SensorMonkey and Processing.js Continue Reading

Yun Shield

Add Linux, WiFi, Ethernet and USB to Arduino

Web site: http://www.dragino.com/products/yunshield/item/86-yun-shield.html Project Summary: The model of this shield named Yun Shield, the feature of this shield is as its name. User can add this shield into Arduino (Leonardo, UNO, MEGA2560 etc) and “turn” the Arduino into device which has similiar features as Arduino Yun: support remote upgrade and use the Bridge library. With

Add Linux, WiFi, Ethernet and USB to Arduino Continue Reading

Control Android mobile using an Arduino

Control Android mobile by an Apple Remote using Arduino

I love to integrate devices which are not supposed to be integrated and this guide shows you how you can control an Android mobile using Apple’s Remote. (Who said Apple devices work only with Apple products 😉 ) Also this is my entry to the Sparkfun microcontroller context. If you like this guide, please do

Control Android mobile by an Apple Remote using Arduino Continue Reading

Psychic Fortune Teller

Psychic Fortune Teller – An automaton that reads the mind of Twitter

Creepy fairground attraction and Twitter App! The Psychic Hive-Mind Fortune Teller is a fairground arcade-type attraction which can tell your fortune. Even better than that though – it’s also a web-connected Twitter application that can harvest tweets and regurgitate them as fortune readings! The Fortune Teller reads the mind of a twitter discussion. It takes

Psychic Fortune Teller – An automaton that reads the mind of Twitter Continue Reading

Arduino Message Droid

Bluetooth Controlled Message Droid using Arduino

This is an instructable for a bluetooth controlled Message Droid. I call it R2Blue2. It moves around and displays messages that you type using your phone or computer. Atleast it was supposed to. Due to many problems such as underpowered batteries and bad cable management I wasn’t able to extract the performance necessary. I will

Bluetooth Controlled Message Droid using Arduino Continue Reading

Arduino Laser Tripwire

Twittering Laser Tripwire with Webcam Capture using Arduino

This instructable will show you how to construct a laser tripwire that can twitter and grab an image from a webcam, as well as execute any command you can put in a bash script. This instructable is actually quite simple and is even suitable as a beginner arduino project. It requires a GNU/linux (or possibly Mac) operating

Twittering Laser Tripwire with Webcam Capture using Arduino Continue Reading

Sending and Receiving String via UDP using Arduino Schematic

Sending and Receiving String via UDP using Arduino

In this example, you will use your Ethernet Shield and your Arduino to send and receive text strings via the UDP protocol (Universal Datagram Packet). You’ll need another device to send to and from. The Processing sketch included at the end of the code will send to and receive from your Arduino running this example.

Sending and Receiving String via UDP using Arduino Continue Reading

Scroll to Top