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
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Hi Mike,
I am trying to run your I2S example on a ESP32 for audio output on the Max98357.
Currently I am struggling to load your I2S library: from machine import I2S.
I am running the current micropython V1.12 (micropython.org).
I have come across your bin: esp32spiram-i2s-20191022-v1.11.bin but was surprised to see it was only 11k, rather than a full micropython .bin.
So, my question is: what is the easiest way to make your I2S available?
Thanks,
Mike