DrummerBot joins the jam session when your bandmates are busy

drummerbot

It seems that more often than not, [Steffest] finds himself inspired to rock out on his guitar without a percussion section to back him up. Like any enterprising hacker/musician would be wont to do, he built a robotic drummer to join in when he got the urge to play.

His DrummerBot is driven using an Arduino, which is tasked with controlling the 8 servo motors that the bot has at its disposal. The bot’s drum set is composed of a variety of items from fan motors to pot lids and more. [Steffest] wanted the ability to produce the maximum variety of sounds possible, so most of the servo motors are driven in two directions allowing the bot to strike more than one item with each “arm”.

[Steffest] is a big fan of interfacing physical objects with a web interface, so he built a simple HTML based sequencer that allows him to program the robot from his phone. Once the sequencer is programmed, the DrummerBot can be launched into action with the simple press of a button.

[Steffest] says that the bot works pretty well, but the sound is a bit raw if you hear it live. A little Ableton Live post-processing goes a long way to smooth things out however, as you can see in the video below.

[Thanks, Wesley]

[Read more…]

Open source tracking system gets a Kickstarter

open-source-tracker

Many of the hacks featured here inspire others to build on the creator’s work, and on occasion the positive feedback brings the hack to market. Last year we told you about [Wayne’s] creation, a system aimed at tracking down would-be game console thieves. He received a bunch of requests to document the tracker in full, so he decided to revise his creation and release it as Open Source Hardware.

As you might remember, his original tracking device was powered by an Arduino, which monitored an accelerometer and GPS sensor, reporting coordinates and movements to his mobile phone on demand. He combined the disparate components together on a single board, and started a Kickstarter for the project.

Aside from his original purpose of tracking stolen goods, he lists off an array of other uses, such as tracking the driving habits of your newly licensed teen, geofencing objects in certain areas and more.

If an SMS controlled all-in-one tracking system is something you might be interested in, check out his Kickstarter, or take a look at the documentation and build one of your own.

Loudest telepresence robot ever

This telepresence robot will never let your Skype callers sneak up on you. [Priit] built the project, which he calls Skype Got Legs, so that his distant friends could follow him around the house during chats. But as you can hear after the break, the electric drills used to motorize the base are extremely loud.

Noise pollution aside, we like the roughness of the hack. It’s utilitarian but seems to work quite well. Commands are sent via the web using a combination of Ajax and PHP function calls. The two drills are controlled by an Arduino via a couple of automotive relays. The drills are powered by their original rechargeable battery packs. So as not to alter those batteries, [Priit] figured out a way to use synthetic wine bottle corks as a connector. They’ve been cut to size, and had tinned wires pushed through holes in them. Now, when he inserts the altered corks they press the wires against the battery contacts. [Read more…]

Sentry gun controller-board upgrade

This open source sentry gun controller board builds on a great concept by getting rid of the Arduino board. The previous version was an Arduino shield, but this upgrade keeps all of the cool features by rolling the necessary parts into one smaller footprint.

The image above doesn’t quite convey the scope of the project. Go take a look at the feature from last year which used the shield version of the controller. That build used a servo-mounted paintball gun in conjunction with a webcam. You can still build the same platform, but use the open-source files to include this board. It has outputs for three servo motors, and can also interface with airsoft or paintball guns which have their own electronic triggers and integrated batteries.

We always like to see the schematic for projects like this one. For your convenience we exported an image from the Eagle package. You can find it, along with the demo video, after the break.

[Read more…]

Rain barrel irrigation system keeps your plants fed when you're too busy

sprinkler-controler

[Kyle Gabriel] moved into a house with a nice tract of land behind it, but due to his busy schedule he had yet to plant the garden he so desperately wanted. He worried that his hectic life and busy hours would lead to accidentally neglecting his garden, so he built a water collection and automated irrigation system to ensure that his plants never went without fresh water.

The system is fed by two large 55 gallon barrels that collect rain from his gutters. A 1/2 HP well pump is used to pressurize the collected water, which is then dispensed throughout his garden by a sprinkler. [Kyle’s] system is run from a small control box where an Arduino is used to control the pump’s schedule. At a predefined time, the Arduino turns the pump on, while monitoring the system for potential problems.

If the system starts running low on water, the Arduino triggers the valve on his spigot to open, keeping the water level above the pump inlet pipe. He also keeps an eye on pump’s outlet pressure, indefinitely disabling it before a blockage causes the pump to cycle repeatedly.

He says that the sprinkler system works quite well, and with his modular design, he can add all sorts of additional functionality in the future.

Collecting Radon data in the name of science and safety

radon-data-collector

When [Chris Nafis] built an addition onto his historical home he found that a Radon problem, previously mitigated with plenty of concrete, seemed to rear its ugly head yet again. He eventually resigned himself to installing a Radon fan and detector – the latter of which offered no way to store measurement data. He wanted to get a better feel for the short and long-term Radon measurements in his house, in hopes of finding some correlation between temperature, moisture levels, and the total amount of Radon emitted from the ground.

To do this, he disassembled a pair of Radon detectors located in different parts of his house, each of which he wired up to an Arduino. Using his oscilloscope to determine which PCB leads controlled the different LED segments on the displays, he quickly had the Arduinos scraping measurement data from the sensors. [Chris] figured the best way to keep track of his data was to do it online, so he interfaced the microcontrollers with Pachube, where he can easily analyze his historical readings.

An additional goal he set for himself is to trigger the Radon fan only when levels start rising in order to save a little on his electric bill. With his data logging operation in full swing, we think it should be a easy task to accomplish.