Skip to content
New issue

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

bad values for I2S for m5stack-atom-speaker-kit #62

Open
besteru opened this issue Jan 9, 2025 · 0 comments
Open

bad values for I2S for m5stack-atom-speaker-kit #62

besteru opened this issue Jan 9, 2025 · 0 comments

Comments

@besteru
Copy link

besteru commented Jan 9, 2025

bad values for used for I2S in m5stack-atom-speaker-kit.yaml from https://github.com/esphome/media-players/tree/main/m5stack
The file contains these:
i2s_lrclk_pin: GPIO21
i2s_bclk_pin: GPIO22

While m5stack-atom-echo.yaml contains the correct values:
i2s_lrclk_pin: GPIO33
i2s_bclk_pin: GPIO19

Because of this it is impossible to replicate the M5Stack Atom Echo Media Player build from https://esphome.io/projects/index.html.
The existing binary works, but it is impossible to be recreated with the files available for download.

Also the media_player i2s_dout_pin is wrong (must be GPIO22)

This also contains the correct values: https://github.com/esphome/firmware/blob/main/voice-assistant/m5stack-atom-echo.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant