Motion Activated Monitor Wakeup

This hardware is used to keep a computer monitor awake when there is motion in the room. The monitor displays important information for firefighter in the vehicle bay, but only needs to be on when they are getting ready to go out on a call. The solution is a simple one, a PIR sensor combines with a mouse for motion sensitive input. When the PIR sensor detects motion it causes a mouse button click via a 2N3904 transistor. Now the monitor will not waste power or have burn-in over the long term, but whenever someone is in the room it will be displaying the information that the emergency workers need to know.

[Thanks Andy]

Apple Studio Display Connector Ports

[Warrior_Rocker] pulled off his own Apple Studio Display hack by removing the cable and adding ports. As we saw in Wednesday’s post, these displays use a cable with a proprietary connector that combines DVI, USB and Power. Instead of altering the cable, [Warrior_Rocker] removed it completely. By wiring up a standard barrel jack for power, a USB type-B socket, and a DVI port, he can now use standard video, power, and USB cables to connect to the monitor.

This project was actually submitted to us on May 25th and we missed it. It’s sad that sometimes tips fall through the cracks, and we’re sorry that we missed this particularly well-executed hack. [Warrior_Rocker] wrote in asking why his project didn’t qualify after seeing the similar post on Wednesday. So please don’t take it personally if your project doesn’t get posted. If you think it fits right in here at Hackaday and haven’t heard anything after two weeks or so, consider sending to us again.

Normal Connectors For Apple Studio Display

[Sherry Wu] sent in a link to her Apple Studio Display hack. She got her hands on the 17″ display which has a proprietary Apple Display Connector that rolls signals for DVI, USB, and 25V power into one plug. Convenient right? Not if you want to use it on a machine that has standard video connections. No problem, she got out her meter and figured out which wires belong to each signal. After some soldering she now has a DVI connector for the video, and a 24V bench supply is standing in for power until a dedicated unit arrives. No luck so far at getting the USB and hotplug detection to work but she plans to keep going until that’s accomplished.

Looks like you can pick these displays up refurbished for as low as $75. Might not be a bad addition to your home setup if you’re willing to do some soldering.

Save A Baby, Nursery Temperature Monitor

Yes, you could argue this Nursery Room Temperature Monitor is simply an LED and an Arduino with a temperature sensor, but [Jay] really did put more thought into the process. For instance he stuck with AVR, built a wooden base and sanded globe, and even included schematics and source code. Plus, SIDS is no laughing matter and the more you know, the more it can be prevented. Back on point, one thing we would add is PWM for a more gradual change in color. What would you add?

Continue reading “Save A Baby, Nursery Temperature Monitor”

Whole House Current Monitoring

[youtube=http://www.youtube.com/watch?v=HlRBrTTLQFU]

[Debraj Deb] put together a current monitoring device that interfaces with the circuit box at his house. The system is controlled by a PIC 18F4520 and uses an LM358 Op-Amp to rectify the AC signal, as well as an MCP6S21 for range adjustments for detecting both high or low current loads. The data displayed on a character LCD includes average, RMS, and peak current. For now the data is saved to an EEPROM and can be dumped using a serial connection but [Debraj] plans to add a GSM modem so he can send energy use data to his cell phone.

[Thanks Ganesh]

SPRIME Controlled AC Outlets

Reader [Tim Upthegrove] sent in a novel take on powering and monitoring AC outlets and devices called SPRIME, or Simple Powerline Remote Interactive Monitor and Enforcer. Compared to previous hacks, such as 120v switching or Quick cheap remote outlets, that only turned an outlet on or off; SPRIME allows not only control over outlets via the internet, but also power usage of devices currently plugged in.

We really liked their idea of giving power companies access to SPRIME outlets to reduce power consumption during peak hours, but sadly we don’t see it being implemented in homes any time soon. Catch a video of SPRIME after the rift.

[Thanks Chris McClanahan and Jeff Starker for the project, and deyjavont for pointing out our silly mistakes]

Continue reading “SPRIME Controlled AC Outlets”

PC Fan Failure Alarm

[youtube=http://www.youtube.com/watch?v=Jznl8U9zzKM]

Need to monitor not only if a fan is running, but if it is running fast enough? Check out this PC fan failure alarm circuit. After several failed attempts using various circuits, they settled on a Schmitt trigger. They even show a couple variations including a manual reset and a relay instead of a buzzer.

[via HackedGadgets]