Gameduino

Gameduino is an FPGA based sound and graphics adapter for microcontrollers. Laid out as an Arduino shield, all it really takes is a microcontroller with SPI and some code to send commands to the board which lets you toggle registers, handle memory, and drawing functions.

Once the data gets there, it is greeted by a Xilinx FPGA which puts out a 800×600 72Hz SVGA sync signal, large 512×512 pixel character scrolling backgrounds, piles of 16×16 (up to 256 color) sprites, each with per pixel transparency, rotation, flip, and if that was not enough a 12 bit frequency synth that can do 16 independent voices.

All the resources to make one of these is listed on the site under the Making a Gameduino link, but if youre interested in getting a made board there is also a kickstarter page available. There are other ways to squeeze video out of micro controllers from the basic like hackvision to AVGA or even Lucidscience AVR VGA v2, and tons of propeller projects, but this one being stand alone and portable, has a certain appeal.

Join us after the break for a quick video.

[youtube=http://www.youtube.com/watch?v=EWn-6FB4cNQ&w=450%5D

19 thoughts on “Gameduino

  1. I totally love it but it’s a little sad that these things become nothing but commodities. Oh well…

    BTW, why wouldn’t this thing also implement some basic math that could be useful for 3d transforms? AVR’s are not super-fast at that.

  2. A bit off the subject but with so many Arduino shields out there has anyone make other boards that can use them? I do not mean Arduino clones but say a board with an ARM, PIC, or Propeller chip but in the same form factor?
    SPI, and I2C pretty common as is Digital IO.

  3. Neat device and looks a whole lot more capable than the chip on glass controllers you get built into cellphone displays but wouldn’t it be better if it had the option to drive an LCD directly? TTL LCD output (e.g. PSP, NDS) would need only the connector and tweaks to the timing. Depending which FPGA they used, LVDS output (e.g. Nokia N97) might also be possible without any extra components.

    Also, SID or AY-3 audio emulation would be good and could also be shoved into that FPGA.

  4. i figure you could do 3d much faster with some kind of floating point unit. its mostly just vector and matrix ops.but the real consumer of cpu time is texture fill ops.

  5. I’ve been considering getting an uzebox for this kind of thing, but SVGA opens the doors to more monitor types.
    On the other hand, the uzebox has more graphics modes and seems more flexible.

    Anyone used the uzebox who can comment on functionality differences?

Leave a Reply to svofskiCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.