0

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 :

  1. ESPwifi library has many error even I download it from official github source code

So, I decided to use WIFIESP library and it stuck at TIMEOUT/NO WIFI/NO MAC ADDRESS

  1. I cannot use pin 0 & 1 because a wire stuck in it.

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

9
  • "ESPwifi library has many error" What you mean by that? Have you tried the hello world first? What is your problem exactly? Commented Mar 4, 2019 at 11:04
  • Actually I mean when I select my arduino uno board and runs the ESP8266WiFi.h library it appears many error that talking about missing files but if I change to ESP8266 board it say about comm_mem failed and I search about it that to resolve that problem choose correct board so and again it a waste . Right now, I`m walking through ESP without AT. Is there I did mistakes or left something behind ? Commented Mar 4, 2019 at 12:10
  • I'm not a big fan of Arduino IDE but I would suggest you check Platformio which handles the library installation. Also, there are good articles to getting started with. Commented Mar 4, 2019 at 12:21
  • Alright thank you so much 😉 I check it now and will send updates later Commented Mar 4, 2019 at 12:26
  • Well, I have checked your link. Actually it's not same with my esp8266 mine is 01 model. I really misunderstanding with that esp8266 wifi module. Some article says that esp8266 01 already builtin AT but when I run AT commands there no output Commented Mar 4, 2019 at 12:32

1 Answer 1

2

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:

  1. Start Arduino and open Preferences window.
  2. Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
  3. Open Boards Manager from Tools > Board menu and install esp8266 platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.