gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
122 stars 63 forks source link

Phase data #115

Closed LSLubanco closed 4 years ago

LSLubanco commented 4 years ago

In general the API is working really well. However, it seems that there is a problem in the phase data.

The phase data should provide an output in the range 0-180 degrees. However, I am getting a constant value from the phase, namely "26554" which does not seem plausible at all.

Is this a known issue? and is there any recommended step to fix this issue?

Thank you in advance.

LSLubanco commented 4 years ago

The issue was fixed through installing the module from build instead of pip.