You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,21 @@ XMT - 3.3V
147
147
148
148
Use the `squeezelite-esp32-I2S-4MFlash-sdkconfig.defaults` configuration file.
149
149
150
+
### ESP32 LyraT Mini v1.2
151
+
152
+
This board is one of the [audio developpement board](https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/dev-boards/get-started-esp32-lyrat-mini.html) designed by espressif for their ESP-ADF (Espressif Audio Development Framework). It uses ESP32-WROVER-E as it core and ES8311 as DAC.
153
+
A jack connector can be used or an HP output.
154
+
It also contains 2 LEDS (one green, one blue) and 8 Buttons. Those buttons are not supported for now.
155
+
An ADC is also present on the board, but not used in squeezelite use case.
156
+
157
+
As for now, audio playback and LEDs are working.
158
+
159
+
Use the `squeezelite-esp32-I2S-4MFlash-sdkconfig.defaults` configuration file.
if "model" is not set or is not recognized, then default "I2S" is used. The option "mck" is used for some codecs that require a master clock (although they should not). Only GPIO0 can be used as MCLK and be aware that this cannot coexit with RMII Ethernet (see ethernet section below). I2C parameters are optional and only needed if your DAC requires an I2C control (See 'dac_controlset' below). Note that "i2c" parameters are decimal, hex notation is not allowed.
180
195
181
-
So far, TAS57xx, TAS5713, AC101, WM8978and ES8388 are recognized models where the proper init sequence/volume/power controls are sent. For other codecs that might require an I2C commands, please use the parameter "dac_controlset" that allows definition of simple commands to be sent over i2c for init, power, speakder and headset on and off using a JSON syntax:
196
+
So far, TAS57xx, TAS5713, AC101, WM8978, ES8388 and ES8311 are recognized models where the proper init sequence/volume/power controls are sent. For other codecs that might require an I2C commands, please use the parameter "dac_controlset" that allows definition of simple commands to be sent over i2c for init, power, speakder and headset on and off using a JSON syntax:
0 commit comments