Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 7 months ago.
Seed Wifi Shield does not connect to wifi network integrated with Mbed K64f
Seed Wifi Shield does not connect to wifi network integrated with Mbed K64f for the Seed-Wifi-Shield Hello world program. Shield used is https://www.seeedstudio.com/Wifi-Shield-V2.0-p-2505.html
From what I could debug, the are no ssid shown after scan. Therefore the first command in the "join" function of Wifly library - sendCommand("set w j 0\r", "AOK") fails.
NOTE - Tried to connect to network with no security WiflyInterface eth(D1, D0, D5, LED1, "hotspot", "", NONE);