Lumileds has added news LEDs to its Luxeon IR Domed Line with a significant increase in both DC and pulse drive current–up to 1.5A and 5.0A, respectively. The new emitters deliver radiant power of 1350mW at 850nm wavelength (slightly visible) or 1450mW at 940nm (invisible or covert IR). These new IR LEDs are engineered to […]
Projects
RGB LED Tutorial (using an Arduino) (RGBL) using arduino
LEDs are great. But with any project there comes a point where flashing is simply not enough. For these cases an RGB (Red, Green, BLue) LED is the answer. With an RGB LED you’ll be able to produce any colour glow your heart desires. At first using an RGB LED seems quite complex, but it […]
Darkness Map Data Collection Device
The Darkness Map encompasses both data collection and visualization of nighttime light levels. You can add to the map by downloading the app for iPhone or Android, but you can also contribute data by creating your own data collection device. This tutorial will cover how to build an Arduino powered data logger with a light […]
Arduino-based line follower robot using Pololu QTR-8RC line sensor
UPDATE FEB 2012: This guide is featured on Adafruit’s blog http://www.adafruit.com/blog/2012/02/14/arduino-based-line-follower-robot/ This is Faz3a II, my first line-following robot, which I also hope to use for maze-solving. I used the Arduino Uno, Adafruit motor shield, Pololu’s QTR-8RC line sensors and motors. You can build a cheaper and lighter version of this robot using the Atmel […]
RGB LED Rainbow Fader using an Arduino
Introducing the RainBoard: A simple RGB LED Rainbow fader using an Arduino Uno and a few simple components. Believe it or not, we will control 45-channels of RGB LEDs at 32 brightness levels using only 3 digital pins from the Arduino! How is this possible you ask? By using two magic concepts: Shift Registers, and […]
Window Painting Robot (arduino, processing, accelerometer)
The idea for this project came from one of my favorite ‘ibles: the polargraph. I loved the drawing style and thought how cool would it be to do this on the side of a building? Unfortunately the challenges to setting up such a large polargraph on a student budget pushed me to find an alternate […]
Kaleiduino: A Battery Powered Arduino LED Kaleidoscope
Hello everyone, and welcome to my Instructable! This instructable will show you how I made the first ever DIY Arduino controlled “LED Kaleidoscope”! What is an LED kaleidoscope? Well, our traditional kaleidoscopes used 3 mirrors joined as a triangle with stuff like sequins and stolen cake decorations at one end, to create an awesome pattern […]
Using The PCF8575 i2c i/o Expander To Read Inputs With Arduino
This Instructable will show you just how easy it is to add extra inputs to your Arduino. You can use this technique to add hundreds of extra inputs to your Arduino with only two wires by using a fancy communication protocol called i2c (eye-squared-see). What I have used… PCF8575 SMD to DIP breakout board Teensy-Arduino (any Arduino […]
Arduino Robotic Spider V8
I needed a project that would use all my servos, so I decided to make the do-nothing, worthless spider. If you have fischertechnik and servos to waste, this is the project for you! Really, this flopping spider makes for a great learning project. The main goal of this project is to teach the fundamentals of […]
Arduino controls cheap RC car transmitter
OBJECTIVE Cheap Chinese RC toy cars can be had for about 5 Euros in the local market. The wireless brains behind the majority of these cheap RC toys is a pair of very cheap ICs the TX2 and the RX2. Yup, that’s what they are called. So this tutorial is focused on the TX2/RX2 based remote controlled toys. […]