Comments on: ESP32 WiFiMulti: Connect to the Strongest Wi-Fi Network (from a list of networks) https://randomnerdtutorials.com/esp32-wifimulti/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 15 Jul 2025 16:10:05 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-wifimulti/#comment-1069344 Tue, 15 Jul 2025 16:10:05 +0000 https://randomnerdtutorials.com/?p=110863#comment-1069344 In reply to André CG.

Olá.
Não percebi muito bem a pergunta.
Mas se precisa de comunicação rápida entre várias ESP32 em estilo network, eu recomendo usar comunicação ESP-NOW.

Tutorial ESP_NOW Getting started: https://randomnerdtutorials.com/esp-now-esp32-arduino-ide/
Todos os tutoriais de ESP-NOW: https://randomnerdtutorials.com/?s=ESP-NOW

Cumprimentos,
Sara

]]>
By: André CG https://randomnerdtutorials.com/esp32-wifimulti/#comment-1068887 Mon, 14 Jul 2025 14:29:30 +0000 https://randomnerdtutorials.com/?p=110863#comment-1068887 In reply to Sara Santos.

Bom dia Sara
Estou em um projeto onde temos vários ESP32 como clientes rodando entre diversos APs, todos na mesma rede (SSID) porém estou encontrando muita falha em reconexão entre as antenas. Preciso que a reconexão seja menor que 1S, tem algum sistema rodando com reconexão abaixo deste temnpo? Teria exemplo de cmo codificou?
Obrigado.

]]>
By: namor https://randomnerdtutorials.com/esp32-wifimulti/#comment-1012850 Mon, 03 Mar 2025 10:15:17 +0000 https://randomnerdtutorials.com/?p=110863#comment-1012850 Is there a way to connect to the strongest network after the existing connection has failed? Best would be to make the controller rescan the networks. Thanks for any hint!

]]>
By: Allen Mulvey https://randomnerdtutorials.com/esp32-wifimulti/#comment-804874 Fri, 23 Dec 2022 23:32:05 +0000 https://randomnerdtutorials.com/?p=110863#comment-804874 In my experience, this does not necessarily pick the strongest signal. I have three in a cluster of greenhouses and two pick the strongest signal (-56) and the third picks the second (-67). It is handy in that I can move devices between my home and the nursery without reprogramming them.

]]>
By: Gerallt Griffiths https://randomnerdtutorials.com/esp32-wifimulti/#comment-804862 Fri, 23 Dec 2022 21:34:43 +0000 https://randomnerdtutorials.com/?p=110863#comment-804862 In reply to Ibrahim Muala.

Hello, Ibrahim!
I’m afraid that I still haven’t picked-up that project and tried-out the library. Thanks for reminding me about it — it’s now on my new-year to-do list. I’m embarrassed to say that the circuits are still on breadboards, but have been in use all of this time — on a fixed access point. When I deploy them properly, selection of the best AP will matter. It will be good to get these things deployed, finally!
Sorry I couldn’t give you a definitive answer at this time.
Regards,
Gerallt.

]]>
By: Ibrahim Muala https://randomnerdtutorials.com/esp32-wifimulti/#comment-804847 Fri, 23 Dec 2022 19:52:47 +0000 https://randomnerdtutorials.com/?p=110863#comment-804847 In reply to Gerallt Griffiths.

Hello Gerallt,

I hope you are doing well. I have the same issue as you, have you tried the WiFiMulti library?
If yes, have you achieve a reliable connection and what is your thoughts about the library?

Thanks.

]]>
By: Jim Condit https://randomnerdtutorials.com/esp32-wifimulti/#comment-779834 Wed, 31 Aug 2022 15:17:17 +0000 https://randomnerdtutorials.com/?p=110863#comment-779834 Do you need to call the “run” method, in “loop” to get reconnected or will it happen during normal network activity?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-wifimulti/#comment-755714 Sun, 05 Jun 2022 16:06:12 +0000 https://randomnerdtutorials.com/?p=110863#comment-755714 In reply to Robson.

Olá.
Não testei. Mas tratando-se de uma ESP32, sim, deverá funcionar.
Cumprimentos.
Sara Santos

]]>
By: Robson https://randomnerdtutorials.com/esp32-wifimulti/#comment-755342 Fri, 03 Jun 2022 20:14:07 +0000 https://randomnerdtutorials.com/?p=110863#comment-755342 Este projeto pode também ser usado com o esp32-cam? Obrigado

]]>
By: Carlos Arze https://randomnerdtutorials.com/esp32-wifimulti/#comment-755281 Fri, 03 Jun 2022 13:51:04 +0000 https://randomnerdtutorials.com/?p=110863#comment-755281 Excellent!. Thanks for sharing!
I’m doing kind of similar work but saving my SSID/Pass sets, in a dynamic file on the ESP and then manually checking the power of each SSID!!

]]>