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

documentation incomplete + temperature bug #10

Closed ivannunyadambiz closed 8 years ago

ivannunyadambiz commented 8 years ago

int PozyxClass::getTemperature_c(float32_t *temperature, uint16_t remote_id)

seems to return 0. Also the online documentation doesn't contain much.

ivannunyadambiz commented 8 years ago

on the website i see the temperature is unsupported in FW v0.9. reading the FW version from the shield returns '1'.

samuelvdv commented 8 years ago

Hi, This is an issue with the firmware version which has the value '1' for version v0.9. This should be '9'. The next firmware version will follow the correct numbering format: v{MAJOR}.{MINOR} and also correctly fill the temperature register.

ivannunyadambiz commented 8 years ago

Great! thanks for the fixes! When will the fw be released?

samuelvdv commented 8 years ago

Hi! We hope this week but if not, then definitely still this month. Thanks for all your comments by the way! We appreciate it.

ivannunyadambiz commented 8 years ago

Great! Thanks. Just trying to help, as we basically have something relying on posyx and lose a lot of time if we need to reinvent the wheel... :D