Espressif ESP32-LyraTD-SYNA

ESP32 board featuring Synaptics audio front end - ideal for enhanced voice detection and commands.

Micro-USB
Espressif ESP32-LyraTD-SYNA board
ESP32
MCU
240MHz
clock
4MB
flash
520KB
SRAM
4· 4 ADC
GPIO
BLE 4.2+ WiFi
radio
On this page

Pinout

7 pins
View:
Espressif ESP32-LyraTD-SYNA pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
115TDOMTDOIO15strappingadc · touchJTAG header (TDO); shared with microSD CMD. ADC2_CH3, touch T3.
213TCKMTCKIO13strappingadc · touchJTAG header (TCK); shared with microSD D3. ADC2_CH4, touch T4.
312TDIMTDIIO12strappingadc · touchJTAG header (TDI); shared with microSD D2. Strapping pin (flash voltage). ADC2_CH5, touch T5.
414TMSMTMSIO14strappingadc · touchJTAG header (TMS); shared with microSD CLK. ADC2_CH6, touch T6.
5-5VVUSBpower-5V input from the USB power port.
6-3V3power-3.3V regulated rail (onboard LDO).
7-GNDground-Ground.

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
TDOMTDO (GPIO15)Keep HIGH during boot (internal PU); if LOW on reset, bootloader log is silenced and boot mode may change.Strapping
TCKMTCK (GPIO13)Used for JTAG debugging (TCK); avoid using as GPIO if JTAG is needed.Other
TDIMTDI (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
TMSMTMS (GPIO14)Used for JTAG debugging (TMS); driving it as GPIO may interfere with JTAG or produce spurious signals at boot.Other
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 7 pins, the Espressif ESP32-LyraTD-SYNA exposes 4 GPIO plus 5V , 3V3 and GND for power. On the analog side there are 4 ADC-capable pins for sensors and…

Across 7 pins, the Espressif ESP32-LyraTD-SYNA exposes 4 GPIO plus 5V, 3V3 and GND for power.

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 (TDO, TCK, TDI 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 Lyratd Syna
Flash Size:       4MB · DIO
Upload Speed:     921600

// blink
pinMode(8, OUTPUT);
digitalWrite(8, LOW);   // on (often inverted)
platformio.ini Copy
[env:esp32-lyratd-syna]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32dev
  variant: esp32_lyratd_syna
  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
4 · 4
UART · I²C · SPI
3 · 2 · 4
PWM
16 channels
Power
USB
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-SYNA 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 $25.00 - above the ~$20 typical for ESP32 boards.

Only 4 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 microphone (Dual mic array), a speaker connector, an audio codec (CX20721), an amplifier and Reset/Boot/Play/Vol+/Vol-/Mute buttons.


The ESP32-LyraTD-SYNA is an advanced voice development board powered by the ESP32-WROVER module. It integrates Synaptics’ dual-microphone array for advanced voice processing, making it ideal for voice-controlled applications, smart assistants, and AI audio solutions. The board features Wi-Fi and Bluetooth connectivity, an audio codec, an amplifier, and multiple peripheral interfaces for seamless integration with smart home and embedded audio projects.
  • Synaptics CX20921 far-field voice input DSP (AudioSmart)
  • Integrated AudioSmart Class-D amplifier, 2.8W per channel
  • Two-microphone array with noise reduction and echo cancellation
  • 3.5mm earphone jack

Where to buy

prices are typical street prices
Espressif ESP32-LyraTD-SYNA
Espressif ESP32-LyraTD-SYNA
$25.00per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards