ESP32 WROVER-E E22

Viewing 1 reply thread
  • Author
    Posts
    • #25522
      ludophot
      Participant

        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 ?

      • #25523
        Renzo Mischianti
        Keymaster

          Hi Ludophot,
          have you try to set new Serial like so?:

          
          HardwareSerial SerialPort(1) 
          SerialPort.begin(9600, SERIAL_8N1, 16, 17); 
          

          Bye Renzo

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.
      Exit mobile version