-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino API still detects 0 anchors even after issue #1 #2
Comments
I've had the same issue. Waiting for the fix. |
Thank you for the information, Here is some sample code to add an anchor manually: `device_coordinates_t anchor; anchor.network_id = 0x666D; Also, we'll be putting Arduino documentation online next week where more information about the functions and their parameters is provided. Best! |
That did it. Just added the code below right after cleardevices line in the setup Thanks RoboBill device_coordinates_t anchor1;
|
Hi, have you some information about the date of the next release with the automatic calibrating fix ? |
Even after adding a delay(10000) after setup, the pozyx arduino library is reporting 0 anchors when 4 are setup...
----------POZYX POSITIONING V1.0----------
NOTES:
----------POZYX POSITIONING V1.0----------
Performing auto anchor calibration:
1
list size: 0
Calibration result:
Anchors found: 0
Starting positioning:
The text was updated successfully, but these errors were encountered: