- This topic has 1 reply, 2 voices, and was last updated 2 years, 5 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e22 UART devices sx1262/sx1268 › ESP32 WROVER-E E22
Hello Renzo
I try the E22 library on a Wrover-E but I have a problem… on the Wrover-E there is no Serial1 and 2 hardware.. it would probably take an EspSoftwareSerial.
is there a solution ?
Hi Ludophot,
have you try to set new Serial like so?:
HardwareSerial SerialPort(1)
SerialPort.begin(9600, SERIAL_8N1, 16, 17);
Bye Renzo
More