Quick And Dirty Magnetic Card Reader

card

[nevdull] found himself in possession of a magnetic card reader. What else was he to do but show us all how to read from it using an AVR? He goes through the basics of how the card reader works, as well as how to detect the different card states such as entering, reading, leaving. There is source code to download to try for yourself, but unless you have the same reader, you’ll have to do some modifications. While this doesn’t get you all the way to reading the complete content off of the card, its a great start. Maybe you guys can help him finish up the last bits.

Moon Phase Light Modification

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

In this project, a moon phase light is modified to show the actual moon phase based off of your computer’s internal clock. From the factory, these moon lights are updated via an infra red remote control. He pulled the brains from the clock and replaced them with an Arduino. He then runs a program that updates the Arduino based off of the system clock. He has also added an internal clock to maintain the settings so constant updates are not required. It would have been nice to retain manual functions via the remote so you could press a button for a full moon without having to change your system time.

[via littlebirdceo]

Sleepy Arduino Saves Batteries

06_11 (Custom)

Battery life is often overlooked when building projects, especially for beginners. This tutorial takes you through the setup of power saving modes for the Arduino. Utilizing the watchdog and sleep functions, they put the chip into a hibernation mode between cycles. An optimum configuration could take your battery life from 4 days to about 3 years.  For a lot of you, this is old news. But for the rest, this is really good stuff. You can download a sample application from the site that mimics the singing of a nightingale when the sun goes down.

Droplet

[vimeo=http://vimeo.com/5989780]

[Andrew Rapp] sent in this project called Droplet. He’s been doing work with Xbees and Arduinos together and built this little toy. He describes it as “sort of like a Chumby”. It has built in services for Twitter, Google Calendar, News, Gmail, etc.  You can download the full source code and plans on his site. His next planned revisions include possibly running it from a sheevaplug, making a nice case for it, and utilizing the unused pins of the arduino.

Little Walker

lilwalker

This little walking robot caught our eye. We’ve seen tons of 4 legged bots, but the design on this probably took more effort than the electronics. The design is radially symmetrical, it can walk in any direction, turn in place, and even walk upside down. The electronics weren’t forgotten though. This little bugger manages to pull a half our of use out of each battery charging. It communicates wirelessly with a custom dual Wiimote Nunchuck setup via XBEE modules. You can find much more technical details in the captions of the pictures. We’re not positive what processing power is hidden in the bot itself, but we know there’s an Arduino in one of the nunchucks. This might be the brains of the operation leaving the hardware on the bot simply to control the servos. We really like the arc-reactor-esque power display.

Defcon Status At A Hosting Company

defcon

[Aaron] has been working at iweb hosting for about 5 years. When he started, the number of servers was small enough that managing them was fairly painless and could be done by just manually verifying that everything was operational. As the number of servers grew, this task became more and more difficult. They employed various methods of tracking problems, but found them all lacking in one way or another. They got an idea to build a Defcon status page based on all of the information collected about their server status. The page was built and all rejoiced. As with most projects, they just couldn’t leave it alone. Next, they built an android app to be able to see the defcon status from their phones. As cool as that was, they felt they needed to have yet another way to keep track. They What you see above is the prototype for the office defcon status display. It is extremely simple, using an Arduino (yes, we know, massive overkill) to receive status updates to change the display number. [Aaron] says that right now it is a mess, and you have to shield it from the light with your hands to see it, but it works. What should the next step be? A giant Alpha Numeric LED indicator? A nixie tube?

Greenhouse Guard

pid

[Seth King] sent in his latest hack where he used an Arduino to regulate various aspects of a greenhouse. He has sensors for soil and air temperature as well as light and moisture. He built a custom circuit that uses relays to power fans, lights, and heaters. Using timers and the sensor data, the devices can be triggered to create the perfect environment for sprouts. He hopes to make the whole thing wireless by integrating XBees, but for now he ran a USB cord to his computer.

Related: Automatic grow light