wires

Motion Sensing Alarm

Create a Motion-Sensing Alarm with an Arduino and IR Sensors

Infrared (IR) sensors are normally used to measure distances, but they can also be used to detect objects. By connecting a couple of IR sensors to an Arduino, you can make an intruder alarm. Overview Infrared (IR) sensors are normally used to estimate the distance of an object, but you can also use them to detect the …

Create a Motion-Sensing Alarm with an Arduino and IR Sensors Read More »

Laser Pointer

Control Fluorescent Lights with a Laser Pointer and an Arduino

A few members of the Alpha One Labs Hackerspace do not like the harsh light given out by fluorescent fixtures.  They wanted a way to be able to easily control the individual fixtures, perhaps with a laser pointer?I got right on it.  I dug out a pile of solid state relays and brought them to the Lab.  I bought an …

Control Fluorescent Lights with a Laser Pointer and an Arduino Read More »

Read Inputs

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 will …

Using The PCF8575 i2c i/o Expander To Read Inputs With Arduino Read More »

Arduino line follower robot (1)

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 …

Arduino-based line follower robot using Pololu QTR-8RC line sensor Read More »