Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By noumes
#41898 Hey All,

Wanted to validate my approach before going to far.

I don't have an i2s module available, and I believe it's possible to substitute an amplifier on the RX port instead to feed a speaker.

With that hardware setup, I'd like to try and get the audio data provided in this example to play: playground.arduino.cc/Code/PCMAudio

I'll be using the NONOS sdk, and adapting the i2s code found in the i2s demo and the esp8266 arduino project: https://github.com/esp8266/Arduino/blob ... 8266_i2s.c

Am I missing anything in this setup?

Thank you!