Closed meinschatz1 closed 2 years ago
pin_i2s_bck = 5 # GPIO Pin number for I2S "BCK" pin_i2s_lck = 32 # GPIO Pin number for I2S "L(R)CK" pin_i2s_din = 4 # GPIO Pin number for I2S "DIN"
I want to use DAC 12S and PCM 5102A and want to make sure this are the correct gpio pins on the ESP32 DEVKIT. PLEASE HELP
Yes, that looks okay. Be sure to have the 3 lines in your config, as there are no defaults.
thank you edzelf for the quick response,
pin_i2s_bck = 5 # GPIO Pin number for I2S "BCK" pin_i2s_lck = 32 # GPIO Pin number for I2S "L(R)CK" pin_i2s_din = 4 # GPIO Pin number for I2S "DIN"
I want to use DAC 12S and PCM 5102A and want to make sure this are the correct gpio pins on the ESP32 DEVKIT. PLEASE HELP