-->
Page 1 of 1

connecting the ESP8266 to M6E Nano Simultaneous RFID Scanner

PostPosted: Wed Feb 01, 2023 7:34 pm
by alexpro
As the title suggests I am trying to connect the ESP8266 microcontroller to the M6E Nano Simultaneous RFID Scanner. Unfortunately, it seems that running even the most simple sample programs to initialize the scanner cause a wdt reset. After doing some debugging it seems that this exception is caused by running the commands: "softSerial.begin(baudRate);" and "nano.setBaud(baudRate);" I've tried to use ESP.wdtFeed(); and yield(); before the problematic lines but it does not help very much. How do I fix this error or stop watchdog from hanging?

The code I am using: https://pastecode.io/s/j8zvkbgc