Hello,
Is there an existing software port for WRL-13287 ESP8266 on the Arduino Due?
The due does not use the SoftwareSerial.h library and gives compilation errors when using examples bundled with SparkfunESP8266WiFi.h. I see two paths: either use some other software serial library, or use jumper cables to get to the Serial1 on pins 19 (RX), 18 (TX) (or the other Serial2, Serial3 hardware serial ports). I found “soft_uart.h” by Antonio C. Dominguez-Brito , just I am already using hardware timers that would conflict with the code and would have to change a lot of things.
I will post my adaptation.
Frank