Skip to content

Tags: pozyxLabs/Pozyx-Python-library

Tags

1.3.0

Toggle 1.3.0's commit message
Release 1.3.0

Support for the 2.0 firmware and its features which include Aloha Mode for compatibility with the Enterprise system.

Also includes a serious refactor of the ByteStructure data structures and its derivatives which is much more transparent.

1.2.6

Toggle 1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix release 1.2.6 (#61)

* Fix switch of operation modes values (closes #48)

The Operation mode registry (0x22) contains 0 when the jumper sets the device as a Tag and contains 1 when the jumper sets the device as an anchor. Therefore, the constants are switched in the library to match the behavior of the device.

* Hotfix/filter data (#60)

* Fix data storing

FilterData always returns 0 when reading data from reg due to improper self.data initialization.

* Fix improper method name in call

* Fix bit operation priority

The + operator is called prior to the shift operator wich produce invalid result

* Added full discovery as tool, version bump, structured tools a bit

1.2.5

Toggle 1.2.5's commit message
Hotfix release to fix sensor mode

1.2.4

Toggle 1.2.4's commit message
Made positioning faster on higher settings, fixed tutorial scripts

1.2.3

Toggle 1.2.3's commit message
Fixed version check import

1.2.2

Toggle 1.2.2's commit message
Maintenance release with better support for firmware 1.3

1.2.1

Toggle 1.2.1's commit message
Made python2 compatible again

1.2.0

Toggle 1.2.0's commit message
Library release to accompany firmware version 1.3

1.1.7

Toggle 1.1.7's commit message
1.1.7 release

1.1.6

Toggle 1.1.6's commit message
Added utility and fixed Python3 bug for saved registers