Michael

Results 8 comments of Michael

I agree. At least say in the example which piece goes to which pin. I mean the example shows A0, A1, and A2. But which is wired to Clk, DT,...

Any luck yet? I had a couple of thoughts. Mostly around possibly weak components. Do you have any sort of oscilloscope? I bought a Hantek digital one that connects to...

> @mrmonteith Have you checked after reboot how your session file looks like? I haven't looked at the session file. It's weird. I open the app and another file is...

Thanks. This was extremely helpful. The upside down images drove me nuts. Of course they are all over the place. Thanks again

I have this issue too: `error: too few arguments to function 'esp_err_t esp_wifi_sta_wpa2_ent_enable(const esp_wpa2_config_t*)'` Hoping to get past this. Trying to connect an ESP32 to our work network as a...

I found how to set this. Just not sure where in the code exactly it goes. ` esp_wpa2_config_t config = WPA2_CONFIG_INIT_DEFAULT();` ` esp_wifi_sta_wpa2_ent_enable(&config);`

An excellent example is What Is RFS? It gives an excellent description for RFS.

> I met this problem today. My quick solution (until there would be a new version of the library) for ESP32 core was to add > > ``` > #include...