I want to communicate between three devices using P2P mode. However, both the transmitter and receiver are receiving some garbage values. I am sending data as a JSON-converted string and receiving it as JSON as well.
Can you help correct this issue?
I want to communicate between three devices using P2P mode. However, both the transmitter and receiver are receiving some garbage values. I am sending data as a JSON-converted string and receiving it as JSON as well.
Can you help correct this issue?
Hi @rushi_5029 ,
I’ve looked on your code. Some ideas I have.
The discussion highlights challenges in sending data to multiple devices in P2P mode with the RAK3172, particularly concerning payload corruption. Some solutions include testing raw payloads, adjusting the spreading factor, and using raw byte transmission for reliability. These methods can help troubleshoot or improve the data delivery process