LilyGO T-OI Plus v1.2 ESP32-C3 Development Board (T-OI_Plus)

Available from:
Aliexpress.com
Aliexpress.com
Banggood.com
Manufacturer:
Lilygo.cn
GPIO # | Component |
---|---|
GPIO00 | None |
GPIO01 | None |
GPIO02 | ADC Input |
GPIO03 | LedLink |
GPIO04 | User |
GPIO05 | User |
GPIO06 | User |
GPIO07 | User |
GPIO08 | User |
GPIO09 | User |
GPIO010 | User |
GPIO011 | None |
GPIO012 | None |
GPIO013 | None |
GPIO014 | None |
GPIO015 | None |
GPIO016 | None |
GPIO017 | None |
GPIO018 | I2C SDA 1 |
GPIO019 | I2C SCL 1 |
GPIO020 | User |
GPIO021 | User |
Configuration for ESP32-C3
{"NAME":"LilyGO T-OI Plus","GPIO":[0,0,4704,544,1,1,1,1,1,1,1,0,0,0,0,0,0,0,640,608,1,1],"FLAG":0,"BASE":1}
Flash only with ESP32-C3
tasmota32c3...
binaries.
Versions of this development board without the red antenna are faulty and should be avoided.
Template maps the IO18 and IO19 as I2C to use with the Grove connector.
Flashing
Flash using Tasmota Web Installer using Tasmota32c3 4M Flash option.
If using esptool.py download required files and tasmota32c3.bin and put them in the same folder.
esptool.py --chip esp32c3 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x0000 bootloader_dout_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 tasmota32c3.bin