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
For my tests I am using the 24-bit PCM5102 PCM5102A Stereo DAC Digital-to-analog Converter PLL Voice Module pHAT
10
+
11
+
I am just using the default pins defined by the framework. However I could change them with the help of the config object. The mute pin can be defined in the constructor of the I2SStream - by not defining anything we use the default which is GPIO23
12
+
13
+
14
+
DAC | ESP32
15
+
-----|----------------
16
+
VCC | 5V
17
+
GND | GND
18
+
BCK | BCK (GPIO14)
19
+
DIN | OUT (GPIO22)
20
+
LCK | BCK (GPIO15)
21
+
FMT | GND
22
+
XMT | 3V (or another GPIO PIN which is set to high)
23
+
24
+
- DMP - De-emphasis control for 44.1kHz sampling rate(1): Off (Low) / On (High)
For my tests I am using the 24-bit PCM5102 PCM5102A Stereo DAC Digital-to-analog Converter PLL Voice Module pHAT
10
+
11
+
I am just using the default pins defined by the framework. However I could change them with the help of the config object. The mute pin can be defined in the constructor of the I2SStream - by not defining anything we use the default which is GPIO23
12
+
13
+
14
+
DAC | ESP32
15
+
-----|----------------
16
+
VCC | 5V
17
+
GND | GND
18
+
BCK | BCK (GPIO14)
19
+
DIN | OUT (GPIO22)
20
+
LCK | BCK (GPIO15)
21
+
FMT | GND
22
+
XMT | 3V (or another GPIO PIN which is set to high)
23
+
24
+
- DMP - De-emphasis control for 44.1kHz sampling rate(1): Off (Low) / On (High)
0 commit comments