-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hey,
I'm using this library to receive UDP packets via multicast (ff03::1) on an ESP32H2 board. Sometimes it works as expected, sometimes it doesn't receive any packets at all. It's like its loosing the connection to the mesh and gets back again after some minutes. If I reboot, it normally gets back working in a short amount of time. My implementation is based mostly on the UDP example. Did you notice similar problems? Not sure where to start debugging, but as the library does not seem to be released yet, I thought I'd asked first if these are known problems and I should wait until the library gets released?
It's also the first time that I use Thread, but I would expect that there should not be any bigger radio level problems if sender and receiver (both ESP32H2, sender is using OT-CLI, also as suggested in the README/example) are next to each other.
Best
Christian