So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By 1call
#70367 Hi All

I am new at this just bought my first ESP 8266 NODEUMC board and not sure how to connect to my local wifi netork. Please help
User avatar
By rudy
#70372 You have not said what framework you plan to use. You can use the existing firmware and talk to it with AT commands, or you can use the Arduino framework, or other options.

If you will be using Arduino, load the Arduino software, then go to https://github.com/esp8266/Arduino and follow the instructions to have the ESP8266 included in the Arduino IDE. Then open the ESP8266 examples through the IDE and try them.