Page 1 of 1

ESP32C3 Not showing any output data

Posted: Sun Jul 31, 2022 9:44 am
by sharonf88
Hi guys!

I am using an ESP32C3:
https://github.com/01Space/ESP32-C3-0.42LCD

I'm trying the timer example, manage to upload the sketch up the a msg:
Writing at 0x000433e6... (88 %)
Writing at 0x0004970f... (100 %)
Wrote 241472 bytes (134876 compressed) at 0x00010000 in 3.4 seconds (effective 566.3 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

And the nothing - console is empty of data.

Could you please help?

Re: ESP32C3 Not showing any output data

Posted: Sun Jul 31, 2022 12:55 pm
by ESP_Sprite
"Serial works with "CDC enable on boot" set to true." - did you do that?

Re: ESP32C3 Not showing any output data

Posted: Mon Aug 01, 2022 5:13 am
by sharonf88
ESP_Sprite wrote:
Sun Jul 31, 2022 12:55 pm
"Serial works with "CDC enable on boot" set to true." - did you do that?
Hi!
No i did not, i was trying now to google it but could only find how to enable it for py environment.
Could you please help me figure out how to do that for arduino?

Re: ESP32C3 Not showing any output data

Posted: Mon Aug 01, 2022 6:30 am
by ESP_Sprite
I have no clue, sorry, I don't generally use Arduino, but my gut feeling tells me it's probably a menu option somewhere.