Serial communication between two RP2040 (Arduino Framework)
These are simple examples to implement Serial Communication, between Raspberry Pi Pico and WeAct RP2040 with 128x128 SH1107 SPI OLED . Connection between two RP2040s +-----------------------------------+ | | | +----------------------------------+ | | | | | | +------------------------------------+ | | | | | | | | | +---------------+ | | | +---------------+ | +-|-TX GP0 | RPi Pico | | | +---TX GP0 | WeAct RP2040 | | +-RX GP1 | | | +-------RX GP1 | | +------------GND | | +---------------GND | | | | | Connection: Raspberry Pi WeAct RP2040 Pico =========...