Remote Thermometer Using Arduino

temp

[Peter] sent in this writeup on how to build a remotely accessible thermometer. The hardware side is pretty easy on this one, all you need is an Arduino, a resistor and an thermistor. The software is where the main focus is.  You can check the temperature via command line, but also via email. It can also tell you the temperature using the host computers sound hardware. You can see a video of it in action after the break. We have to wonder why he didn’t make it twitter.

Continue reading “Remote Thermometer Using Arduino”

Breath Controlled Guitar Hero Kick Pedal

blow

[Ben Heck] the uber modder has posted a new project. He has made a breath controlled kick pedal for all of the Guitar Hero style games. Though the tutorial focuses on Guitar Hero World Tour, he does explain how it could be done for Rock Band at the end. This is intended for someone in a wheelchair who couldn’t actually use the kick pedal and needed their hands free to play the rest of the drums. He took apart the kick pedal that came with it to get the piezoelectric switch out of it. Then, he made a little chamber and placed the switch on a diaphragm at one end. When you blow, the diaphragm moves and triggers the switch. Pretty simple really. There is a video available of [Ben] trying it out as well.

Nerf Sniper

snerf

a true hacker knows that you just can’t blow away the competition with a stock piece of equipment. Nerf warfare is no different. These guys did what they had to do to become the dominant force in their offices Nerf wars. They built their own high power Nerf rifle. Using some PVC, a sprinkler valve, and a bicycle pump, they made a Nerf gun that can fire roughly 300 feet. You can see a video of it in action after the break.

Continue reading “Nerf Sniper”

Automatic Grow Light

gh1

We’ve covered automated plant growing before, but that project might be overkill for many situations. Many of us don’t need our plants to have facial expressions either. Sometimes, we just need a little bit of help. This automated grow light is a nice little project that supplies decent light when necessary. You can download the source files on the tutorial. It is currently set to supply an additional 4 hours of light, detecting the low light levels to turn it on.

BMOW: A Home Made Cpu

bmow

Building your own CPU sounds like quite a daunting task as it is. Building your own CPU using manual wire wrapping transcends difficult to become an art form. [Steve] has built a CPU by manually wrapping every single wire. That’s 1253 wires, or 2506 wrapped ends. Even if it didn’t work, it would be nice to look at. But it does work, you can see a demo video showing the audio functions after the break. The system is now enclosed in an Acer x-terminal case, so it isn’t as pretty, but its still quite a project. You can follow along as he builds each section, the video, sound, even the keyboard interface. It’s pretty amazing seeing it all broken down to the most basic forms.

Continue reading “BMOW: A Home Made Cpu”

AVR Mega8 RSS Reader

avr_rss

[Barney_1] built this sereial RSS reader. He’s using the Dragon Rider 500 development board, which is a kit that has expansions available including the LCD, serial interface, and power supply. You don’t need the kit though, you could just build your own with similar specs. He has written a program in python to scrape RSS feeds and send them to the LCD. He’s got some specific workarounds for the Dragon Rider board if you do have one. You can download the firmware and source code on his site.  You can see a video of it after the break.

Continue reading “AVR Mega8 RSS Reader”

PropIRC: Propeller Based IRC Client

propeller

Many people don’t want to miss anything in their IRC room, so they “idle” or just leave the client open to capture all the conversations. It can be annoying to have it going in the background on your computer though. To remedy this, [Harrison] built a simple computer from a propeller microcontroller that’s only purpose is to connect to IRC servers. It can take a regular PS2 keyboard and works with a standard monitor at 1024×768. It’s compact size and low power requirements make it quite a useful tool to have around if you are always on IRC. you can download the source code and schematics on the site.

[Thanks Scott]