|
This Autopilot for Aerial Photography slide show that was done for Barcamp Antwerp looks really interesting. “The autopilot has a built in mixer. On first use you need to tell the autopilot what the channel and mixer arrangement of your transmitter/airplane combination is. To put the autopilot in calibration mode, switch on the transmitter, put all sticks in the center and switch channel 6 to “ON”. Now turn on the airplane. View more presentations from kodel.
|
|
This Coffee Can Clock is a nice piece of work, there is a good build log and tons of details here at the Wise time with Arduino blog. “The electronics is based on Wiseduino (Arduino clone with DS1307 real time clock on board), with a LED matrix shield sitting on top. The shield is built with 74HC595 shift registers that drive two bi-color (red, green, and orange by subtraction) 8×8 LED matrices.”
|
|
The Geek Group has acquired a retired KUKA robot. They have made a series of videos about taking it apart to see what makes it tick. Lots of the pieces will be re-purposed into other projects that they have on the go. That is one massive robot, I would have preferred to see it brought back to life but it is also interesting seeing how all the bits and pieces interact. We have seen lots of fun things that can be done with KUKA robot arms, there was the Ice Cream Making Robot, the KUKA DJ Robot, and of course all the fun rides made from robot arms!
|
|
If you live in a cold climate freezing pipes is a common concern. A frozen pipe is more than an inconvenience since most pipes are copper and the expanding ice can easily burst the pipe. So even after the pipe is thawed out you have a big job ahead since you now need to repair your plumbing. Viktor from Karosium has come up with a cost effective solution to dealing with the issue. His Microcontroller Temperature Controlled Pipe Heating System turns on an old computer power supply which powers some heat tape only when the pipe needs to be warmed up. Most people who run heat tape will turn it on when it gets cold and let it run all winter, this solution will certainly save lots of electricity. “I designed a controller from what I had on hand. An old ATX PSU and an ATMega8(overkill). The AtMega is powered by the standby voltage of the PSU (5VSB). PSON is connected to PORTB.0 so the AtMega can switch the ATX PSU ON or OFF depending on temperature. (The PSU turns on when PSON is pulled low). The heating cables are hooked up to a 4pin Molex Connector. The DS1621 was actually a thermostat IC and I was considering using it in a standalone configuration but sadly that can’t be done as the thermostat functionality doesn’t start until a “Start Convert” command is sent to the chip through I2c. That meant a microcontroller was mandatory, so instead of relying on the internal functionality of the chip I just implemented the thermostat function in code. This also meant I only had to run 4 wires from the temp probe instead of 5, and I had 4 wire telephone cable lying around.” |
|
Daniel Eindhoven has designed an interesting new Tesla Coil, this Double Resonance Solid State TeslaCoil has a new coil design which has the capacitor bank integrated into the primary coil. The new coil configuration has been dubbed the Eindhoven Primary. “A new composition of the primary coil for a Double Resonance Solid State TeslaCoil (DRSSTC). It is a combination of wire and capacitors. By making the coil like this you get rid of all the parasitic inductions of the capacitor bank, it reduces wire length and saves a lot of space. Calculating the resonance frequency also becomes much easier.”
|
|
I have never seen a project made with a Diffraction Grating before, but this LEGO Diffraction Grating Projector project has a great looking effect. It’s designed by Carl who was featured here before for his RGV Laser System. Those LEGO universal joints have a very wide working angle (watch the video to see what I am talking about). Thanks for sending it in Carl.
|
|
Victor Youk from Razor Concepts has designed a nice DTMF Decoder Board Project. The project is based around the MT8870 DTMF Decoder chip. With this project you will be able to control something from around the block or around the world using a simple telephone. Nice feature of using the MT8870 is you don’t need to program anything, just purchase all the components, stuff them onto a breadboard and have a working circuit in a few hours. Victor has provided a full schematic so you can build your own. MT8870_DTMF_Decoder_Datasheet (PDF) “The heart of this device is the MT8870, which is a DTMF to BCD decoder chip. It takes an analog audio input, and converts that to a 4-bit binary output. Those 4 bits are put into a BCD decoder, and that converts that into the corresponding 0-9 output. Various other devices were needed to complete the board, and can be seen in the board layout below.” |