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.
Year: 2009
Integrated Steering Wheel Radio Controls
[Graham] bought a new stereo for his Peugeot 406. Unfortunately, the built in radio controls in his steering wheel didn’t interface directly with the head unit, but rather with the vehicle itself. His solution was to build a device to decode the button presses and send them to the head unit in the appropriate fashion. All source code and schematics are available on his site. He states that this should work on any PSA/Renault vehicle with a 125Kb VAN bus. We’re curious how similar some of the American systems are. We have seen something similar where someone wanted to control their Zune from the steering wheel.
The HeliControl Project
We’ve all seen those little toy helicopters appearing everywhere. They’re getting cheaper and cheaper with some models getting down to roughly $30. The JRL team wanted to be able to control them with a PC, and figured the best way to do it was to build somewhat of a universal remote for them. The HeliControl module currently has several different types of copters programmed in, and they plan on adding more. Its not surprising to see the rise in popularity of these mini choppers, we’ve even seen some pretty extensive mods to the bodies and even mechanicals. Click around this forum to see what some people are doing to them.
La Guitare à Crayon
[vimeo http://vimeo.com/5212424%5D
As with most electronic musical instruments, we saw this in the tip box and expected the usual random noises to show off the instruments range. Consider us pleasantly surprised. They cut strait to it and showed us what la Guitare à crayon really is. It is an instrument of both audio and visual art. You draw while you play. The guitar appears to have a wacom attached to the front where you would normally strum. different areas of the wacom seem to effect the music much like a string being plucked. In one of the videos we see some fret board action as well. Watching the screen, we can see that she is drawing a picture, and we are in fact hearing that picture being drawn. The site has a section for source code, but states that it will only posted if there are requests. We are officially requesting it, we want one. May we suggest some improvements? Get some color variation, possibly opacity too. Gimp can do it with the wacom. We can’t wait to see how this project matures. How about another video? Watch it after the break.
Binary Reversing Comic
Last month, in preparation for Defcon 17, the qualifiers were held for capture the flag, one of Defcon’s most well known events. One participant, [mongii], did a writeup on how to solve problem B300. The challenge was to find the decryption key used by a program that had several twists that hindered debugging. After grappling with self-modifying code and junk instructions, the team was finally able to find the answer. This win helped Sapheads place in the top 10. Over at xchng.info, they are collecting solutions to the other problems. Sadly, they’re not all in comic form.
Live Android
Excited about google Chrome? Can’t wait? Why not play with google’s other OS, Android. You can now run Android from a live cd on any X86 computer. Just pop it in and go without any damage to your existing data. They’ve already gotten it working on the EEE_701, let’s see one with touch screen installed.
Building A Snorricam
[youtube=http://www.youtube.com/watch?v=CoZOe3gOkco]
With digital cameras getting cheaper and higher quality, we find ourselves more capable of using them to make videos. A Snorricam can be a very useful tool if you like the effect it produces. This specific design allows for adjustment of the height and angle of the camera allowing for even more possibillities. As you can see in the video after the break, it seems to work pretty well. It might be nice to add some kind of vibration absorbtion though. Anyone got any ideas on that?