[RagingComputer] built this 1-wire attic cooling fan. He’s using an Ubuntu server loaded with OWFS to control everything. The 1-wire temperature sensor is interfaced using USB while a serial x10 module sends out commands to be received by another x10 module near the fan. Back in the day we had covered a linux home automation project. We also covered HVAC hacks such as the smart attic fan and a 1-Wire HVAC monitoring system.
computer hacks1370 Articles
computer hacks
Pet-squirting Waterwall
Sometimes, pets need to be trained to stay away from certain things. Over at sump.org, his cats needed to be kept out of his room. He used their natural fear of water by creating the waterwall, a motion-sensing device that sprays water. The project is incredibly simple and uses very few components. It is based around an IR intrusion detector and a windshield washer pump. Although that worked well enough, he also hooked it up to his computer via the parallel port so that he could take pictures as the cats (or people) are sprayed. Although the project is old, it shows how few components are really needed to achieve this kind of behavior.
Related: Motion detecting cat toy
[thanks todd]
Visual Hardware Identification Guide
Check out this visual hardware guide from deviantART member [Sonic840]. It has everything from memory modules, to bus sockets, to power connectors, to an entire array of CPU sockets that have been used over the years. You’re bound to see something in there you didn’t know existed.
[via Gizmodo]
AVR ISP Programming Via Arduino
We found this Arduino AVR ISP programmer particularly interesting. AVR microcontrollers can utilize an interface called In-System-Programming. ISP allows the chip to be programmed or reprogrammed while in an actual circuit via a pin header. Atmel’s solution is the AVR ISP MKII programing tool. The MKII can also be reprogrammed just as an AVR. The difference here is that most people are not likely to modify the MKII to be used as anything but a programmer. On the other hand if you already have the Arduino, fetch the avr.isp.03 firmware and AVRdude. Then program a device, for example an ATtiny13 using the Ardunio as the programmer. All the project information is provided under the CC BY-NC-SA 3.0 license. On a related note we covered a Microcontroller cheat sheet which covers AVR devices and ISP pinouts.
Cheap Cup Holder Laptop Tray
[Michael Davis] sent in his homemade laptop tray. He does a lot of traveling in his Toyota Tacoma and was looking for a good way to mount his laptop inside. Unfortunately, [Michael] soon discovered that commercial laptop trays can be very expensive and difficult to install. He saw an opportunity in the empty cup holder in his car. Fifteen dollars worth of PVC pipe fittings and a piece of plywood later he had a laptop tray.
Inside The Asus EEE Keyboard
It seems that our french friends over at BlogEEE.net have gotten their hands on a prototype of the Asus EEE Keyboard all-in-one keyboard computer. After plugging it in and messing around it a little bit, they decided to take it apart. Although BlogEEE.net is in French, we were able to learn several things about this prototype. According to the site, the PCB in their EEE keyboard is marked as Revision 1, meaning that it is very possible that this could be the finalized version of the PCB that will be seen in retail units. Also, they mention the presence of a Silicon Image sil1392cnu, a chip responsible for sending HD graphics via the EEE’s onboard HDMI port, supporting resolutions anywhere from 480i to 1080p. Perhaps one of the most impressing details uncovered was that when weighed the EEE keyboard clocked in at an impressive 2.1 pounds, lighter than most keyboards that don’t have an onboard CPU or display. While we’ve learned a lot about the Asus EEE Keyboard so far, there is still no information available regarding its release date.
[via Gizmodo]
Compaq Motherboard Power Mod
Some companies insist on using proprietary pieces. It can be really frustrating when there is no apparent reason other than consumer lock in. It irritates us to feel like we’re being forced to buy their pieces. This is one of the more popular reasons listed when you ask a hacker or modder what got them started. This project takes us through making a normal power supply work with the compaq proprietary 14 pin plug found in some smaller desktop PCs.
Aside from the plug itself being different, the motherboards require a 3.3v standby voltage. A normal power supply usually only has a 5v. Though there are even simpler ways of bypassing the issue, he chose to put an inline voltage regulator. Schematics are available on the site.
[via Hacked Gadgets]