Skip to main content

Product FAQ

Q: Can the ESP32-C3-Zero be powered via pins?

A: Yes. When using an external power supply, you can input 3.7V~6V at the castellated hole marked with "5V".

Q: Why is there no response after uploading a program to the ESP32-C3-Zero?

A: Press the Reset button to restart the device and check if there is any output.

Q: How do I perform hardware debugging and flashing on the ESP32-C3-Zero? Do I just connect it to the computer via the Type-C port?

A: Yes. If flashing fails, hold down the BOOT button while connecting the device to the computer, and then release it.

Q: Does the ESP32-C3-Zero support IPv6?

A: Yes, the ESP32-C3 supports IPv6 and provides IPv6 example programs.

Q: Why are the colors displayed incorrectly when controlling the onboard RGB LED (WS2812) of the ESP32-C3-Zero (e.g., setting it to red results in green)?

A: This is caused by a mismatch in the color data order. The color data format for the onboard LED of the ESP32-C3-Zero is RGB (Red-Green-Blue). To resolve this, please specify the color order parameter as RGB in the initialization settings of the driver library.