Search found 1 match
- Sat Jul 14, 2018 1:59 am
- Forum: ESP-IDF
- Topic: How to connect esp32 to arduino by UART?
- Replies: 0
- Views: 2032
How to connect esp32 to arduino by UART?
Hi everyone, I already connected two of Arduino Board, and they worked using the HardwareSerial library. But now, I'm trying to connect an Arduino with an ESP32 by the UART2 port. I can't use the Arduino Framework at ESP32, so I have to use ESP-IDF. I tried to run some UART examples, but they didn't...