-
I had a breakthrough on this old issue with adafruit i2s mems mic
you need to put the following into ~/.asoundrc
`
/This section makes a reference to your I2S hardware adjust the card name
/ to …
-
Hi @nnarain and @Kriskras99 ,
I have just started looking to interface the LSM6DSOX to rust. I noticed this repository as well as https://github.com/Kriskras99/LSM6DSL. There seems to be a lot of …
-
**Describe the problem you have/What new integration you would like**
VEML6075 and VEML6070 Support. The VEML6075 is preferred as it's the successor of the 6070 version
**Please describe you…
-
ATSAMD21/51 both support I2S. Is there a plan to add this to the HAL?
edit: should this issue be named "Implement I2S abstraction"?
Unless I'm mistaken, there is no standard embedded-hal trait f…
-
Hi,
first companies seem to stop the production of the gy-86 module, MPU 6050 should also not be used for new projects anymore.
ICM-20948 + baro or the [ICM-20789](https://invensense.tdk.com/produ…
-
I2S out support works great, but it would be wonderful to have I2S IN support - similar to PDM. The Adafruit i2s microphone breakout board is I2S and I cannot utilize it with CircuitPython.
-
Is the volume low because the default data is 32bit whilst the mics are likely creating a 24bit data stream?
```
static const struct snd_soc_pcm_stream dai_params = {
.formats = SNDRV_PCM_F…
-
I received my enviro+ last week and over the weekend I managed to install the examples and build my own InfluxDB bridge to show all those measurements via Grafana. Had a lot of tinkering fun, thanks :…
-
Any chance of supporting a Mic? there's a few cheap boards that would work with the GPIO ports on the Pi
-
### Describe the bug
Using the dtoverlay=googlevoicehat-soundcard with the INMP411 microphone module, audio recording works on Raspberry Pi 3 but not on Raspberry Pi 5. Despite identical hardware and…