You are browsing the archive for serial.

A New Arduino Project for iTunes…

December 28, 2009 in Arduino, Arduino Projects

Project Name: Arduino iTunes LED Status Source Code Link: ArduinoiTunesLEDStatus.zip Description: This project allows a set of LEDs to display the status of iTunes. A green LED means playing and a red LED means not playing. Difficulty Level: Expert Video of working project:

Arduino Project – Serial Communication with Web GUI via PHP

August 31, 2009 in Arduino, Arduino Projects

This project is very inspiring! It is an Arduino project that has two LEDs on green and one red that are controlled via a local web server (AKA my Mac’s Apache Server). The web server is hosting a PHP script that has a user interface. When I click a link it sends a command to [...]

Arduino Project – Servo Control Via PHP Web Server GUI

August 31, 2009 in Arduino, Arduino Projects

his is another video example of the Arduino in action controlling a servo. The servo movement is controlled by pressing links ion a local web server page written in PHP. For each click the PHP code talks directly with the Arduino board via serial communication. This is using almost the same PHP code as my [...]