[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.
classic hacks2768 Articles
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.
Unique Li-Ion Battery Tester
[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
[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.
OBD-II Automotive Data Logging
[Avi Aisenberg] sent us his final project for ece 4760. His team built and OBD-II data interface. Even though OBD-II is an industry standard, each manufacturer has implemented it differently. This is where this project shines. They have built it to be capable of talking to any of them. Not only that, but it has a nice backlit LCD screen for diagnosing issues without having to go back to your computer and downloading the data. If you really don’t need all the bells and whistles, you can make one for roughly $15. They even have an OBD-II app for the iPhone.
GPS Logger With Wireless Trigger
[Matthew] sent us his group’s final project, where they built a nice GPS logging system. Not only can it simply log the GPS coordinates on a predetermined interval, it can also be triggered to make an entry by a wireless device. In this example, they use a camera. This allows them to then upload all the GPS information and pictures to places like Google Earth.
They are using an ATmega644, with an LCD, SD card, and GPS unit. They had to do a little hacking on their camera to add the wireless transmitter, which triggers the logger. You can see not only the cost break down and source code for the project, but also a map with lots of geotagged photos. This is the kind of thing we can almost see as a standard item in the future.
Fart Intensity Detector
When we ran the story about the office chair that twittered your flatulent activity, many people commented on the fact that it had no method of determining intensity. Well, here’s the solution to that problem(is this really a problem?). These students built a fart intensity detector for their final project in ece 476. It measures the sound and temperature, as well as the composition of each fart. They really added some bells and whistles on this project. Not only will it display your statistics on and LCD screen after a reading, it will beep and, if your fart was intense enough, blow it away with a little fan. You even have the option of playing back the audio recording of your most recent glory.