Skip to content
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

BUG: GetPositionAlgorithm returns wrong value #67

Open
MKPrins opened this issue Nov 29, 2017 · 0 comments
Open

BUG: GetPositionAlgorithm returns wrong value #67

MKPrins opened this issue Nov 29, 2017 · 0 comments

Comments

@MKPrins
Copy link

MKPrins commented Nov 29, 2017

Using setPositionAlgorithm to set the Algorithm to 0x4(POZYX_POS_ALG_TRACKING) and the Dimension to 0x3(POZYX_3D) then requesting the set algorithm using getPositionAlgorithm always return 0x0 (POZYX_POS_ALG_UWB_ONLY).

It is unclear to me whether it fails to set or to get the algorithm. If i bypass the assertions and try to set the algorithm to 0x1 which apparently used to refer to POZYX_POS_ALG_LS it does return 0x1.

According to getFirmwareVersion i am running on v1.1

Note: The documentation on pozyx.io for the arduino library could use an update as it still refers to POZYX_POS_ALG_LS instead of POZYX_POS_ALG_TRACKING.

@MKPrins MKPrins changed the title GetPositionAlgorithm returns wrong value BUG: GetPositionAlgorithm returns wrong value Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant