Search found 3 matches

by Jeevan
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: 3023

Re: UART Echo example in ESP IDF 4.0.1 with UART 1

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?
by Jeevan
Fri Mar 18, 2022 6:31 am
Forum: General Discussion
Topic: Programming the new ESP32-S3 dev boards
Replies: 5
Views: 6494

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?
by Jeevan
Thu Mar 17, 2022 5:41 pm
Forum: Hardware
Topic: RMT pins, how do I know which ones?
Replies: 5
Views: 5029

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...