Krzysztof Strehlau

Results 30 comments of Krzysztof Strehlau

This issue is related to bps. I've tried streaming mp3 with various bitrates and everything below 128 was affected. Arduino >= 3.0.0 On v2.0.16 no issue.

After some research, it turns out that it affects **mono** audio samples. reconfigI2S is missing channel setup for IDF 5 ```cpp m_i2s_std_cfg.slot_cfg = I2S_STD_MSB_SLOT_DEFAULT_CONFIG(I2S_DATA_BIT_WIDTH_16BIT, m_channels == 1 ? I2S_SLOT_MODE_MONO :...

This issue seems to be fixed. Verified on Arduino 3.0.3 ([pioarduino](https://github.com/pioarduino/platform-espressif32.git) fork)

Are you using PlatformIO? Which release of Arduino-esp32 are you on? Platformio is unfortunately a bit outdated, that's why I'm asking.

I'm using PubSubClient in my [IoT Library - ksIotFrameworkLib](https://github.com/cziter15/ksIotFrameworkLib) and I also use SSL. No issues both on ESP32 and ESP8266, but the thing is that I'm not using CA...

I didn't try master, will try to do so. Just need some time (few days) to get one of my devices as I don't have any 8266 devkit around. I'll...

``` 13:18:22.100 -> 4499 0 out IGMP type(0x16) 13:18:22.240 -> 4641 0 out MDNS 192.168.1.118>224.0.0.251 ID=0x0000 F=0x0000 Q=1 TR=1 13:18:22.240 -> H 14 e9 14 e9 00 4c 92 6d...

> Are we looking for DNS or MDNS requests though? `KRIS.local` is the one failing to resolve? No, just trying to resolve external domain like google.com. Maybe I should put...

Ah, that was my copy-paste mistake. It likely doesn’t crash, but it's not ideal to leave it as is as it may break MDNS functionality. If ArduinoOTA instantiates the MDNS...