A few weeks ago we played with XBee wireless devices. Last week we played with accelerometers and compass. This week we will put it all together in a custom remote control. Our first project will be to remotely control a servo motor by using two Arduinos and two XBee modules. The remote control (transmitter) should be...
Arduino and Infrared … (Part 3)
That post is due for a long time. I’ll continue with the infrared project and add control of X10 devices in your house. Don’t know what X10 is? Click here to learn more. The code in this post is not much different than the code presented on part 2 of this series. In addition to...
Arduino and Infrared … (Part 2)
In the first article of the series, I explained how to break the code of a standard infrared remote control. In this article, we will use these results to control real world devices. The so called “real world devices” are, at this point of the project, three LEDs. I’ll keep lamps and washing machines control for the...