ESP32 Unable to get IP from Server in Native_OTA
Posted: Wed Apr 10, 2019 12:30 pm
Hi ,
I'm trying to use all the code of Native_ota_example in my code . In which case, im carefully following all the necessary steps we take during native_ota example . And Running Https server.
Whilst my esp32 is getting connected to my local network as it can be seen here:
976) native_ota_example: Setting WiFi configuration SSID MYWIFI...
I (1076) phy: phy_version: 4100, 6fa5e27, Jan 25 2019, 17:02:06, 0, 0
I (1076) wifi: mode : sta (24:0a:c4:1d:34:f0)
I (1076) native_ota_example: Preparing to Connect
I (1096) native_ota_example: Connected
$ ota
I (11666) native_ota_example: Starting OTA example...
I (11666) native_ota_example: Running partition type 0 subtype 0 (offset 0x00010000)
I (11666) native_ota_example: Waiting for Wifi Event Bits
$
This event is not happening: SYSTEM_EVENT_STA_GOT_IP
Please Help
Thanks ,
Dhananjay Sutariya
I'm trying to use all the code of Native_ota_example in my code . In which case, im carefully following all the necessary steps we take during native_ota example . And Running Https server.
Whilst my esp32 is getting connected to my local network as it can be seen here:
976) native_ota_example: Setting WiFi configuration SSID MYWIFI...
I (1076) phy: phy_version: 4100, 6fa5e27, Jan 25 2019, 17:02:06, 0, 0
I (1076) wifi: mode : sta (24:0a:c4:1d:34:f0)
I (1076) native_ota_example: Preparing to Connect
I (1096) native_ota_example: Connected
$ ota
I (11666) native_ota_example: Starting OTA example...
I (11666) native_ota_example: Running partition type 0 subtype 0 (offset 0x00010000)
I (11666) native_ota_example: Waiting for Wifi Event Bits
$
This event is not happening: SYSTEM_EVENT_STA_GOT_IP
Please Help
Thanks ,
Dhananjay Sutariya