Page 1 of 1

i have problem with esp32 when i want to insert software serial

Posted: Fri Oct 09, 2020 7:45 pm
by Rayan_H
Hello, I got a problem when I change the board from Arduino Uno to ESP32 because I was using softwareserial.h to transfer the data from the sensor(mlx90614) to the display(Nextion NX4024T032) but when I used ESP32 the data didn't show in the display.
can anyone help me with that, please?

Re: i have problem with esp32 when i want to insert software serial

Posted: Mon Oct 12, 2020 1:58 pm
by idahowalker
Use hardware serial with the ESP32.