This repository acts as a companion of the voice assistant contest launch live stream held on the 17th of January 2024
During this live stream, we created a Voice Assistant based on the ESPHome framework.
If you want to create your own, chances are you are looking for the code used during the live stream. This repository is here for that!
The voice assistant created during the live stream uses the following components:
- A Feather ESP32 V2
- An i2s microphone called INMP441
- An i2s amplifier to drive the speaker called the MAX98357A
- An 3W speaker that you can easily find on Amazon, here is a link to the french store
The device we created looks like this:
Here is a detailed view of how we wired the parts:
Here is the complete YAML Firmware with explanation comments of what we created together during the stream.
You are free to copy, adapt, and use it however you want.
Have fun building and learning!
JLo