Replies: 1 comment 11 replies
-
I changed the code a bit, still the same:
This is the code:
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
################################################################
EDIT: Full fixed code is here (Arduino Core): https://github.com/qubit999/pico-p2p-lora-chat-cpp
Same code using Pico SDK: I ported my code to picosdk as well: https://github.com/qubit999/pico-p2p-lora-chat-cpp-picosdk
################################################################
I was able to set up RadioLib to send and receive messages but the messages look like this:
or something like this:
Maybe it has something to do with baudrate? Or with the distance of the picos to each other? I tried 2+ meter.
This is my code:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions