|
Using an old serial GPS the guys as Semifluid have made a home made GPS data logger on the cheap. As usual schematics and directions are on the site. |
|
John Carter made a nice AV fan controller for an audio/video cabinet. There is code and a diagram of the design on John’s site. This project uses the PIC AXE microcontroller, if you want to play with some of these chips I hear that Peter Anderson is a great resource with cheap shipping. |
|
Looking for a UV LED project? Tool Using Animal takes an ordinary flashlight and turns it into a cool UV flashlight!
|
|
Once the full scale version of this car is made all it will need is a paint ball gun to keep the bad guys away! 1/4 Scale Trial Version: I opted to try this out with a $20 RC car from Wal-Mart first, before I invest $200 in a kids car. Parts: Linksys WRT54G Router – Used as the wireless connection from Bestbuy |
|
Not a simple project, but it goes to show what can be created with old computer parts that most people toss in the garbage. It turns out that Windows makes it rather hard to extract input from individual mice if you have several connected to your PC. It is also rather tricky to override the normal mouse behaviour of moving the Windows cursor. Therefore rather than connect the mice directly to a PC I decided to interface the mice to an AVR microcontroller. The AVR then has a serial interface to the host PC. The PS/2 mouse interface is a bit of pain to work with, but with a bit of effort I was able to get things connected.” |
Combine a microwave, a grape and some science, shake well and have fun! Hacked Gadget reader Bladel sent in a few links to some videos they made of a similar experiment. They placed a candle under a glass in the microwave for some similar action. So what the heck is going on in there? Grapes are chock-full of electrolyte, an ion-rich liquid (a.k.a. “grape juice”) that conducts electricity. Each grape-half serves as a reservoir of electrolyte, connected together by a thin, weakly conducting path (the skin). Microwaves cause the stray ions in the grape to travel back and forth very quickly between the two halves. As they do this, the current dumps excess energy into the skin bridge, which heats up to a high temperature and eventually bursts into flame. At this point, the traveling electrons arc through the flame and across the gap, ionizing the air to a plasma (which itself can conduct electricity) and creating the bright flashes you see.” |
It takes lots of work to mod the Xbox 360 to act like a Wiimote. The accelerometer works by outputting varying voltages for varying accelerations. I will use a 3-axis accelerometer so it will output 3 varying voltages. I will use an analog-to-digital converter to get the signals into a micro controller. The micro controller will do the processing that determines how the controller is tilted. It will then be output as an analog voltage to the controller in place of the on board potentiometers that are controlled by the analog stick. Analog sticks work by adjusting two potentiometers (pots). After I took the controller all apart and experimented I found the potentiometers had an upper voltage of 1.61 volts and a lower voltage of 0 volts. On the up/down pot all the way up is 1.61 volts and all the way down is 0 volts. On the left/right pot all the way right is 0 volts and all the way left is 1.61 volts.” |