Build Your Own Wikipedia Reader

One part inexpensive uC, one part touch-screen, one part Internet knowledge-base all come together to make up this Wikipedia reader. It functions in a very similar way to commercial versions by parsing XML dumps from the popular website to an SD card for use on the device. This is not limited to Wikipedia, but could just as easily be an e-reader. [Rossum] developed the package using an NXP ARM Cortex M0 model LCP1114 microcontroller. They cost just a couple of bucks but pack a 50 MHz punch with 32 KB of program memory and 8 KB of SRAM. If the nanotouch and the AVR iPhone concept didn’t convince you that [Rossum] knows what he’s doing, the video after the break of this newest creation will seal the deal.

Continue reading “Build Your Own Wikipedia Reader”

When Multimeters Go Boom

[youtube=http://www.youtube.com/watch?v=M-FZP1U2dkM]

Ever wondered how expensive versus cheap multimeters hold up to abuse? [Dave] gives us a pretty good idea by, well, blowing them up. He’s using a capacitor bank to put roughly 4.2 KiloVolts into the poor little meters. If you absolutely must skip to the multimeters, go to about 5:00. You really will miss out on some good stuff though.

[via HackedGadgets]

Print Toner Directly To A PCB

We use the toner transfer method to fabricate printed circuit boards. The most difficult part of this is printing, ironing, and removing the paper from the toner that is used as an etchant resist material. [Mark Lerman] is developing a method to apply toner directly to the copper clad using a laser printer. Each of the photos in his gallery have comments that take us through his process. A laser printer has been modified to negatively charge the copper plate, thereby attracting the positively charged toner to it. Once the toner has been applied, the board is baked in an oven, then run through a laminator. This process can yield 2 mil traces and it looks like the potential for incredibly clean boards is just around the corner. The question is, will this be easier and take less time than using photo resist?

We’ve contacted [Mark] in hopes of getting more details. If you can’t wait for a follow-up, take a look at this thread concerning his work.

[Thanks Komradbob]

A More Powerful Boost Charger

[Meseta] built a powerful boost charger to top off his portable devices. He was inspired by the Minty Boost but wanted to overcome the rather limited capacity provided by the two-celled product. He ended up building his own DC to DC boost circuit rather than using an all-in-one IC. As you can see, the result uses four 18650 lithium-ion cells, normally found in laptop batteries, and can power two USB devices at the same time.

Phasor A/V PAL Demo Uses ATmega88

[youtube=http://www.youtube.com/watch?v=sCN1bqRG-7o]

Above is a new demo video called Phasor developed by [Lft]. It is run from an AVR ATmega88 and a few passive components, and the result is pretty amazing. [Lft] goes into detail about the tricks he used to get this up and running. The chip is clocked at 17.73447 MHz which is exactly four times the frequency of the PAL color carrier wave which allows him to fake a smooth signal. He also uses a timer trick to get the voltages that he needs. The work done here is beyond hardcore and quite frankly we can’t believe he managed to fit all of this into 8.5 KB of program space with just 1 KB or RAM. We wonder if there’s enough room there to add sound and color to the AVR Tetris project.

[Thanks Sprite_tm]

DPAC Put Your Alarm Clock To Shame

DPAC, the Dynamically Programmable Alarm Clock, goes far beyond what you would expect an alarm clock to do, yet we find all of its features useful. You can see there are four buttons at the bottom that control the menu scrolling. The second from the left currently reads “Sync”, a feature that the clock uses every 10 minutes but can be forced manually. This will check your Google Calendar, schedule an alarm for the next event while factoring in driving distance, traffic, and weather conditions. It’s got an audio system for radio and iPod operation, but also includes some home automation options. Using the X10 communication protocol it can turn on lights, start the coffee maker, and open the blinds as part of a gentle wake-up cycle. All of this is configurable through the clock itself, or via the web interface. The prototyping was done on an Arduino but the final version uses an AVR ATmega324 along with a Roving Networks RN-134 WiFi module (datasheet) for connectivity. Check out the demonstration video that [Eric Gaertner] and his fellow developers filmed after the break.

Continue reading “DPAC Put Your Alarm Clock To Shame”

9 Digit Pulse Counter

At roughly $20 to build, this 9 digit pulse counter is an excellent example of home built tools. The builder, [Josh] found himself repairing a device and in need of a pulse counter. With the components cheaply available, he just built his own. He says that it has a few limitations, like display brightness, but overall it seems to do the job well. You can download the PCB from his site.

[via MakeZine]