sparkfun / SparkFun_Simultaneous_RFID_Tag_Reader_Library

Arduino library to control the M6E-Nano RFID module from ThingMagic
Other
55 stars 31 forks source link

Examples on ESP8266 #11

Closed idanmalul closed 1 year ago

idanmalul commented 6 years ago

Hi,

I am trying to run your examples on ESP8266 nodemcu , and got error. There are changes which needed when using ESP8266 ? There is another implementation for ESP ? what could be the problem?

Please advise. Idan.

santaimpersonator commented 4 years ago

Could you provide more information... like what exactly is the error?

Secondly, those boards are incompatible. The ESP8266 uses 3.3V logic and the RFID shield uses 5V logic... you should use a logic level converter to avoid damaging your board.

alex-prosh commented 1 year ago

The SoftwareSerial library does not work with ESP modules. Use hardware serial instead.

santaimpersonator commented 1 year ago

@alex-prosh Thank you for your insight into the problem.

@idanmalul Another option is to use the EspSoftwareSerial library.

I am going to close this issue since there hasn't been much activity on it.