
UM TinyC6 is a development board based on the ESP32C6 microcontroller using RISCV32 architecture.
This board features a maximum CPU frequency of 160 MHz and 4MB flash memory.
About UM TinyC6
Ultra-small ESP32-C6 board with USB-C and low power - perfect for Thread, BLE, and Wi-Fi mesh network projects.
Technical Specifications
Complete technical specification details for UM TinyC6
Connectivity
Microcontroller
Quick Setup
Copy-paste configs for UM TinyC6 - auto‑generated from this board's exact hardware specs.
In Arduino IDE 2 select Tinyc6 from the esp32 by Espressif package. In PlatformIO use board = esp32-c6-devkitc-1. ESP32C6 · 160 MHz · 4MB · QIO · RISC-V.
In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "Tinyc6" for the UM TinyC6.
[env:um_tinyc6]
platform = espressif32
board = esp32-c6-devkitc-1
framework = arduino
; Exact hardware config for UM TinyC6
board_build.mcu = esp32c6
board_build.f_cpu = 160000000L
board_build.flash_size = 4MB
board_build.flash_mode = qio
board_upload.flash_size = 4MBThe board value is a close generic match - check PlatformIO board registry for an exact fit.
esp32:
board: esp32-c6-devkitc-1
framework:
type: arduino # or "esp-idf"
# UM TinyC6 - 160 MHz ESP32C6
# Flash: 4MB | USB: N/APaste into your device's .yaml. See ESPHome ESP32 docs for full options.
esptool.py \
--chip esp32c6 \
--baud 921600 \
write_flash \
--flash_mode qio \
--flash_size 4MB \
0x0 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.binInstall: pip install esptool - replace firmware.bin with your binary - bootloader at 0x0
Pin Mappings
Complete pinout and GPIO mapping for UM TinyC6
| Pin | Analog | Touch | PWM | Other |
|---|---|---|---|---|
| 1 | A0 | T1 | ||
| 2 | A1 | T2 | ||
| 3 | A2 | T3 | ||
| 4 | A3 | T4 | VBAT_SENSE | |
| 5 | A4 | T5 | ||
| 6 | A5 | T6 | SDA | |
| 7 | A6 | T7 | SCL | |
| 8 | A7 | T8 | ||
| 9 | A8 | T9 | ||
| 10 | VBUS_SENSE | |||
| 16 | TX | |||
| 17 | RX | |||
| 18 | SS | |||
| 19 | SCK | |||
| 20 | MISO SDI | |||
| 21 | MOSI SDO | |||
| 22 | RGB_PWR | |||
| 23 | RGB_DATA | |||
| RGB_BUILTIN | LED_BUILTIN |
Default Tools & Configuration
Build and upload settings for UM TinyC6
| Setting | Value |
|---|---|
| Bootloader tool | esptool_py |
| Uploader tool | esptool_py |
| Network uploader tool | esp_ota |
| Bootloader address | 0x0 |
| Flash mode | qio |
| Boot mode | qio |
| Maximum upload size | 1280 KB (1310720 bytes) |
| Maximum data size | 320 KB (327680 bytes) |
The UM TinyC6 uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x0.
Flash mode: qio | Boot mode: qio
Max sketch size: 1280 KB | Max data size: 320 KB
Similar Boards
Other development boards with ESP32C6 microcontroller

Espressif ESP32-C6-DevKitM-1
Espressif ESP32-C6-DevKitM-1 development board is based on esp32c6 microcontroller and uses riscv...

ESP32-C6 Super Mini
ESP32-C6 Super Mini development board is based on esp32c6 microcontroller and uses riscv32 architecture.

XIAO ESP32C6
XIAO ESP32C6 development board is based on esp32c6 microcontroller and uses riscv32 architecture.