ivmarkov

Results 702 comments of ivmarkov
trafficstars

> This is more of a note for other that stumble into this and hopefully saves them a few hours of debugging. (If there is a better place for this,...

> The current timeout() for the i2c bus is calculated using > > ``` > impl From for APBTickType { > fn from(duration: Duration) -> Self { > APBTickType( >...

> Cool that you are working on this. Did you try the api only on a esp32? Can i use it on a non esp32 by only enabling the BLE...

> Cool that you are working on this. Did you try the api only on a esp32? Can i use it on a non esp32 by only enabling the BLE...

Do any of your problems happen, if you replace "example.com" with an IP address?

You are sure 100% about that (as in you have used `IpAddr` and not a string that might still trigger DNS resolution somehow)?

Your example is way too big and I have difficulties understanding what exactly you are trying to achieve... This seems very odd though: ``` let netif_ap = EspNetif::new_with_conf(&NetifConfiguration { ip_configuration:...

Even `Fixed` is wrong. You can't set a client config on an access point and expect not to have issues w.r.t. routing on IP level. Why are you configuring the...

Maybe. But it has a default configuration and you are changing it. Maybe it does not matter, as the Wifi is not in Mixed mode, but maybe it does. My...

> I updated the code in the original post. In your "simplified example"... why are you setting the eth and wifi-sta to the same IP, namely "192.168.178.234"?