pozyxLabs / Pozyx-Arduino-library

The Arduino library for use with the pozyx accurate indoor positioning system.
https://www.pozyx.io
MIT License
78 stars 53 forks source link

POZYX_ERROR_OPERATION_QUEUE_FULL #80

Open hdiethelm opened 5 years ago

hdiethelm commented 5 years ago

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!