Hi,
I’m currently using the sparkfun shield with the m6e-nano, and using sparkfun library. (https://github.com/sparkfun/SparkFun_Si … er_Library)
I’m facing a problem on my project, I need to have more than 1 antenna to extend read points.
I could use a multiplexer to do that, or use directly the ThingMagic M6E (https://www.jadaktech.com/products/rfid … ury6e-m6e/).
If I look at the price of a multiplexer (about 200euros) it seems better to buy directly the M6E as this reader already have 4 antenna port, that we can select using the MercuryApi.
And for almost the same price, the M6E has drastically better performance than the m6e-nano. The m6e-nano can read up to 200tags / sec, whereas the m6e can read up to 750tags / sec.
The M6E can be wired by USB, to a raspberry, for example, and use the C Mercury Api directly.
Or it can be wired by hardware serial, on an Arduino for example.
I’d like to keep my project runing the code I already wrote for the arduino platform.
ThingMagic seems to say that their API is fully compatible between all their M6 products.
And the sparkfun lib seems to be a “wrapper” around the mercuryApi.
I’m not sure what the mercuryApi is doing, and it could test the M6 product type and send the right message via serial depending on which one it is connected to…
But maybe not
So the question is : Is it possible to use the Sparkfun library with another M6 product, especially the ThingMagic M6E ?
Thank you very much !