I have a "SparkFun_UHF_RFID_Reader.
I am trying to get it to work on a ESP32 using Arduino code
Do you have a library for it and example code
Thanks for your help
I have a "SparkFun_UHF_RFID_Reader.
I am trying to get it to work on a ESP32 using Arduino code
Do you have a library for it and example code
Thanks for your help
Hi elwood,
I’m afraid the [Simultaneous RFID Reader Library we have is not compatible with an ESP32 due to logic translation and the ESP32’s incompatibility with the SoftwareSerial library. That said, one of our fantastic users, paulvha, has several posts about a workaround that he has tested and should work to use the M6E Nano with an ESP32 but it does require using the Universal Reader Assistant software. We do not have example code to run entirely on an ESP32.
First, you may need to create a voltage divider as he describes in [this post. Also, this [GitHub Repository has instructions on getting the M6E to work with an ESP32.
I hope this helps you get your Simultaneous RFID Reader working with your ESP32.](ThingMagic/SerialPassthrough at master · paulvha/ThingMagic · GitHub)](https://forum.sparkfun.com/viewtopic.php?f=118&t=49554#p202882)](GitHub - sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library: Arduino library to control the M6E-Nano RFID module from ThingMagic)
Thanks, I will give it a try