Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.03 KB

File metadata and controls

43 lines (30 loc) · 1.03 KB

Assist with Media Player - Wiring 🔌

Voice assistant device whith a microphone and speaker, the speaker can also be controlled by Home Assistant as a media player. But the Micro Wake Word cannot be used with media player, so the wake word detection is performed by Home Assistant.

Component Description
Xiao ESP32S3 Sense 📟 esp32 board
PCM5102 🔊 I2S DAC module for audio
Speaker speaker with audio jack input

Xiao ESP32S3 Sense 📟

Xiao ESP32S3 Sense

PCM5102 🔊

PCM5102

# Pin Functions

On the back of the board there are 4 pads which have to be bridged as follows

PCM5102 pin functions

Pin State
1 Low (L)
2 Low (L)
3 High (H)
4 Low (L)

# Connections

PCM5102 ESP32S3
VCC 5V
Data D9 (GPIO8)
NC (not connected)
GND GND

# Speaker

Now you can plug a speaker to the LINE OUT of the board