Atari 2600 Recreated In An FPGA

Behold [Retromaster’s] field programmable gate array implementation of an Atari 2600. The processor and video chip have both been built in the 100,000 gate Spartan-3E FPGA, with connectors for audio, video, and a Sega controller. The output signals are generated using two DACs made from R-2R resistor ladders, much like the project we saw in August. [Retromaster] included functionality for the system switches (difficulty and select) in the controller itself. There is VHDL code and board details available if you want to make one of your own. To help in making that decision we’ve embedded video of it after the break. Continue reading “Atari 2600 Recreated In An FPGA”

Building A Discrete Digital-analog-converter

Want to take back control of how your digital audio files become sound? One thing you can do is to build your own digital to analog converter. This one is made from discrete components, centered around a resistive ladder. Yes, there are a couple of integrated circuits in there which are used for demultiplexing the incoming signal but the magic happens in that R-2R network. The project is an interesting read and makes a point of looking at the issues raised when trying to precision match resistors. Apparently it can be done with 0.1% components if you have a lot of them and a multimeter that can measure down to seven decimal places.

[Thanks Bigbob]

One-handed GameCube Controller

[Hasse] built a one-handed video game controller for his brother. He fit everything he needed into the body of an existing controller and came up with a very usable system. The controller will be right-hand only, so the left shoulder button was moved underneath the right side where your middle finger can get at it. This leaves the d-pad and the left analog stick to account for. By combining an ATtiny44A, an accelerometer, and a digital to analog converter the controller can sense motion. The microcontroller reads in the accelerometer data, gives user feedback via four added LEDs on the d-pad, and the DAC feeds the appropriate signals back into the controller as if you were using the stick. There is even a switch to select whether the motion data is mapped to the analog stick or to the d-pad. We’ve included a demo video after the break.

Find that you also need some one-armed typing assistance? Check out this half-qwerty keyboard hack. Continue reading “One-handed GameCube Controller”

Arduino Based Synthesizer

cheap_fat_open

[Jacob] is working on his final project for the Copenhagen Institute of Interaction Design.  Based around Arduino, the quality and quantity of his build notes make this a fascinating read and there are several examples to listen to.

The project features a brilliant idea for input:  He uses a 1/8″ TRS connector (mini-jack) whose tip is the input to the DAC of the Arduino. There are conductive pads in the shape of a keyboard that you touch the tip of the connector to in order to complete the circuit. Alternatively, the other two conductors on the connector deliver power and ground for easy interface with external controllers. He built an example controller that uses an LED and photoresistor to alter the signal returning to the Arduino. Put your hand in front of the light and the sound changes.

[via Arduino: blog]

Parts: LTC2631A I2C Digital To Analog Converter

ltc2640

Linear Technology’s LTC2631A-LZ8 is an 8bit digital to analog converter (DAC) with an I2C interface. This DAC can output 255 different voltages, spaced evenly between 0 and 2.5volts. We previously demonstrated the LTC2640 with a three-wire SPI interface, but this version is controlled with only two signal wires.

Continue reading “Parts: LTC2631A I2C Digital To Analog Converter”

Bug Labs Releases BUGvonHippel Universal Module

vonhippel

Bug Labs makes hardware modules that can be combined to create your own custom gadgets. They’ve just released what we consider the most useful module: BUGvonHippel. Unlike the previous single purpose modules, the BUGvoHippel is a universal interface. The bus features USB, power/ground, DAC/ADC, I2C, GPIO, SPI, serial, and more. BUG applications are written in Java using a custom IDE.

The $79 module is named after MIT professor Eric von Hippel, who wrote Democratizing Innovation. You can find an interview with him below.

Continue reading “Bug Labs Releases BUGvonHippel Universal Module”