B-L475E-IOT01A Connectivity Issue!
I am trying to execute the very simple example that came with the board, publishing sensor data on AWS.
Here are the videos that shows the example I'm talking about:
1) https://youtu.be/PY32lLiauKk
2) https://youtu.be/6eUqxjBL_wI
I have failed to connect to my WiFi router. Here is the terminal output:

I dug deep to see why it was failing at line 327 and found where it was happening. When "ES_WIFI_Connect()" function was called, it set the ssid, password, security type and then tried to join. And the JOIN AT command fails with status: "ES_WIFI_STATUS_UNEXPECTED_CLOSED_SOCKET", which just mean after sending "C0" to the WiFi module it replied back "\r\nERROR".
I don't know much about the wifi module, yet. I thought the example should have been straight forward. I was hoping if someone can tell me what is happening.
