AVR ISP Programming Via Arduino

ardunio avr isp programming

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

bigfront

[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

asuseeekeyboard

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

cpq2atx_brd2

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]

Apple Adjustable Keyboard USB Hack

usbkeyboard

When [Tom] got tired of the large size of his Microsoft Comfort Curve 2000 keyboard, he decided to hack a recently acquired Apple Adjustable Keyboard for use with Windows. After removing the ancient ADB based control board from the Apple keyboard, he was able to map the keys and transplant the Microsoft keyboard’s USB control board into the Apple keyboard. After soldering the control board into the keyboard with old IDE cables, all that was left was to add some diodes to prevent ghost key presses, and the keyboard hack was complete. [Tom] offers a spreadsheet of the results of his key mapping on his site, and while you’re there be sure to check out his other projects, like his DIY Proton Pack that he made for Halloween last year.

Intel 8008 Clock

Every year [Len Bales] designs and builds a new clock. His 2006 clock runs on the classic Intel 8008 microprocessor. The design is definitely not for the faint of heart, but he includes all code, diagrams and a good description on his site. The project is an interesting look into the not-so-distant past of computing. While the function of the project is a clock, it is actually a fully programmable 8008 computer running at 500khz with 16k of memory space and 4io ports. [Len] also links a lot of useful 8008 resources for anyone wanting to tackle a project of their own.

C64 USB Keyboard

breadboard

[Maarten] told us about a C64 USB keyboard that was modified to be used as a standard input device. An interesting aspect of the project is the use of V-USB (formerly known as AVR-USB). V-USB is a software only approach to slow speed USB HID. In essence this is a two fold mod, The C64 keyboard is patched to a PC, and an off the shelf AVR is software-hacked to bit bang the USB communications. The author notes an initial problem with multiple key presses that was later corrected in the application. For the other side of the spectrum, we had covered the C64 twittering client, and a commodore 64 laptop.