Reputation: 114
I'm having a problem with ESP8266 in programming part. I'm using Arduino Uno and have thousand times run programs. It's has been my second day in completing my esp8266 simple fully function circuit
My current problem is :
So, I decided to use WIFIESP library and it stuck at TIMEOUT/NO WIFI/NO MAC ADDRESS
I have search everywhere to solve my problem even tough needs alternative ways I will at least doesn't required NEW HARDWARE.
Reupdate : 08:18 PM 4.3.19
I just want steps without need AT firmware & able to post data to websites I don't want extra boards EXCEPT: Arduino UNO ESP8266-01 (small one with 8 pin)
Windows 10 with arduino IDE latest version
Upvotes: 0
Views: 4237
Reputation: 656
I'm not sure what your real problem is, but here is my solutions:
In case you haven't install the esp8266 boards for the arduino IDE yet, then you should install it first. The installation instructions is documented on GitHub. Here is the snippet to install ESP8266 boards on Arduino IDE:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.ESP Libraries needs Arduino Core Library to work. If you haven't install the board yet, then you will get many errors.
hope this help.
Upvotes: 2