Strobit Wireless Widget Project

strobit (Custom)

Strobit looks like it could be a project to keep an eye on. The entire project is open source, including the hardware. The aim is to build a low cost, low power, wireless enable arduino powered widget. This seems like it could really cut down on the development time of many projects we’ve seen here. Development is still ongoing but it looks like they’ve already implemented some mesh networking similar to the zigbee systems.

[via hackaday flickr pool]

Smart Can Crusher

[vimeo http://vimeo.com/4821403%5D

[Mangonha] has put together this interesting project involving aluminium can recycling (translated, sortof). They’re using an arduino to tally up how much aluminium they have accumulated. That information is then passed on and displayed on a google map. There are families that go around collecting the cans as a means of income, and this system could be very helpful to them. They state that their goal is to eventually have restaraunts and more families included. We’re a bit curious about how helpful this really is. How is that information actually changing the actions of the collectors? Would a simple flag on your door or window signalling enough cans to pick up or not be just as effective?

[via the Make flickr pool]

Home Power Monitoring

powermonitor

Reader [john] finished up his home power monitor over the holiday weekend. It uses a pair of current transducers clamped onto the mains. These output 0-3V and are read by the Arduino’s ADC. The Arduino averages samples over a 20 second period, calculates power used, and uploads it using an Ethernet Shield. The shield can’t do DNS lookups, so he uses a WRT54G to negotiate with the remote webserver. He admits that the system could be more accurate; it can’t detect small loads like wall warts. He also says that money could be saved by talking serial to the router instead of over ethernet. Here are the current usage charts.

You can find many power monitor projects like this in out Home Hacks category.

WTF-O-meter

wtf-button

Here’s something every office probably needs. Ours does at least. It’s a WTF counter. When the office gets just a little too weird, someone hits the button and it gets logged. It’s probably pretty easy to judge the day by the WTF chart. The button is connected to an Arduino that updates the status on a local web server. We can imagine a nice bar graph of WTFs per day, or possibly a pie chart with normal time vs WTF time. Unfortunately, imagining is all we’re going to do. They didn’t include any examples of the visualizations. Can you imagine saying something to a co worker just for them to promptly march over and slap the WTF button? Maybe we don’t need one.

The Snow Clock

snow_clock

Snow days are great, but generally you still have to wake up to find out if it is a snow day. [insingertech] decided to make a system to solve this problem. He made an alarm clock that would automatically de activate if school is cancelled. What a pleasant surprise it would be to just wake up and find that you had been allowed to sleep in. It is using an Arduino and a python script to control the state of the alarm based off of an online school closing announcement. You can download the software from the instructable.

Custom Car Door Keypad

carkeypad

[Michael] has a keypad in his previous car’s door and he missed it enough to hack one into his Dodge Caliber. He bought a Ford keypad and mounted it inside his door with some custom electronics. He started with an Arduino nano to receive and authenticate button presses. This then splices into wires in the door that control the door lock. The program has a 5-digit code to unlock the door, but simply pressing 1 twice will lock the doors. He also implemented a lockout feature to prevent people from brute-forcing the combination. Although it isn’t wireless, it’s significantly simpler.

[thanks Michael]

OTTO, Beat Slicing Interface

otto

Create Digital Music has a great post on [Luca De Rosso]’s OTTO. Built as part of his masters’ thesis, it’s a unique tangible music interface. You load a sample into the software which displays it on the instrument surface. The user can then manipulate the sample using various hardware inputs while watching the LED representation. The device uses just one Arduino for the display and inputs. It works with Max/MSP and is designed to give the performer only the information they truly need. You can find more pictures of the device on Flickr and a picture of the guts on CDM. Embedded below is the ‘Getting Started’ video that shows it in use.

Continue reading “OTTO, Beat Slicing Interface”