Open
Description
Hi James, maybe I've missed something, but I'm having difficulty to figure out how to connect the Gamduino 3 to Raspberry Pi Pico board. I saw these 3 lines in the gameduino_circuitpython.py file:
if mach == 'Raspberry Pi Pico with rp2040': self.sp = busio.SPI(board.GP2, MOSI=board.GP3, MISO=board.GP4) cs = (board.GP5, board.GP6, board.GP7) reset(board.GP10)
Following the text at the end of this page https://excamera.com/sphinx/gameduino3/, this is as far as I was able to depict:
Arduino header Gameduino RPi Pico
11 SPI MOSI GPIO3
12 SPI MISO GPIO4
13 SPI SCK GPIO2
8 GPU SEL GPIO5
9 SD SEL GPIO6
2 INT ?
? ? GPIO7
? ? GPIO10
I still don't know where to connect the CS GPIO7 and RESET GPIO10 pins on the Pico, and the INT pin on the Gameduino, to.
Your clarification is very much appreciated. Thank you - Mac Ha
Metadata
Metadata
Assignees
Labels
No labels