Christian Baars

Results 26 comments of Christian Baars

Interesting point about the different behavior of different SOC's. I will have to check this too as currently the INMP441 is connected to a S3. In theory it should not...

INMP441 works here now for MP3 audio recording and streaming on the S3 without distortion and the expected (mediocre) sound quality. I hope this is repeatable on other platforms too....

Current state of changes here: https://github.com/Staars/Tasmota/tree/i2s There are more refactoring steps ahead, but with the next PR I would like to change as few things as possible. ``` [env:tasmota32s3-i2s] extends...

Forget the current docs, the aim for the new driver was to configure "everything" at runtime. So things like PDM, left/right, mono/stereo, ... do not need a different firmware. You...

Then please head over to Discord and find me there or use Tasmotas compiling-development channel.

I ordered some cheap I2S stuff („the usual suspects from Ali“) to be able to do more tests myself. This includes the MAX98357A. I still was not able to find...

Your microphone seems to need "standard mode", which requires `i2sconfig {"Rx":{"Mode":0}} `. Error code 0 means no error. Is this a S3? You may try your luck with full duplex...

Nice! (But I still do not really see the value of the second resize procedure.)

This fixes a crash for me too.

Please read the section in [docs/Bluetooth_MI32.md](https://github.com/tasmota/docs/blob/26ef6028f3aa0c1fcce800543648665392d63eff/docs/Bluetooth_MI32.md?plain=1#L449) carefully. This is a pure Berry Script and has nothing to do with Tasmotas built in "MQTT discovery".