Hi,
I read many threads about ESP32 not connecting, and got some code snippets to troubleshoot but I am no where closer to finding out why it's so much harder to make ESP32 work! I have few 8266 boards and they connect to wifi first try, and stay connected.
I tried the NTP exampe, mDNS example, and STA enable... nothing worked...
if I leave the ESP32 for a day or two trying over and over again, I may get lucky and come back and see it connected. Here is what I see:
17:35:00.930 -> Restarting
17:35:00.964 -> ets Jul 29 2019 12:21:46
17:35:00.964 ->
17:35:00.964 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
17:35:00.964 -> configsip: 0, SPIWP:0xee
17:35:00.964 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
17:35:00.964 -> mode:DIO, clock div:1
17:35:00.964 -> load:0x3fff0030,len:1184
17:35:00.964 -> load:0x40078000,len:13220
17:35:01.007 -> ho 0 tail 12 room 4
17:35:01.007 -> load:0x40080400,len:3028
17:35:01.007 -> entry 0x400805e4
17:35:02.917 -> Connecting...
17:35:03.010 -> 1,2,3,4,5,6,7,8,10
17:32:00.433 -> E (35617) wifi:sta is connecting, return error
17:32:04.453 -> 9
17:32:04.453 -> E (39624) wifi:sta is connecting, return error
17:32:08.469 -> 10
17:32:08.469 -> E (43632) wifi:sta is connecting, return error
17:32:12.467 ->
17:32:12.467 -> Restarting
After trying everything, wondering if it's just a bad board.
Any help is greatly appreciated.
NOTE: This is what I have:
Thanks,