tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.65k stars 1.98k forks source link

ESP8285 not connecting as Access Point #774

Open dvukovic opened 6 years ago

dvukovic commented 6 years ago

To give a little background. I am using the Arduino1.8.5 IDE on Win7-64 bit. The code has been compiled for an NodeMCU Lolin v3 and works properly. I have a ESP8285 m3 board that I have been working with and have interfaces an I2C OLED display and an I2C RTC chip. I then compile the same demo programs as the NodeMCU, but the 8285 does not what too connect to any of my devices, ( DELL laptop, iPhone or Samsung tablet) as the NodeMCU has done. Here is a screen shot of the IDE Tools configuration. esp8285 m3

What would be the best debug Level ?

Here is a screen shot with debug port enabled: autoconnect_debug

My iPhone and tablet shows the ESP8822174 as an access point, but neither are able to connect. The above serial monitor does not change when attempting a connection.

tablatronix commented 6 years ago

I see no client connect in logs , hmm

try the softap example and see if you can join https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiAccessPoint/WiFiAccessPoint.ino

tablatronix commented 6 years ago

I wonder why it would not be connecting, I know on iphone I have to forget the ap or it gets stuck , did you try that? There seems to be something different with these chips, ill try to test mine out I think I have an m3 module

dvukovic commented 6 years ago

I tried the NodeMCU and all worked. Thanks for looking into this issue.

Mauricio-Alencar commented 5 years ago

I have a problem exactly the same with esp8285, it releases as AP mode but does not let anyone connect

Mauricio-Alencar commented 5 years ago

extending my tests here, when using the lib in esp8266 it works perfectly, but when using esp8285, it gets instabilities and does not show AP in the startConfigPortal () and AutoConnect () functions; and this is hurting me a lot, because my project is being based on altering sonoff firmware that uses a esp8285 = '(, what feedback can you give about using lib with esp8285?

tablatronix commented 5 years ago

I can try to test , how much memory do you have?

Mauricio-Alencar commented 5 years ago

When you speak from memory, is MCU FLASH memory? if it is is 1k internal, follow here datasheet of it! https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf

tablatronix commented 5 years ago

are you using an example?