Jeep-uter Adds Push Button Control To Your Vehicle

[Ed Zarick] built a module to control his vehicle which he calls the Jeeputer. The name’s a mash-up of Jeep and Computer; the device itself is a combination of Arduino, character LCD, and a collection of shift registers and relays for interfacing. Watch the video after the break to see what this can do. We were surprised in the beginning when he says that all he has left to do is remove the steering wheel lock and he’ll be able to drive using the interface, but we think he means type in a code to unlock the ignition, not remote control for his car. He then goes on to demonstrate garage door control, power cycling for CB radio, GPS, 110V power inverter, vehicle light control, and much more. This must be the most feature packed car computer we’ve seen so far.

Continue reading “Jeep-uter Adds Push Button Control To Your Vehicle”

VR! Now With More Kinect, Wiimote, And Vuzix

Those of us that remember when you could actually go to a mall and play on a VR game machine, tend to remember it fondly. What happened? The computing horsepower has grown so much, our graphics now days are simply stunning, yet there’s been no major VR revival. Yeah, those helmets were huge and gave you a headache, but it was worth it.  With the 3d positioning abilities of the latest game crazes, the Wiimote and the Kinect, [Nao_u] is finally taking this where we all knew it should have gone(google translated). Well, maybe we would have had less creepy anime faces flying around squirting ink, but the basics are there. He has created a VR system utilizing the Wiimote for his hand position, a Vuzix display for head positioning, and the kinect for body tracking. Even with the creepy flying heads I want to play it, especially after seeing him physically ducking behind boxes in the video after the break. Long live VR!

Continue reading “VR! Now With More Kinect, Wiimote, And Vuzix”

Refurbishing A Refrigerator For Fermenting

[Mikey Sklar] wrote in to show us how he refurbished a neighbors useless refrigerator as a fermentation chamber. [Mikey] is a fan of making breads, kemchi, yogurt, and tempeh. To make these, it helps to have a completely controlled temperature for them to ferment in. [Mikey] developed a temp controller for this in the past, but had to either build a control box or use a giant chest freezer.  This is not optimal for limited space, such as a kitchen. He got lucky when a neighbor tossed a wine cooler into the trash. These little coolers are perfectly sized for a kitchen and even have a glass front so you can keep an eye on what is going on inside without having to open it and effect your temps. [Mikey] ripped it open, replaced the peltier cooler with a large heat lamp and his temp controller. Since he was making yogurt with this one, he needed only to heat it. The final product turned out pretty effective.

555 Design Contest, Win $1500+ In Prizes!

Sure, microcontrollers are useful, easy to apply, and ubiquitous, but where is the fun in the easy route? Well, for those of you out there with a little imagination and a 555 timer sitting around, there could be rewards in store. Brought to you by such famous personalities as Jeri Ellsworth and Chris Gammell, the 555 contest has prizes and awards for a number of different categories, such as over the top designs as well as awards for most minimalistic. To top it all off, they are even selling T-shirts to benefit engineering education charities.

The craziest (and possibly coolest) part of the entire contest is that the it has all been put together by the hacking community, with no exclusive sponsorship deals or payment to the organizers being accepted. In the spirit of giving, we will be adding some Hack a Day merch to the swag pile, so keep an eye out for the skull and wrenches. Currently the prize list includes a pair of Beagle Boards, a custom hacked Commodore 64 Joystick from Jeri, as well as a number of other project parts and lots more. The sponsorship list is still growing, so all of our information is tentative (and exclusive!), but be sure to check out the complete list so far after the break.

Continue reading “555 Design Contest, Win $1500+ In Prizes!”

AVR: The Facts About Flash Memory

Here’s a nice little discussion about reading and writing AVR flash memory that [Windel] put together. He’s using an In System Programmer to read the flash memory from an ATmega328 using AVRdude, the programming software which we used in our AVR Programming Tutorials. He covers the particulars of the commands, how this might be useful, and finishes up with the gotcha’s involved in reading back code from the chip. We recently tried this out with that LED light bulb but were unsuccessful because the lock bits on the ATtiny13 chip had been set in order to protect the firmware from our prying eyes. Hopefully you’ll have more luck with these methods.

Building A Creepy Doll Army

Want your very own Chucky doll to scare the crap out of the roommates? [Gzip] shows you how to make this happen by adding servo-based animatronics to old dolls. In the video after the break you can see the doll throw up her arms and turn her head thanks to a motor in each shoulder and one in her melon. You won’t see it in the clip, but the legs are motorized too meaning that some creative coding might have this old gal awkwardly crawling across the room (with knife in hand). Then again, maybe this is just the inspiration you need to get off your bum and finish the Santa-Pede Challenge. Submissions are due a week from today!

Continue reading “Building A Creepy Doll Army”

Keyless Entry Via SMS

[Billy’s] work got new keys which he didn’t want to carry around with him. Instead he built this system to unlock the door via text message. It is based around a Spinneret Web Server which drives a servo motor. He’s rigged up a pipe hanger to add some leverage to the lock’s knob. We’re surprised that the servo has enough power to do the job here but the video after the break shows there’s really no problem. On the communication side of things [Billy] set up Twilio to wait for text messages from an approved list of senders, then used an HTML form to issue the unlock commands to the webserver.

Continue reading “Keyless Entry Via SMS”