Comments on: Installing ESP8266 Board in Arduino IDE (Windows, Mac OS X, Linux) https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 13 Mar 2025 10:52:08 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Oner https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-1016121 Thu, 13 Mar 2025 10:52:08 +0000 http://randomnerdtutorials.com/?p=12142#comment-1016121 Hello,
How can i upload it without using board manager.

]]>
By: Michel Galvão https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-992633 Thu, 19 Dec 2024 05:02:35 +0000 http://randomnerdtutorials.com/?p=12142#comment-992633 In reply to Jethro.

I was facing this same error, and I tried to change ‘http’ to ‘https’ and it worked for me. Now it looks like this: https://arduino.esp8266.com/stable/package_esp8266com_index.json

]]>
By: Sara Santos https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-876303 Wed, 06 Dec 2023 11:50:16 +0000 http://randomnerdtutorials.com/?p=12142#comment-876303 In reply to Jethro.

Hi.
Do you get that error during the installation process?
Check this article: https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/
Regards,
Sara

]]>
By: Jethro https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-876155 Tue, 05 Dec 2023 15:09:00 +0000 http://randomnerdtutorials.com/?p=12142#comment-876155 What could be the problem trying to install esp8266 board on Arduino, but Arduino displaying ‘error download’.
I would appreciate your response Sir.

]]>
By: Bertran https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-827360 Wed, 29 Mar 2023 13:12:30 +0000 http://randomnerdtutorials.com/?p=12142#comment-827360 In reply to Sara Santos.

Hello Sara.
Yes it is a Wemos D1 Mini V4.0.0 .
But the problem lay elsewhere than I expected.
It took a lot of time and I still don’t fully understand what was really wrong with Arduino IDE.
At one point I simply reinstalled the ESP8266 software.
Now it works as it should and remains stable. This is the same version as before.
I then choose LOLIN(WEMOS)D1 R2&mini as upload option.
Thank you for thinking along.
Old man Bertran.

]]>
By: Sara Santos https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-827185 Tue, 28 Mar 2023 10:05:23 +0000 http://randomnerdtutorials.com/?p=12142#comment-827185 In reply to Bertran.

Hi.
Maybe there is not a wemos d1 mini v4.0. You need to select another Wemos D1 Mini option.
Regards,
Sara

]]>
By: Bertran https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-827176 Tue, 28 Mar 2023 09:03:49 +0000 http://randomnerdtutorials.com/?p=12142#comment-827176 Hello. Is anyone working with the Wemos D1 Mini V4.0.0 I don’t see this type in the board selection list of Arduinio ide.
How can I install that board.
Or am I doing something completely wrong.
I can put software in it, but the serial port gives strange characters.
My other esp8266 types work.
Thank you in advance.

]]>
By: Sara Santos https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-813918 Mon, 30 Jan 2023 10:42:59 +0000 http://randomnerdtutorials.com/?p=12142#comment-813918 In reply to JMX.

No.
You can use a USB cable just fine.
Regards,
Sara

]]>
By: JMX https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-813735 Sun, 29 Jan 2023 09:14:19 +0000 http://randomnerdtutorials.com/?p=12142#comment-813735 Hi, i uploaded code without ftdi interface, just my USB cable, is it bad ?

]]>
By: Camilo https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/#comment-776152 Tue, 16 Aug 2022 21:10:04 +0000 http://randomnerdtutorials.com/?p=12142#comment-776152 In reply to amirreza.

hola confirma que no tengas otra librería declarada, me pasaba lo mismo con un programa que usaba anteriormente y al no tener instalada esa librería en especifico, no podía compilar.

#include <ESP8266WiFi.h>

la idea es que solo incluyas esa librería si tienes otra, elimínala y haz la prueba para ver si compila.

]]>