Closed ivannunyadambiz closed 8 years ago
Hi, a basic re-transmission protocol was implemented on the board but eventually we did not enable it for the release because we wanted real-time behavior. For example, in the orientation 3D sketch where the motion data is read remotely in real-time. A delay due to signal re-transmission would be undesirable. however, perhaps we could include a register in one of the next firmware updates to configure the re-transmission this way people can choose between real-time behavior and reliability. Thanks for the suggestion.
Setup: pozyx shield on an arduino mega2560 and a pozyx anchor 3m away in direct line of sight.
Code:
I get like 1 in 10 runs to manage 100 data exchanges without failing. I'm not saying I cannot implement my own packet loss/timeout handling, but the shield certainly has more mips to spare than the atmega...