Tool Tip: Microcontroller Timer Calculator

uC_timer_calculator

In life and embedded systems timing is everything. Give [Frank’s] web-based timer calculator a try. Set your system clock resolution (in hertz making sure you account for any system clock divider), select your timer resolution and prescaler, then calculate based on desired ticks, overflows, or real time. He’s built this with the AVR chips in mind but it should be handy for any family of microcontrollers.

Of course none of this is rocket science, but if you’re trying to use one timer for two differently synchronized events this can save you a lot of trial and error time.

Pong On Your Wrist

pong_wristwatch

[John] wanted to take a pong clock and put it in a wristwatch form factor. Take an afternoon and pour over his detailed build logs. This multi-year project is done with meticulous cleanliness that makes us jealous. He’s milled the case and buttons himself, achieving a professional look that equals or surpasses the quality of some commercially available “gaming” watches. The project centers around an OLED display driven by a TI MSP430F2013 processor. Don’t miss the video after the break covering prototyping, PCB work, case milling, and the watch in action. Currently, this is the third generation of development but with a project this exciting, are you ever really finished? Continue reading “Pong On Your Wrist”

Capacitive Buttons Control All Life

capacitive_game_of_life

Projects involving Conway’s Game of Life and utilizing a Nokia 3310 screen are quite popular with electronics hobbyists. [Droky] put these two together and went one step further by adding capacitive sensors to control the Game of Life. His work is a great example of how to use the Atmel QTouch capacitive sensor (QT100a datasheet). This chip does the heavy lifting that we’ve seen in other touch sensitive solutions. It operates from 2V-5.5V, requires only three capacitors and a resistor, has a one pin active high output, and sells for around $1 in low quantities. One thing [Droky] overlooked in his board layout is the ground pad on the bottom of the WSON6 chip. He was able to make it work by masking the trace that runs under the chip but you will want to alter the layout in your own designs.

If you’ve used the QT100a before we’d like to hear about your experience, and find out if button debounce handling is necessary with this chip. Let us know in the comments. You can see a video of it in action after the break.

Continue reading “Capacitive Buttons Control All Life”

Frankenstein Has A Thing For Coin-op

steam_punk_mame

The amount of detail [Doug] put into his Dr. Frankenstein MAME cabinet is outrageous! Usually we’re more interested in the guts, but in this case the real story is the cabinet itself. Painted to resemble weathered metal, the effect of dripping water is visible on every rivet. There are illuminated portals on either side: one shows the monster, the other shows the bride and the good doctor. Sprinkled throughout the case are analog dials, lamps, and other laboratory bits. [Doug] tops off the design by concealing the power switch inside a book of Frankenstein’s lab notes which is tucked away behind the door beneath the controls. A lovely build for a creepy house.

[via Boing Boing and Steam Punk Workshop]

Related: Cocktail Cabinet, Mini Mame

AVR Dragon Wiring Alternative

dragon_jumper_board

We love our AVR Dragon programmer. It is a small board with a lot of functionality: in-circuit serial programming, JTAG, debug wire, and high voltage serial programming. Unfortunately, out of the box it is not quite ready for action. The Dragon ships with an unpopulated prototyping area and missing a pin header for the HVSP. For most people this means soldering on pin headers and a ZIF socket then jumpering between the various programming headers and the header for the socket. Tired of working with jumper wires, [Jussi] designed a small PCB to make the connections (original link in Finnish). Continue reading “AVR Dragon Wiring Alternative”

Radio Controlled Beetle Flight Footage

Earlier this year we were amazed when University of California researchers controlled a beetle via electrical implants. The video available at the time of the original report showed beetles tethered in place while electrical stimuli was applied via the chip. New video of free flight is has now been posted. Although the motion is rather sporadic, it is obvious that simple commands to start flight, stop flight, and turn left or right are having their intended effect. Check out this cyborg action after the break. Is DARPA one step closer to unleashing legions of insect warriors on unsuspecting masses? Continue reading “Radio Controlled Beetle Flight Footage”

Eee PC Bios Resurrection

flashsolderedtoboard

Hot on the heels of our post about reading passwords from EEPROM, [n0th1n6] tipped us off about a similar hack used to resurrect an Eee PC from a bad bios flash. After discovering that a factory repair for a dead bios costs about $200, [CutenaCute_7] took on the challenge herself. She disassembled the computer and desoldered the bios chip from the board. After writing a program to flash the chip using C#, she temporarily soldered jumpers to make sure the flash worked. Looks like this is a zero cost hack, plus the time savings from not having to ship her computer somewhere. Bravo.