Hi all
Is possible help me with interfacing Gameduino shield and Psoc4 kit ?
http://excamera.com/sphinx/gameduino/
https://www.sparkfun.com/products/10593
Many thanks Kamil
Hi all
Is possible help me with interfacing Gameduino shield and Psoc4 kit ?
http://excamera.com/sphinx/gameduino/
https://www.sparkfun.com/products/10593
Many thanks Kamil
Any idea ?
Please help me
Many thanks
Kamil
Hello Kamil.
I hope you are better.
could you speak more about your project, i have not the Gameduino shield, but if is possible i would like to help you.
best regards,
Jesus Antonio.
Hi Kamil,
If I know well, the gameduino is an independent graphic unit, connected to the arduino on standard SPI interface. It has its own small cpu with a forth instruction set, build all in a xilinx fpga. In point of view from programming, you can use basically 2 commands, one for write a memory byte, another to read it, with the arduino SPI lib support.
I am very new in the Pioneer board, but it seems me, for a minimal demo you can use an SPI block to access the gameduino interface, and a program, which send a small piture,s data to the gameduino memory to display it.
It has sound sythetisator too, it can be used as a tone generator, write the memory/registers started at 2A00 (VOICES) This is the base of the 64 voice registers. Here are the details:
http://excamera.com/sphinx/gameduino/hardware.html#low-level-spi-interface
t.janos
Hi t.janos
Thanks info about gameduino spi :-)
Yes gameduino is great platform for Psoc4 Pionner Kit
Synthesizer engine is my favorite :-)
Kamil