Hello,
I'm considering trying this method on my Gears 3 console but right now I need to understand if my Arduino Uno will be compatible with the PY script. I already searched the LUFA docs and saw that the Arduino UNO is compatible with LUFA, also, looking the chips (Olimex and Arduino) datasheet I managed to correlate the pins.
It'll be something like this:
PIN ATmega328P -> Arduino UNO
SS PB0 (16) -> (digital pin 10)
SCK PB1 (15) -> (digital pin 13)
MOSI PB2 (16) -> (digital pin 11 [PWM])
MISO PB3 (17) -> (digital pin 12)
BSY PB4 (18) -> (digital pin 5 [PWM]) I'm not totaly sure about this BSY pin. Is it the T1 one?
My actual question is how can we convert our own sound files to the format the chip uderstands? If I'm correct, the chip likes .bin files instead of .mp3 or .wav or whatever.
Thanks in advance!