gotthardp / python-mercuryapi

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

Using this wrapper on new M7E pico dev kit #144

Closed TinManAkshay closed 8 months ago

TinManAkshay commented 9 months ago

Hi -

I've been using this wrapper on m6e nano dev kit for a while now without any issues. Since its gone obsolete now. So I switched to new M7E PICO dev kit which i got from digikey.

I had to change NA2 to NA in reader.set_region(). Also, reader is getting 5V. Verified with multimeter.

I am not able to read any tags. So I'd like to know if this wrapper can be used on M7E pico? If yes, what changes i have to make in order to read tags? Should I need to update this wrapper on my system for m7e?

Any feedback or info is highly appreciated.

Thanks, Akshay

gotthardp commented 8 months ago

Most likely te MercuryAPI version you are using does not support your hardware. Check the release documentation.

TinManAkshay commented 8 months ago

Yes I figured that out as well. I was using 1.31.1 version with M6E which will not support latest M7E. So I completely removed 1.31.1 and freshly installed the 1.35.2. This latest rev works pretty well with M7E without any issues.

Thanks for your feedback though. Appreciate it. Closing this!!