SparkFun Thing Plus - ESP32 WROOM In stock WRL-14689

WE just bought 10 of these devices for a project we are developing and we are having an issue connecting to our 2Ghz Wifi. When we turn on debugging we get the following

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

flash read err, 1000

ets_main.c 371

ets Jun 8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

configsip: 0, SPIWP:0xee

clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00

mode:DIO, clock div:1

load:0x3fff0018,len:4

load:0x3fff001c,len:1216

ho 0 tail 12 room 4

load:0x40078000,len:9720

ho 0 tail 12 room 4

load:0x40080400,len:6352

entry 0x400806b8


Connecting to WiFi network: CAKE-2G

[D][WiFiGeneric.cpp:337] _eventCallback(): Event: 0 - WIFI_READY

[D][WiFiGeneric.cpp:337] _eventCallback(): Event: 2 - STA_START

…[D][WiFiGeneric.cpp:337] _eventCallback(): Event: 5 - STA_DISCONNECTED

[W][WiFiGeneric.cpp:353] _eventCallback(): Reason: 15 - 4WAY_HANDSHAKE_TIMEOUT

We are using the sample code from your website

https://learn.sparkfun.com/tutorials/es … 1571406920

What kind of wireless security are your access points using?

The error doesn’t really tell me much but I’m wondering if you have the password wrong in the sketch or your access point is using a form of encryption the ESP32 can’t connect to.

We get the same message if the password is correct or wrong.

We use WPA/WPA2 security.

As for Access point we use:

Ubiquiti Networks Unifi 802.11ac Dual-Radio PRO Access Point (UAP-AC-PRO-US)

When we do a network scan with the device it sees our network (1st Entry) SSID and 30 others

[D][WiFiGeneric.cpp:337] _eventCallback(): Event: 1 - SCAN_DONE

WiFi Scan done

41 networks found

1: CAKE-2G (-42)*

2: ARLO_VMB_1792897479 (-50)*

3: PUBLIC-KWYTHEIGHTS-WIFI (-56)*

4: KWDEVICES (-56)*

5: KWYTHEIGHTS-WIFI (-57)*

6: DIRECT-D3F576B6 (-60)*

7: PURPLE ORCHID SALON GUEST (-67)*

8: PURPLE ORCHID SALON (-69)*

9: KWYTHEIGHTS-WIFI (-73)*

10: optimumwifi (-75)

11: AlticeWiFi (-75)*

12: xfinitywifi (-76)

13: CableWiFi (-76)

14: SpectrumWiFi (-76)

15: KWDEVICES (-77)*

16: PUBLIC-KWYTHEIGHTS-WIFI (-77)*

17: KWDEVICES (-80)*

18: PUBLIC-KWYTHEIGHTS-WIFI (-81)*

19: DIRECT-44-HP OfficeJet 6950 (-81)*

20: KWYTHEIGHTS-WIFI (-82)*

21: KWDEVICES (-83)*

22: AlticeWiFi (-83)*

23: PUBLIC-KWYTHEIGHTS-WIFI (-85)*

24: CableWiFi (-85)

25: KWYTHEIGHTS-WIFI (-86)*

26: TRENDnet740_DNBH (-86)*

27: KWDEVICES (-86)*

28: KWDEVICES (-86)*

29: Mom’sWiFi (-87)*

30: TRENDnet740_DNBH (-88)*

31: KWYTHEIGHTS-WIFI (-88)*

32: PUBLIC-KWYTHEIGHTS-WIFI (-89)*

33: 08ADC0 (-89)*

34: E2F0EE (-89)*

35: KWDEVICES (-89)*

36: PUBLIC-KWYTHEIGHTS-WIFI (-89)*

37: KWYTHEIGHTS-WIFI (-89)*

38: PUBLIC-KWYTHEIGHTS-WIFI (-90)*

39: KWYTHEIGHTS-WIFI (-90)*

40: b780d2 (-92)*

41: E9DC60 (-96)*

For whatever reason, the access point is kicking the Thing off the network. I don’t know why it’s doing that but you might check your logs to see if the access point gives a reason why it’s not wanting to connect.