SoftwareSerial.h with Wifi Lora32 V2

Hi community,
I have a Wifi Lora32 V2 board and I’m trying to connect a gps module. Do you know if it is possible to use SoftwareSerial.h from Arduino with this board and how? When I include the library here I get a validation error.

test_with_gps_device:1:28: fatal error: SoftwareSerial.h: No such file or directory
compilation terminated.
exit status 1
SoftwareSerial.h: No such file or directory

Thank you!
chabral

You may need to find a software serial port library for esp32 yourself.

Hi @Xiao-H, you’re right, I ended up using the library EspSoftwareSerial and was able to use the sensor.

Kind regards,
chabral.