-->
Page 1 of 1

Issue in connecting to a WiFi access point

PostPosted: Mon Feb 15, 2016 2:44 am
by arduino_guy
Hi,
I just got started with ESP8266. Set up everything needed for developing using the APIs from Espressif on my Ubuntu PC. Got the basic blinky examples to work. However, I'm facing issues when I dived into the WiFi part. I cannot get the device to connect to an Access Point. At first wrote my own code. Then I tried the code here:

https://github.com/esp8266/source-code- ... ser_main.c

The code executes. I can see "Hello" on my serial monitor. But I can't see ESP in my router config. The I also tried the dweet example:

https://github.com/esp8266/source-code- ... ser_main.c

This one has a wifi call back function. But I don't see the callback executed as there is no output in the serial monitor from the callback.

Thanks and Regards.

Re: Issue in connecting to a WiFi access point

PostPosted: Mon Feb 15, 2016 12:05 pm
by xtal
did you put your router ssid and password into the script....

Re: Issue in connecting to a WiFi access point

PostPosted: Tue Feb 16, 2016 2:13 am
by arduino_guy
Lol...I did!!!!