6809 Computing

[Matthew Arnoff] built an 8-bit computer around the Motorola 6809 processor. He chose this processor because it seems there are a lot of Z80 builds out there and he wanted to try something different.

This actually packs quite a punch. He’s clocking the machine at 2 MHz with 512 KB of SRAM memory. Compact Flash that is FAT formatted provides mass storage. He’s using a serial connection for a user interface. After the break you can see his oscilloscope is used as the monitor. This was easy to accomplish by connecting the serial out to Terminalscope, one of his previous projects. Continue reading “6809 Computing”

Teensy Credit Card Reader

Here’s a hack that makes business sense. [PT] recalls last year’s HOPE conference when their booth was using a virtual credit card terminal for purchases that required manual entry of card information. This year they’ll have the same virtual terminal but this magnetic stripe reader will fill it out automatically.

A magstripe reader (reading only, no funny business here) from Mouser grabs data from the card. A Teensy microcontroller board, which identifies itself as a USB keyboard, automatically fills out the virtual terminal from the parsed data. The real question, are his customers comfortable sliding their plastic through a hacked reader?

Adding A Serial Port To A Dockstar

If you don’t look close you might think this Seagate Dockstar is in stock condition. But look at the three holes in the white case just above the thumb drive which act as a serial connection for the Dockstar. [Firestorm_v1] posted the instructions after see our post about installing OpenWRT on the device. He did a nice job of concealing the connection, heating up a pin header to melt the holes he needed. Now he has quick access without sacrificing features or aesthetics. A serial-to-USB cable is modified with a polarized pin header to ensure a quick and accurate connection. This is great for PC connectivity but you also never know when you want to add your own hardware bits to the network device.

PIC Based Picture Frame

Take a PIC 24HJ256GP206 processor and add a dash of knock-off touchscreen and a pinch of SD card compatibility for a DIY digital picture frame. [Daniel] wrote his own driver for the HX8347 controlled LCD that can achieve 15 FPS at 320×240 resolution with 16-bit color. As this was a gift for his wife, [Daniel] included a heart-shaped ring of LEDs that fade in and out like an electronic pulse. He notes that the JPEG decoder runs rather slow but that’s mostly because of the bottleneck caused when accessing data from the SD card. We’ve got more pictures and a link to the source code after the break.

Continue reading “PIC Based Picture Frame”

Nixie Sudoku: A Look At The Hardware

We’re always happy to receive a tour of the guts that make things work. [John Sarik] posted several pictures and descriptions of the hardware that makes up his Nixie Sudoku build. The modular design uses professionally made circuit boards which greatly improve the durability of a large set of circuits such as this.

The design draws on good ideas from similar hardware. The Nixie Duo kit from Ogi Lumen allows tubes to be mounted on top of driver boards with cascading shift registers for control of up to 8 tubes. The ArduiNIX shield makes the high voltages needed for Nixies easy to control with an Arduino. No, [John] didn’t just order these kits and plug them into each other. He designed his own boards to suit his needs. Each driver board can control 9 tubes in a 3×3 grid, all on one PCB. His high voltage board can supply enough juice for the whole system which is tied together with a single Arduino board.

His writeup is quite interesting so do take a look. He also filmed a walk through video which we’ve embedded after the break. It clears up some questions, such as showing the use of a blinking decimal point to indicate the current cursor position.

Continue reading “Nixie Sudoku: A Look At The Hardware”

Servo Controller Board

This board is [Eric Seifert’s] venture into working with AVR microcontrollers. He has worked with PIC microcontrollers in the past and used the goal of developing a servo controller board as his motivation to try the grass on the other side of the fence. He found he likes the AVR line for its ease of development under Linux, a feature we also appreciate. What he ended up with is a tiny board that controls up to eight servo motors. If you’ve got a project that is spilling over with servo-controlled limbs, maybe this will save you some development time.

SEGA Genesis Cloned With An FPGA

[Greg] managed to clone a SEGA Genesis using a field programmable gate array. He used a Terasic/Altera DE1 board, which will set you back about $160, during development. The onboard push buttons are currently used as the controller with VGA for the display. Who knows, maybe there’s enough programming space left to drive a PSP screen and turn this into a handheld?

You can see some gameplay footage after the break. If SEGA was never your thing don’t forget that there is an NES FPGA hack out there too.

Continue reading “SEGA Genesis Cloned With An FPGA”