-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.md
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.md
----------------------------- Remove above -----------------------------
Basic Infos
I found the esp wifi doesn't connect to an ssid if it is hidden. I connect my devices just fine to the ssid while unhidden, most wifi devices should reconnect just fine once the ssid is known and then is set to hidden. I even went in to the esp and set the ssid and pw by hand, but it still doesnt connect. Setting ssid back to un-hidden, they connect right up.
Im using a mikrotik RB751 for an access point with the latest firmware 6.36, WPA2-PSK and 2.4 n-only mode.
im using wifimanager lib in case that has any bearing.
Hardware
Hardware: ESP-12f
Core Version: 2.3.0
Description
Problem description
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 4MB/1MB
CPU Frequency: 80Mhz
Flash Mode: dio
Flash Frequency: 40Mhz
Upload Using: OTA
Reset Method: ck
Sketch
#include <Arduino.h>
void setup() {
}
void loop() {
}
Debug Messages
messages here