Closed cgreening closed 3 years ago
I'm wondering if it's something to do with this bug and the workaround that is being applied?
Removing the bug fix lines seems to make my code work. I'm using IDF 4.2 to build micropython.
For anyone else ending up here from Google - this code and PR has been superseded by a new one - https://github.com/miketeachman/micropython-i2s-examples
I have a working configuration with C++
When I try and recreate this in python:
I don't get any values - everything is zero.
My microphone board is configured to be on the left channel so ONLY_LEFT should work - and it does work in my IDF project. I've looked through the code you've added to Micropython and I can't see any reason for it not to work.
Here's my complete test code: