Weather Canvas

weather

Another Cornell final project, Weather Canvas aims to make watching the weather a little more pleasant. Data is captured via a thermometer, humidity sensor, anemometer, and a Hotwheels radar gun turned precipitation sensor. Once it’s captured, it’s transmitted to the LED matrix inside which displays pretty patterns to convey the weather conditions. They have set images, like icons, that mean different things.

Wireless Portable USB Tether

USB

[Pete] has put together a fairly simple writeup on building a wireless USB tether for your DSLR. He’s basically using a pair of USB wireless adapters and a battery pack. In his original version, he did some slight modification to the dock that powers the USB dongle, adding his own battery pack too. He notes that this whole project can be done without the effort he put into it, at a little more expense.  The only improvement we think would be nice would be a better way to package it to keep it out of the way while you shoot.

Digital Dice

dnd

There have been several attempts at bringing Dungeons & Dragons up to date with modern technology. Most attempts have been in the form of computer games that somehow fail to capture the essential experience. This attempt, however seems to add some techie flair to while keeping the game the same. [Itay] has built some digital dice. Simply choose how many sides you want your dice to have, then give it a shake.  OK, a random number generator isn’t that groundbreaking, but he did have to do some pretty intense soldering. The LED matrix is pretty cool, but we like looking at the back. You can see it in the video after the break.

Continue reading “Digital Dice”

HVACMonitor: Web Enabled Monitoring

hvac

[Marc] submitted this project he’s been building. It’s a web enabled HVAC monitoring system. He’s using a pic-web development board with a custom I/O daughter board to control the HVAC system.  The project allows for the system to be monitored and controlled via the web. It should be able to interface with most commercial and residential systems. As usual, schematics and source files are available on his site.

Magic Wands For Disney

[NRP] sent us a few of his projects. The most notable of the bunch was a school project funded by Disney. They were to make some kind of interactive entertainment for people waiting in line for rides. They decided on a wand style interface. Each wand has an accelerometer, an IR LED for tracking, an XBee unit, and a few buttons for interaction. They wrote some custom games and a multi person white board to test it all out.  You can see those in action, along with a space themed pong game in the video after the break. Even though this was funded by Disney, you can still find all the source code and schematics, available for free.

Continue reading “Magic Wands For Disney”

Unique Li-Ion Battery Tester

battery

[moris_zen] found himself with a hand full of Li-Ion batteries and no good way to see what their capacities were. He built a this unique tester really quick to get the job done. He’s using off the shelf components and a cheap pocket watch which he bought in Taiwan for $1. You hook the circuit up to your battery, click the button and the watch starts working. When it stops, you multiply that number by .38 to get your amp/hour results. Sure, he could have just used a counter, but this is an interesting approach. All he needs to do now is make a nice container to hide all of the circuitry. How could he change the circuit to make the end multiplication unnecessary?

Antique Phone Doorbell

doorbell

[Bryan] sent in this cool doorbell he made out of an antique phone. After seeing similar phones for $150 to $399, he picked one up on ebay for $10. After some cleaning and polishing, it was looking fantastic, but fairly useless. At this point, he broke it open and started hacking to turn it into a wireless doorbell. He picked up a cheap wireless doorbell and proceeded to gut it. The transmitter side got an aesthetic overhaul, a big fancy button and nice LED in a 50’s style  were added. The receiver side got hacked up as well. It was incapable of pushing the required voltage to ring the phone’s bell, so he had to do some searching for a better circuit. Since his knowledge of electronics was limited, he was looking for something that could be plugged in and work without much modification. Eventually, he found the Silvercom AG1170-s5. At $7, he swiped it up quick. It may be a bit of overkill, but he’s using an arduino to trigger the whole thing when it receives the signal. You can download the Arduino sketch on the site.