-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
I can get your library to work great on its own, but I when I try to include it in a sketch that interfaces with a Parallax RFID Reader, the RFID reader does not respond. I have tested the RFID Reader code separately. I know this might not be enough information for you, but basically: the RFID Reader can be configured to communicate over SoftwareSerial, but after WiFi.begin(ssid, pass), the RFID Reader no longer responds. It seems like there is something in the routines that is jamming the communication. If I comment out Wifi.begin(ssid, pass) it works fine, but of course, it removes the WiFi functionality!
I was able to run scripts with this Reader and CC3000 working using the Adafruit CC3000 library, but I'd prefer to use yours because it's easier to work with.
Any help or ideas would be appreciated.
Thank you.
George