Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

ESP8266 NodeMCU board, need assistance! #253

Closed mdma666 closed 7 years ago

mdma666 commented 7 years ago

do not know how to correct,

Attempting to connect to SSID: [edge] scandone f 0, ....scandone no [edge] found, reconnect after 1s reconnect

olivierbloch commented 7 years ago

Hi @mdma666 I suppose you are trying to run the C sample for ESP8266... have you followed the instructions here? is [edge] the SSID for your wifi router?

mdma666 commented 7 years ago

[edge] the SSID my router I followed the instructions

olivierbloch commented 7 years ago

With the brackets [] ?

mdma666 commented 7 years ago

no just: edge

olivierbloch commented 7 years ago

Then you need to try removing the brackets. The code should look like this (replacing "password" with your router password

static char ssid[] = "edge"; static char pass[] = "password";

mdma666 commented 7 years ago

everything is OK thanks