Module 1
Flashing
Flash using Tasmota Web Installer and select Tasmota ESP32-C3 option.
For esptool.py download f.e. tasmota32c3.factory.bin
and run esptool.py write_flash 0x0 tasmota32c3.factory.bin
To put ESP32-C3 in flash mode GPIO8 needs to be pulled high and GPIO9 pulled low.
This module has no GPIO8, pulling GPIO9 low is sufficient to boot in flash mode
Running
For normal operation connect EN to VCC (pull high) to enable the chip. GPIO9 has an internal pullup and it needs to be high on power up for the module to boot so try and avoid that pin similar to GPIO0 on ESP8266.
ESP32’s are power hungry on boot and the USB to serial adapter might not be able to provide enough power for that. Use a stable 3.3v power supply that can supply more than 500 mA.
GPIO Mappings
TYWE2S | WT32C3-01n |
---|---|
RST | EN |
AD | GPIO01 |
GPIO01 | GPIO21 |
GPIO03 | GPIO20 |
GPIO04 | GPIO10 |
GPIO05 | GPIO03 |
GPIO12 | GPIO05 |
GPIO13 | GPIO06 |
GPIO14 | GPIO04 |