Open dvukovic opened 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
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
I tried the NodeMCU and all worked. Thanks for looking into this issue.
I have a problem exactly the same with esp8285, it releases as AP mode but does not let anyone connect
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?
I can try to test , how much memory do you have?
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
are you using an example?
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.
What would be the best debug Level ?
Here is a screen shot with debug port enabled:
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.