Krzysztof Strehlau

Results 30 comments of Krzysztof Strehlau

When RTOS based SDK can be expected? How much time will it cost approximately to migrate?

Isn't it better to start migration process asap and give that as beta? I mean espressif will probably provide WPA2 Enterprise example soon, so it will be easy to add...

Please note that these signals should be 75Ohm impedance matched. Do you have all shieldings connected to gnd? Try this: To pin 25 - positive video (yellow), outer/shield directly to...

Getting unified into esp8266 direction will give you possibility to set millisecond-precise timeout. This is probably cleanest solution, but will break existing code. There must be some kind of warning...

Easiest thing to do with setTimeout is to introduce setTimeoutMs and setTimeoutSec for both platforms and mark setTimeout deprecated, but leave it in code with warning emitted. Connect method should...

> Units in computer science are not easy to handle (remember [Mars Orbiter Crash](https://en.wikipedia.org/wiki/Mars_Climate_Orbiter)). > > What do you about overriding the method with an argument of type [`std::chrono::duration`](https://en.cppreference.com/w/cpp/chrono/duration)? It...

It will be cool to get even rtos alone ;) The one which is hosted on the registry is pretty ancient 1.5.0, while there's 3.4 out there. As far as...

@ivankravets is there any chance to get this merged? It might be not so trivial as it links two external dependencies (RTOS sdk repo and tool-genbin), but please at least...

Might be useful to cache TTS. For example I use TTS to get notified about Home Assistant TTS events. Imagine you have TTS notifications like "Hey, a movement has been...

I'm experiencing an issue which may be related to this. I have smarthome infrastructure built on top of esp8266 and esp32 in my parents house and one esp32s3 in my...