Hi Support,
I'm using the following modules for my application.
Amazon FreeRTOS -> 202107
FreeRTOS Kernel V10.4.3
AWS IoT Over-the-air Update v3.0.0
SL Host Driver Version 2.0.1.27
Service Pack Version sp_3.14.0.0_2.0.0.0_2.2.0.7.bin
I have a Problem while connecting the device to mobile application when the provisioning FSM reinitializes provisioning after Device got disconnected from AP during initial provisioning process.
After successful cloud confirmation, due to some router issue the device got disconnected from AP. The event WLAN Connection Status:1 is received from the NWP, but the device cannot connect to AP, so the application came into Current: 0, Event: 6, Next: 0 state according to provisioning FSM followed by Current: 0, Event: 0, Next: 1 and Current: 1, Event: 1, Next: 2 states.
When the application is in Current: 1, Event: 1, Next: 2 state, the device started hosting and is visible in the Wi-Fi list, but unable to connect it using mobile application.
I have tried e using various tools like Postman and Httper, but still, it didn't work. It seems like device internal HTTP server unable to connect.
Can you please let me know the reason why I am unable to connect the device to mobile application and suggest a solution for the same.
Thanks,
Vaishnavi