You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do continuous ranging by just calling:
doPositioning(&position, dimension, height);
getPositionError(&pos_error);
in a loop. Sometimes, I get:
POZYX_ERROR_OPERATION_QUEUE_FULL (0x07)
What does this mean? How can I avoid this error?
I'm using MODE_POLLING because I am running the C++ code on a Rasperry (Yes, it works with just a few modifications in the Arduino code by replacing the wire functions with kernel I2C functions)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I do continuous ranging by just calling:
doPositioning(&position, dimension, height);
getPositionError(&pos_error);
in a loop. Sometimes, I get:
POZYX_ERROR_OPERATION_QUEUE_FULL (0x07)
What does this mean? How can I avoid this error?
I'm using MODE_POLLING because I am running the C++ code on a Rasperry (Yes, it works with just a few modifications in the Arduino code by replacing the wire functions with kernel I2C functions)
Thanks!
The text was updated successfully, but these errors were encountered: