Complete noob: RPI4/RPI5-to-RP2040 Scorpio Wiring #30
-
Hello @awawa-dev, thank you for what you've done for the community! If my understanding is correct, does it mean that there's no need to connect the RPI4 GPIO to the RP2040 GPIO: Does the RP2040 really only need the USB connection from the RPI4 or RPI5? Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi
Yes, only USB is needed from Rpi to RP2040 to power it up and for sending data using HyperSerialPico.
There is another project that is using GPIO instead of USB: HyperSPI. But HyperSerialPico is using only USB.
It's for generic pico and not for Adafruit RP2040 SCORPIO. That board is using custom pinout because of the level shifter. It's explained here: https://github.com/awawa-dev/HyperSerialPico?tab=readme-ov-file#how-to-flash-it
|
Beta Was this translation helpful? Give feedback.
Hi
Yes, only USB is needed from Rpi to RP2040 to power it up and for sending data using HyperSerialPico.
There is another project that is using GPIO instead of USB: HyperSPI. But HyperSerialPico is using only USB.
It's for generic pico and not for Adafruit RP2040 SCORPIO. That board is using custom pinout because of the level shifter. It's explained here: https://github.com/awawa-dev/HyperSerialPico?tab=readme-ov-file#how-to-flash-it
Due to th…