Adding an SparkFun_Simultaneous_RFID_Tag_Reader_Library arduino library

I want to use this GitHub - sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library: Arduino library to control the M6E-Nano RFID module from ThingMagic with the particle boron. Is there a way I can integrate this library into the particle web ide?

Most SparkFun libraries are easily ported to Particle with minimal or no changes.

Using Particle Workbench is recommended, just follow the using a 3rd-party library not in the community libraries.

For that specific library, make sure you follow the instructions in the readme for adapting the examples to use a hardware serial port instead of soft serial.

1 Like

Thank you! I was able to port it and get some example code written on my board. Just waiting for a logic level shifter to test out whether communication works!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.