[GH-ISSUE #844] Trying to Configure Multiple SSIDs in Wifi Manager #711

Open
opened 2026-02-28 01:26:42 +03:00 by kerem · 3 comments
Owner

Originally created by @shreyhere8 on GitHub (Mar 9, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/844

----------------------------- Remove above -----------------------------

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

Problem description

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch


#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here
Originally created by @shreyhere8 on GitHub (Mar 9, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/844 ----------------------------- Remove above ----------------------------- ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [x] Development **Esp8266/Esp32:** - [x] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [ ] ESP12 E/F/S (nodemcu, wemos, feather) - [x] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [ ] 2.4.0 - [ ] staging (master/dev) ### Description Problem description ### Settings in IDE Module: NodeMcu, Wemos D1 Additional libraries: ### Sketch ```cpp #include <Arduino.h> void setup() { } void loop() { } ``` ### Debug Messages ``` messages here ```
Author
Owner

@acidobinario commented on GitHub (Mar 23, 2019):

@shreyhere8 I'm not sure what the problem is... but I managed to use multiple wifi credentials storing them in SPIFFS with a JSON struct (I'm still working on trying to connect to the best wifi option), tell me what is your approach.

<!-- gh-comment-id:475870319 --> @acidobinario commented on GitHub (Mar 23, 2019): @shreyhere8 I'm not sure what the problem is... but I managed to use multiple wifi credentials storing them in SPIFFS with a JSON struct (I'm still working on trying to connect to the best wifi option), tell me what is your approach.
Author
Owner

@shreyhere8 commented on GitHub (Mar 24, 2019):

I am working on a IOT project for smart agriculture. I need to create something like a wifi manager using esp8266 where I would be able to input mulitple wifi credentials and store them on EEPROM. So the Purpose is when I move my device between places, I would not have to re configure the wifi credentials each time. The wifi manager would automatically scan and try to connect to the best available signal.

My Approach was to integrate the Wifi manager and Wifi Multi libraries but I was unable to do so.
The change will also be required in the HTML page for the wifi manager to accept multiple SSIDs and Passwords.

<!-- gh-comment-id:475933217 --> @shreyhere8 commented on GitHub (Mar 24, 2019): I am working on a IOT project for smart agriculture. I need to create something like a wifi manager using esp8266 where I would be able to input mulitple wifi credentials and store them on EEPROM. So the Purpose is when I move my device between places, I would not have to re configure the wifi credentials each time. The wifi manager would automatically scan and try to connect to the best available signal. My Approach was to integrate the Wifi manager and Wifi Multi libraries but I was unable to do so. The change will also be required in the HTML page for the wifi manager to accept multiple SSIDs and Passwords.
Author
Owner

@acidobinario commented on GitHub (Apr 6, 2019):

@shreyhere8 check out my blog post of this: https://acidobinario.me/blog/esp8266-wifimanager-multiple-wifi/

an example of that is on my repo https://github.com/acidobinario/espMultiWifiExample

<!-- gh-comment-id:480542866 --> @acidobinario commented on GitHub (Apr 6, 2019): @shreyhere8 check out my blog post of this: https://acidobinario.me/blog/esp8266-wifimanager-multiple-wifi/ an example of that is on my repo https://github.com/acidobinario/espMultiWifiExample
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#711
No description provided.