Chat freely about anything...

User avatar
By arduino_guy
#41137 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.