Comments on: Getting Started with the ESP32-C3 Super Mini https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 11 May 2026 18:38:57 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Michael https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1187156 Mon, 11 May 2026 18:38:57 +0000 https://randomnerdtutorials.com/?p=170189#comment-1187156 In reply to jvabole.

See reply to Sara…

]]>
By: Michael https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1187153 Mon, 11 May 2026 18:37:47 +0000 https://randomnerdtutorials.com/?p=170189#comment-1187153 In reply to Sara Santos.

Hi Sara, thanks for the reply. The code loaded and ran, just never got any of the serial messages. After a lot of research, trying fixes, and a few different C3 hardware profiles, everything works as intended simply after selecting the LOLIN C3 Mini. It was a Temu purchase, so had zero information on it.

Cheers,
Michael

]]>
By: jvabole https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1186988 Mon, 11 May 2026 10:02:41 +0000 https://randomnerdtutorials.com/?p=170189#comment-1186988 The problem could be in Win10, when the COM port number assigned to Win10 is different in the esp32c3 programming and operating modes, in which case the number must be specified manually in Win, the same for both cases.

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1186983 Mon, 11 May 2026 09:39:23 +0000 https://randomnerdtutorials.com/?p=170189#comment-1186983 In reply to Michael L..

Hi.
What happens when you open the Serial Monitor?
Do you get any errors?
Can you upload code to the boarD?
Regards,
Sara

]]>
By: Michael L. https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1186927 Mon, 11 May 2026 02:53:28 +0000 https://randomnerdtutorials.com/?p=170189#comment-1186927 Thank you for your great tutorials! Can you offer any thoughts why I cannot ever see any serial output on the C3 mini? I often have the same problem with ESP32-S3 Zero as well, though no issues with the full size NODEMCU-32 V1.2 – still using IDE v1.8.19

]]>
By: Janis https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1172952 Thu, 26 Mar 2026 12:38:43 +0000 https://randomnerdtutorials.com/?p=170189#comment-1172952 In reply to bablb.

of course

]]>
By: bablb https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1172749 Wed, 25 Mar 2026 18:41:13 +0000 https://randomnerdtutorials.com/?p=170189#comment-1172749 its wrong. you should have to enable “USB CDC on Boot” in Tools to communicate

]]>
By: bobby https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1161963 Sun, 15 Feb 2026 11:33:29 +0000 https://randomnerdtutorials.com/?p=170189#comment-1161963 In reply to jvabole.

Are you sure this is due to power supply issue? There are reports of the antenna being inappropriately placed, which causes the tx to back-off at higher power, causing connection issues. Have a look at the antenna mods for that board that improve RSSI by 6-10dB, and apparently fix the issue with the connectivity of the aliexpress boards. The mod I’m describing is a half loop and a straight piece of wire connected in parallel with the chip antenna.

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1161960 Sun, 15 Feb 2026 11:01:24 +0000 https://randomnerdtutorials.com/?p=170189#comment-1161960 In reply to jvabole.

Hi.

Thanks for sharing.
Regards,
Sara

]]>
By: jvabole https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comment-1161918 Sun, 15 Feb 2026 06:55:32 +0000 https://randomnerdtutorials.com/?p=170189#comment-1161918 Esp32-c3 board from AliExpress has a problem – wifi connection is very unstable. The problem is apparently in the power supply circuit. The problem can be solved by reducing the transmission power. In the case of arduino
Wifi.begin(ssid_char, password_char);
Wifi.settxpower(wifi_power_8_5dbm);

]]>