We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, When using the following setup for an I2S Microphone on ESP32-WROOM-32
audio_in = I2S(0, sck=bck_pin, ws=ws_pin, sd=sdin_pin, mode=I2S.RX, bits=16, format=I2S.MONO, rate=16000, ibuf=16000 )
I keep getting the type object 'I2S' has no attribute 'RX' error.. I'm not sure what the issue is but I'm guessing its firmware based?
type object 'I2S' has no attribute 'RX'
Thank you for the help
The text was updated successfully, but these errors were encountered:
That is really strange. Can you tell me what version of MicroPython you are running?
Sorry, something went wrong.
No branches or pull requests
Hello,
When using the following setup for an I2S Microphone on ESP32-WROOM-32
I keep getting the
type object 'I2S' has no attribute 'RX'
error..I'm not sure what the issue is but I'm guessing its firmware based?
Thank you for the help
The text was updated successfully, but these errors were encountered: