No
No
N/A
Espressif ESP32-LyraTD-DSPG
by Espressif
Audio dev board with DSP Group tech for voice interfaces - suitable for wake-word detection and AI audio input.
2× Micro-USB

ESP32
MCU
240MHz
clock
16MB
flash
520KB
SRAM
-
GPIO
BLE 4.2+ WiFi
radio
On this page
Pinout
Getting started
flash your first firmware in ~2 minutesTool:
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 Lyratd Dspg
Flash Size: 16MB · DIO
Upload Speed: 921600
// blink
pinMode(8, OUTPUT);
digitalWrite(8, LOW); // on (often inverted)platformio.ini Copy
[env:esp32-lyratd-dspg]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600device.yaml Copy
esp32:
board: esp32dev
variant: esp32_lyratd_dspg
framework:
type: esp-idf
# blink - GPIO8
output:
- platform: gpio
pin: 8
id: led_out
light:
- platform: binary
name: "LED"
output: led_outshell Copy
esptool.py --chip esp32 --port /dev/ttyACM0 \
write_flash 0x0 firmware.binBuild details: sketch space 1966080 B · data 327680 B · DIO
Specifications
ESP32Compute
MCU
ESP32
Clock
240 MHz
SRAM · Flash
520 KB · 16MB · 8MB (QSPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
4.2 LE
Antenna
PCB
I/O
GPIO · ADC
- · Two 12-bit, 18 Channels
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-LyraTD-DSPG 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
Inside sits the ESP32 - a dual-core Xtensa with both Bluetooth Classic and BLE.
At $30.00 it's on the expensive side for an ESP32 board - most land around $20.
Around the module: 8MB (QSPI) PSRAM, a microphone (3-mic array), a speaker connector, an audio codec (ES8388), an amplifier and EN/Action/Vol+/Vol-/Mute buttons.
The ESP32-LyraTD-DSPG is an advanced voice development board featuring the ESP32-WROVER module. It integrates DSP Group's DBMD5P digital signal processor for high-performance voice processing, making it ideal for far-field voice recognition applications such as smart speakers and AI-powered voice assistants. The board supports Wi-Fi and Bluetooth connectivity, an onboard audio codec, microphone array, and multiple peripheral interfaces for seamless integration.
- DBMD5P dual-core programmable voice DSP (DSP Group) for wake-word detection and acoustic echo cancellation
- Three-microphone (DMIC) far-field array on a detachable sub board
- RGB LED ring (Echo Dot-style) driven by an onboard LED driver
- 3.5mm earphone/headphone jack with audio routed through the ES8388 codec
- Two-board design - main board plus sub board linked by an FPC ribbon cable
- Optional Mini DIN connector for an external microphone cable (not mounted by default)
- Cloud voice support - Amazon AVS, Google Dialogflow and Google Voice Assistant
Where to buy
prices are typical street prices
As an Amazon Associate, ESPboards earns from qualifying purchases.
Resources
Similar boards




