UART communication between two RP pico #12525
Answered
by
robert-hh
IsaNocNoc
asked this question in
RP2040 / Pico
-
Hello, I have been trying to communicate two Raspberry Pi Pico via UART communication and it didn't work, I have tried many things but it just doesn't work. This is the last code I am working on to send and receive a simple text and display it on an OLED screen. Pico transmitter:
Pico receiver:
|
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
Sep 27, 2023
Replies: 1 comment 1 reply
-
A few coments:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IsaNocNoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few coments:
In the sample script you receive and show the text character by character. Since the last character you send is NL, you end up with an empty screen.