Search found 1 match
- Wed Feb 17, 2021 4:03 pm
- Forum: ESP32 Arduino
- Topic: [SOLVED] ESP32-CAM and EspSoftwareSerial with CamerWebServer
- Replies: 8
- Views: 26832
Re: [SOLVED] ESP32-CAM and EspSoftwareSerial with CamerWebServer
Dear @federico66 can you say how we can do that? Use finally gpios as UART por Hardware/Software comunication with other devices? (in my case Mp3-tf-16p) I can use the next code without problems until y run the camera... then its reboot continiusly: SoftwareSerial secondarySerial(14, 15); // RX, TX ...