aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

Automatic WiFi Reconnect #3491

Closed rajasekarl closed 2 years ago

rajasekarl commented 2 years ago

Briefly summarize the issue being raised How to handling automatic WiFi reconnect for the situation where the network drops? Describe the desired outcome Identify the intended result of further discussion and eventual resolution of this issue.

System information

ravibhagavandas commented 2 years ago

Hello @rajasekarl

You can refer to one of our demo WiFiConnectTask which connects to a provisioned WiFi networks. The demo task uses network manager to listen for a WiFi network state change from driver and calls WiFi API to connect to network. You can easily adapt the demo to re-connect to a WiFi network upon disconnection

aggarg commented 2 years ago

I am closing this issue. Feel free to reopen or create a new one if you still face any issue.