Skip to content

Instantly share code, notes, and snippets.

@amanjeev
Last active August 19, 2022 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amanjeev/0a752f3a4edd34577804b99e45bf6880 to your computer and use it in GitHub Desktop.
Save amanjeev/0a752f3a4edd34577804b99e45bf6880 to your computer and use it in GitHub Desktop.
esp32-c3 wifi - debug output
I (3121) esp_idf_svc::wifi: Setting STA interface configuration: InterfaceConfiguration { key: "WIFI_STA_DEF", description: "sta", route_priority: 100, ip_configuration: Client(DHCP(DHCPClientSettings { hostname: None })), interface_stack: Sta }
I (3141) esp_idf_svc::wifi: STA IP configuration done
I (3141) esp_idf_svc::wifi: STA configuration done
I (3151) esp_idf_svc::wifi: Starting with status: Status(Starting, Stopped)
I (3161) esp_idf_svc::wifi: Status is of operating type, starting
I (3161) wifi:mode : sta (60:55:f9:c0:1f:c0)
I (3171) wifi:enable tsf
I (3171) esp_idf_svc::wifi: Start requested
I (3171) esp_idf_svc::wifi: STA netif status: EspNetif(EspNetifStack(PrivateData), 0x3fca4668), index: 1, name: lo0, ifkey: WIFI_STA_DEF
I (3191) esp_idf_svc::wifi: AP netif is not allocated
I (3191) esp_idf_svc::wifi: Got wifi event: StaStarted
I (3201) esp_idf_svc::wifi: Reconnecting
I (3201) esp_idf_svc::wifi: STA event StaStarted handled, set status: Status(Started(Connecting), Stopped)
I (3211) wifi:new:<5,0>, old:<1,0>, ap:<255,255>, sta:<5,0>, prof:1
I (3221) wifi:state: init -> auth (b0)
I (3521) esp_idf_svc::wifi: Configuration set
I (3531) esp32_c3_dkc02_bsc::wifi: getting Wifi status
I (3531) esp_idf_svc::wifi: About to wait 2100s for status
I (3531) esp_idf_svc::wifi: Timeout while waiting for status
I (3541) esp_idf_svc::wifi: Stopping
I (3541) wifi:state: auth -> init (0)
I (3551) wifi:new:<5,0>, old:<5,0>, ap:<255,255>, sta:<5,0>, prof:1
I (3551) esp_idf_svc::wifi: Disconnect requested
I (3561) wifi:flush txq
I (3561) wifi:stop sw txq
I (3561) wifi:lmac stop hw txq
I (3561) esp_idf_svc::wifi: Stop requested
I (3571) esp_idf_svc::wifi: About to wait for status
I (3571) esp_idf_svc::wifi: Got wifi event: StaDisconnected
I (3581) esp_idf_svc::wifi: STA event StaDisconnected handled, set status: Status(Started(Disconnected), Stopped)
I (3591) esp_idf_svc::wifi: Got wifi event: StaStopped
I (3601) esp_idf_svc::wifi: STA event StaStopped handled, set status: Status(Stopped, Stopped)
I (3611) esp_idf_svc::wifi: Waiting for status done - success
I (3611) esp_idf_svc::wifi: Stopped
I (3621) esp_idf_svc::wifi: Event handlers deregistered
I (3621) wifi:Deinit lldesc rx mblock:10
I (3641) esp_idf_svc::wifi: Driver deinitialized
I (3641) esp_idf_svc::wifi: Deinitialization complete
I (3641) esp_idf_svc::wifi: Dropped
I (3641) esp_idf_svc::nvs: Dropped
I (3651) esp_idf_svc::eventloop: Dropped
I (3651) esp_idf_svc::netif: Dropped
Error: could not connect to Wi-Fi network: Unexpected Wifi status part 1: Status(Started(Connecting), Stopped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment