May I ask how do you monitor the data sent by uart.
Also when writing to it, you use a serial monitor to e.g. Teraterm to write to the port connected to pons 5&18?
Search found 3 matches
- Tue Jul 19, 2022 11:07 am
- Forum: ESP-IDF
- Topic: UART Echo example in ESP IDF 4.0.1 with UART 1
- Replies: 1
- Views: 3201
- Fri Mar 18, 2022 6:31 am
- Forum: General Discussion
- Topic: Programming the new ESP32-S3 dev boards
- Replies: 5
- Views: 6901
Re: Programming the new ESP32-S3 dev boards
Hello!
I also just got my hands on the board. Currently using Vscode.
Can I check when would the ESP32s3 be supported on Arduino IDE?
I also just got my hands on the board. Currently using Vscode.
Can I check when would the ESP32s3 be supported on Arduino IDE?
- Thu Mar 17, 2022 5:41 pm
- Forum: Hardware
- Topic: RMT pins, how do I know which ones?
- Replies: 5
- Views: 5578
Re: RMT pins, how do I know which ones?
Does it matter which channel we choose? Also, I tried configuring the gpio through menuconfig but can't seem to navigate it well. The purpose was to replicate the blink example sketch when they defined CONFIG_GPIO_LED and it was in the sdkconfig.h file with CONFIG_GPIO_LED set to 48(esp32s3). So I w...