Christian Baars

Results 25 comments of Christian Baars

> Hi, I downgraded the camera firmware to the old one as per the BT. But still cannot get the hack to work. I cannot see anything in the http://camera_ip/....

The UI is not changed, although I must admit, that I wanted to add a little icon. But the problem is, that we need the paste-event to access the clipboard...

I began with some work on this, but I am still not sure about the ideal user interface. While testing with the ibug_300W...-dataset, I added some functions to the image-slider-file...

Today I got a cam module for testing, which seems to be not exactly the same model, because its `v3.1` and not `v3.0`. ``` 00:00:00.001 HDW: ESP32-D0WDQ6-V3 v3.1 (PSRAM) 00:00:00.031...

I've seen the same error message and behavior. In my case the problem was caused by my Ubiquiti Aircube AC. An upgrade of the firmware solved it and I had...

I have the exact same problems with colliding defines and would like to see this solved.

Meanwhile @rug1024 could try the following things (with `seriallog 3`): 1. Check general microphone functionality with `i2srec`, e.g.: ` i2srec /test.mp3` (then after a few seconds) `i2srec` (to stop recording...

Okay, I have found my INMP441 and could fix the crashes with `i2srec`. It was possible to record raw audio in Berry, but the MP3 encoder ist totally broken at...

The crashes in `i2srec` will happen in every mic-only-configuration at the moment, because these calls can not work without an output instance. https://github.com/arendst/Tasmota/blob/cb70ff7a778e2e38416faefd49575144e9edb9c7/tasmota/tasmota_xdrv_driver/xdrv_42_0_i2s_audio_idf51.ino#L436 https://github.com/arendst/Tasmota/blob/cb70ff7a778e2e38416faefd49575144e9edb9c7/tasmota/tasmota_xdrv_driver/xdrv_42_0_i2s_audio_idf51.ino#L462 The i2sstream does not start the...

After more bugfixing I have the driver working including MP3 streaming, but the INMP441 is a special animal, that seems to need an unusual I2S configuration. ATM this microphone produces...