Foddis Gabriele

Results 30 comments of Foddis Gabriele

@neo305 Add this http://arduino.esp8266.com/stable/package_esp8266com_index.json in Preference -- Additional Boards In your Arduino IDE If you need both of them (ESP32 and ESP8266) add comma after first line

Dear @shrynshjn Hi, because you always call the wifi. You have to call up the Wifi only if it is disconnected (always check the status of the wifi WiFI.Status ())...

@shrynshjn Other info: your type esp8266 board how many characters does your wifi password have?

@shrynshjn try this: wifi_set_sleep_type(NONE_SLEEP_T);

@shrynshjn please, set a serial print millis when WiFi.status() == 3 and send me value

I suggest you do a clean sketch where you just connect your board and measure the connection time again. Use simple WiFi.Begin();

@cremus try to reset ESP32 with this https://www.espressif.com/sites/default/files/tools/flash_download_tool_v3.8.7.zip I with another esp32 some time ago I solved it in this way.

Dear @pvpatel9726 , what board do you use?