Arduino Security With Frickin’ Laser

[over9k] used his Arduino to set up a laser trip wire. The laser is mounted along side the Arduino, reflects off of a mirror, and shines on a photoresistor that interfaces via a voltage divider. The signal from the voltage divider is monitored for a change when the laser beam is broken. [over9k] set things up so that a webcam snaps a picture of the intruder and Twitters the event for easy notification. Video after the break walks through each of these steps.

This build is a bit rough around the edges but unlike other laser trip wires this keeps all the electronics in one place. The laser interface could be a bit more eloquent, and we’re wondering just how much current it is pulling off of the Arduino pins. But if you’re bored and have this stuff on hand it will be fun to play around with it. Continue reading “Arduino Security With Frickin’ Laser”

Arduino Headed For One Point Oh

In a recent blog post, [Massimo] stated that there will be some stabilizing changes coming for the Arduino platform. The API, IDE, and even the website are targets for the Arduino team’s New Year’s resolutions to bring Arduino to 1.0. This platform is often seen at the core of projects we cover and many that we do not or should not cover. It has come to wide use because it has a better price point to other starter development boards, easy to use with a large user base for support, extensive hardware options with much of the coding already in libraries, and a cross-platform, open source tool-chain that can run just about anywhere. Many people that hate the Arduino, hate it because it is so easy to use. Anyone can get an LED to blink with an Arduino even though there are far more (and far less) elegant solutions. Love it or hate it, Arduino has made a significant impact and the coming changes should help keep it be around for quite some time. Let us look back, how has Arduino affected you?

Twitter Based Christmas Ornaments Update

When we introduced you to the Twitter Christmas tree ornaments, sadly we had very little information about the project. Luckily [Rob] made contact and clued us in on the inner workings. It even turns out we were wrong about the usage of Arduinos! We invite you to check out all the juicy inner workings after the break.
Continue reading “Twitter Based Christmas Ornaments Update”

TF2 Kill Counter, Binary Style

[youtube=http://www.youtube.com/watch?v=d7Pft-GPQWU]

After getting some fun new toys for Christmas, [IceColdFreezie] set up this kill counter for Team Fortress 2. At first glance, we weren’t that impressed. It’s an Arduino and a few LEDs. Then we saw that it was counting the kills in binary. We’re not sure if it gets much geekier than that. You can download the source code and try it out yourself. Just don’t make more than 31 kills.

[via littlebirdceo]

Moolodeon Electric Accordion

[youtube=http://www.youtube.com/watch?v=Dc1a5ig_M94]

[Lee] wanted an electric Melodeon to use with his band. A Melodeon is a chromatic accordion and there are people who already make electric versions but they are a little too expensive for him. Instead, he bought a toy accordion and added electronics to it.

After being thwarted by forgotten PIC skills of yore, he went with an Arduino as the controller. Two pressure sensors are used to detect the squeezing and pulling of the instrument’s bellows. His did some solid work. The video above uses 8-bit sounds like we’re used to from video games and the one after the break sources more traditional accordion sounds.

Continue reading “Moolodeon Electric Accordion”

MakerBotWatch

If you didn’t get the geeky watch you wanted for Christmas you should consider building yourself a MakerBotWatch. The watch is an Arduino, using an ATmega328 microcontroller running the bootloader. The watch has two concentric circles of LEDs for minutes and hours. A vertical row of four LEDs adds in the additional resolution needed to get 60 minutes on the watch face.

The schematic and board layout are available from an SVN repository so you can make your own board. The device will go into production as a kit but currently the laser-cut bezel will not be part of it.

[via Adafruit]

(Yet Another) Twitter This Controlling Arduino That

Christmas may be over, but we still have a couple of cool holiday related hacks for you. One being [Alpay’s] Twitter based interactive Christmas tree ornaments.

We tried to dig up some more information, but it thus far appears a laptop running Processing searches Twitter for specific Christmas related words (like 1337, that’s Christmas-y), sends a buffer to one of three Arduinos which in turn light up a specific ornament. You can check out a live stream here.

For those wanting a bit more information on Arduino and controlling holiday lights, check out [Alpay’s] GE health care version of Twitter lights, or our previous post on controlling Christmas trees, or you might even try [Michael’s] $10 Walmart light controller.