Hello,
I'm working with the nRF52840 PDK and the SDK for Thread V0.11.0. The RTT Viewer shows that the program uses the Thread version OPENTHREAD/ga89eb88-dirty.
I try to do some measurements with the PER measurement example to get a feeling for the range. Later on, I'd like to compare it with our own design.
Sometimes (like every 5th-10th time) I get the following error message: "app: Failed to allocate message for UDP port." So it seems like there is no message buffer available for the otUdpNewMessage function. But why? By now, I could not find any relationship from this error to the distance between receiver and transmitter or something else. Is this a known issue or am I doing something wrong? I directly flashed the .hex files from the SDK with the nRFgo Studio without any changes.
Also I'd like to know what results I can expect. Have you published some results on that? I only found the long range tests with the nRF52840.
Thanks in advance!