8-bit Game Console With Wireless Motion Controller

[Luis Cruz] built a gaming console with motion control. The circuit above connects via composite video to a television and communicates with a wireless controller. The controller is on a smaller breadboard which includes an accelerometer for the input and the infrared circuitry necessary for wireless data transmission back to the home system. Take a look at the first game he developed for it in the video after the break. There’s some details available (ie: he’s using ATmega168 and ATmega328 chips) but we’ve asked him to post code and schematics which he is currently cleaning up for mass consumption.

Ah, the 8-bit sound in that game takes us back to the glory days of Atari and Intellivision.

Continue reading “8-bit Game Console With Wireless Motion Controller”

Multichannel Music Generation For Arduino

[youtube=http://www.youtube.com/watch?v=liRF4alsvaI]

[Drew] wrote a library for playing multichannel music on an Arduino. The project connects multiple piezo buzzers to the popular prototyping platform and handles the dirty work involved in modulating multiple buzzers at the same time. The video above starts with an explanation for the first three minutes but if you’re impatient you can jump directly to the music demonstration. The results are magnificent. We’re going to check out the code and see what we can make happen just as soon as we can round-up multiple piezos.

-hard PlAYer- 8 Bit Tunes Hardware Player

[youtube=http://www.youtube.com/watch?v=zgb_NFdTHZc]

For people who miss the golden age of Atari music, you can recreate the magic of 8 bit music with the -hard plAYer-. [Tolaemon] put a lot of thought and work into this hardware player. From the AY-38912 programmable sound generator, which used to be in old computers like the Atari or Colour Genie, to working with the YM file format, each piece is put together with the utmost care. [Tolaemon] also provides his design, firmware(ZIP), and parts list so that you can make your own hardware player.

[via Matrixsynth]