Search found 3 matches

by ravenb72
Fri Aug 19, 2022 12:15 pm
Forum: General Discussion
Topic: ESP32-C3 menuconfig. No option for console output on UART1
Replies: 5
Views: 4046

Re: ESP32-C3 menuconfig. No option for console output on UART1

Just a quick correction. I was using the VC extension version 1.5. IDF was 4.3.1. I have since updated it to 4.4.2. I still have the same problem. Menuconfig still allows me to select a Custom UART but doesn't provide a way to select UART1, at least not that I can find. Capture from menuconfig (comm...
by ravenb72
Thu Aug 18, 2022 2:38 pm
Forum: General Discussion
Topic: ESP32-C3 menuconfig. No option for console output on UART1
Replies: 5
Views: 4046

ESP32-C3 menuconfig. No option for console output on UART1

Hi, I am wanting to switch the console output to UART1. If I select "Custom Uart" in "Channel for console output". Under Component config-> Driver configurations->UART configuration I get options to select GPIO for Tx and Rx but there is no option to select UART1. The hint says the following: Select...
by ravenb72
Wed Jun 22, 2022 1:18 pm
Forum: ESP-IDF
Topic: https_request example fails with updated certificate.
Replies: 0
Views: 1332

https_request example fails with updated certificate.

The https_request example that is supplied works with the provided certificate even though it has expired. I retrieved the latest certificate file for https://www.howsmyssl.com/a/check using a browser and replaced the old one. Now, the first of the 3 requests works but the last two fail with the fol...