Hi Pavel,
the code does not successfully compile for ESP32 board. Error message is
src/main.cpp:14:28: fatal error: SoftwareSerial.h: No such file or directory
It looks like that SoftwareSerial is not supported out of the box for ESP32 boards. May be there are some special libraries for SoftwareSerial on ESP32, but nevertheless it might be more efficient to use one of the three available UARTs (UART0, UART1 and UART2) of the ESP32. I am wondering how to adapt the code accordingly but I am not sure (and may be not skilled enough) to start.
Hi Pavel,
the code does not successfully compile for ESP32 board. Error message is
src/main.cpp:14:28: fatal error: SoftwareSerial.h: No such file or directory
It looks like that SoftwareSerial is not supported out of the box for ESP32 boards. May be there are some special libraries for SoftwareSerial on ESP32, but nevertheless it might be more efficient to use one of the three available UARTs (UART0, UART1 and UART2) of the ESP32. I am wondering how to adapt the code accordingly but I am not sure (and may be not skilled enough) to start.