Espressif ESP32-LyraT-Mini

Compact LyraT variant for simpler voice/audio apps - great for speaker-based IoT interfaces.

2× Micro-USB
Espressif ESP32-LyraT-Mini board
ESP32
MCU
240MHz
clock
4MB
flash
520KB
SRAM
6· 4 ADC
GPIO
BLE 4.2+ WiFi
radio
On this page

Pinout

8 pins
View:
Espressif ESP32-LyraT-Mini pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
115MTDOTDOGPIO15strappingadc · touchJTAG header pin 1 (TDO); strapping pin; shared with the microSD CMD line
213MTCKTCKGPIO13strappingadc · touchJTAG header pin 2 (TCK); shared with the microSD power-control line
312MTDITDIGPIO12strappingadc · touchJTAG header pin 3 (TDI); strapping pin (flash voltage select), no onboard peripheral
414MTMSTMSGPIO14strappingadc · touchJTAG header pin 4 (TMS); shared with the microSD CLK line
53RXU0RXDGPIO3uartuartUART header pin 1; USB-UART console/programming RX (U0RXD)
61TXU0TXDGPIO1uartuartUART header pin 2; USB-UART console/programming TX (U0TXD)
7-GNDground-UART header pin 3; ground
8-3V33.3Vpower-UART header pin 4; 3.3V power

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
MTDOMTDO (GPIO15)Keep HIGH during boot (internal PU); if LOW on reset, bootloader log is silenced and boot mode may change.Strapping
MTCKMTCK (GPIO13)Used for JTAG debugging (TCK); avoid using as GPIO if JTAG is needed.Other
MTDIMTDI (GPIO12)Keep LOW during boot (internal PD); pulling HIGH at reset selects 1.8V flash mode, causing flash brownout if 3.3V flash is used.Strapping
MTMSMTMS (GPIO14)Used for JTAG debugging (TMS); driving it as GPIO may interfere with JTAG or produce spurious signals at boot.Other

Only if you know the tricks

wired to flash or USB - expect a fight
PinLabelWhat to knowRole
RXU0RXD (GPIO3)Used for receiving data from USB-UART (programming); also pulled HIGH at boot for console communication, so using as GPIO can disrupt uploads.USB
TXU0TXD (GPIO1)Connected to on-board USB-UART for uploading and logs; drives serial output at boot, so using as GPIO can disrupt programming or console.USB
These are recommendations, not hard rules - with the right pull-ups, timing and boot-state awareness most pins can be made to work. When in doubt, start green.
Pinout notes Across 8 pins, the Espressif ESP32-LyraT-Mini exposes 6 GPIO plus GND and 3V3 for power. For peripherals, TX / RX on GPIO1 and GPIO3 cover serial logging and…

Across 8 pins, the Espressif ESP32-LyraT-Mini exposes 6 GPIO plus GND and 3V3 for power.

For peripherals, TX/RX on GPIO1 and GPIO3 cover serial logging and flashing.

On the analog side there are 4 ADC-capable pins for sensors and battery monitoring and 4 capacitive-touch inputs.

4 of the exposed pins carry boot-time or system duties on the ESP32 (MTDO, MTCK, MTDI and 1 more).

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Serial chip: CP2102N. Not detected? Hold BOOT while plugging in.
2
Flash with your tool
Arduino IDE, PlatformIO, ESPHome or esptool - copy the settings on the right.
3
Verify it runs
The blink example uses GPIO8 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Esp32 Lyrat Mini
Flash Size:       4MB · DIO
Upload Speed:     921600

// blink
pinMode(8, OUTPUT);
digitalWrite(8, LOW);   // on (often inverted)
platformio.ini Copy
[env:esp32-lyrat-mini]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32dev
  variant: esp32_lyrat_mini
  framework:
    type: esp-idf

# blink - GPIO8
output:
  - platform: gpio
    pin: 8
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
shell Copy
esptool.py --chip esp32 --port /dev/ttyACM0 \
  write_flash 0x0 firmware.bin
Build details: sketch space 1966080 B · data 327680 B · DIO

Specifications

ESP32
Compute
MCU
ESP32
Clock
240 MHz
SRAM · Flash
520 KB · 4MB · 8MB (QSPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
4.2 LE
Antenna
PCB
I/O
GPIO · ADC
6 · 4
UART · I²C · SPI
3 · 2 · 4
PWM
16 channels
Power
USB
Micro-USB (UART) · Micro-USB
Serial
CP2102N
Boot address
0x1000
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · DIO
Sketch · Data
1.88 MB · 320 KB
The Espressif ESP32-LyraT-Mini uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with DIO boot mode. The maximum sketch size is 1.88 MB with 320 KB available for data.

About this board

At its core is the ESP32 - a dual-core Xtensa with both Bluetooth Classic and BLE.

Expect to pay about $18.00 - in line with other ESP32 boards.

Only 6 GPIO are broken out, where most ESP32 boards manage about 24 - worth checking the pinout covers what you need.

Onboard you'll find 8MB (QSPI) PSRAM, a microSD slot, a microphone, a speaker connector (2.0mm socket), an audio codec (ES8311), an amplifier (NS4150), battery charging (AP5056) via 2.0mm 2-pin socket, status LEDs (Green, Red, Charging, Standby, Power) and Boot/Reset/Rec/Mode/Play/Set/Vol-/Vol+ buttons.


The ESP32-LyraT-Mini is a compact development board designed for audio applications. It features an ESP32-WROVER module with built-in Wi-Fi and Bluetooth, an ES7243 audio ADC, and an ES8311 audio codec. The board is ideal for voice interaction applications such as smart speakers and voice-controlled devices. It supports I2S, UART, I2C, and SPI for seamless integration with various peripherals.
  • 3.5mm stereo headphone jack
  • 3-watt mono speaker output (4Ω recommended)
  • ES7243 audio ADC for the onboard microphone
  • Six audio function keys (Rec, Mode, Play, Set, Vol-, Vol+)

Where to buy

prices are typical street prices
Espressif ESP32-LyraT-Mini
Espressif ESP32-LyraT-Mini
$18.00per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards