-
### The problem
Hello,
I'm setting up an ESP Voice Assistant and it works only once.
The only solution I found is to either restart the ESP or to reconfigure the device from the integration panel…
-
When the stick size for an input tensor is 16 byte aligned i2s should produce a valid sharded tensor. But, currently this only seems to happen with 32 byte alignment. For instance, when height shard…
-
### Feedback
For better understanding the requirements to integrate ESP Home Devices please do more examples.
Please add an example for ESP32 Speaker via i2s into HA.
### URL
https://www.home-as…
-
Hey there! Really cool project - thanks for sharing!
I was wondering, how can have you both input and output devices on the same I2S using circle? What are the changes you had to implement?
-
It appears that the I2S class does not currently support a I2S DAC that requires a master clock.
BTW: What is easiest workaround to use [ES7134LV](https://datasheet.lcsc.com/lcsc/1912111437_Everest-s…
-
Hi, I would like to use the I2S mode on the ESP32S2 variant, but the code currently doesn't compile. So far, two errors have occurred.
1. The ESP32S2 only has one I2S peripheral, so any references …
-
## Environment
- Audio development kit: ESP32-LyraT and custom board
- IDF version: 4.4.8
- ADF version 2.7 and master
- Build system: idf.py
- Operating system: Mac OS
- Using an IDE: VS Code…
-
I'm trying to read data from the SPH0645LM4H.
The output received is :
```
f8d98000
f8d74000
f8d54000
f8e84000
f8e60000
f8e50000
f8e24000
f8e2c000
f8e48000
f8dfc000
f8e0c000
f91ac0…
-
Hi,
I tried to run the project on an older version of Arduino IDE and it works fine. However, when tried on the latest version, it throws back an error saying i2s_read_bytes isn't defined in the sc…
-
https://github.com/m5stack/M5Unified/blob/cf1aec372b840093811f18b10bf3a8a13ffd33e1/examples/Basic/Microphone/Microphone.ino#L38-L40
Not super familiar with this space, but I am curious what's block…