Skip to content

ESP32 board - SoftwareSerial #4

Description

@dl5dla

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions