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

The components are not compatible with the i2s microphone #284

Open
KristopherMackowiak opened this issue Jan 11, 2025 · 2 comments
Open

Comments

@KristopherMackowiak
Copy link

KristopherMackowiak commented Jan 11, 2025

If we want to use the code in a DIY project, after changing the microphone from nuba to i2s the device gets a bootloop

Error:
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

@KristopherMackowiak
Copy link
Author

KristopherMackowiak commented Jan 11, 2025

To test you can flash esphome code to cleaned ESP32 S3 board with replace microphone section to

microphone:

  • platform: i2s_audio
    i2s_din_pin: GPIO15
    adc_type: external
    bits_per_sample: 32bit
    i2s_audio_id: i2s_output

and remove mic id in wake word and assistant section to use default

@synesthesiam
Copy link
Contributor

The various nabu components are being upstreamed into ESPHome, but this will take time.

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

2 participants