Comments on: [SOLVED] Fix Arduino IDE ESP32 and ESP8266 Board Installation – Error Downloading URLs on Windows PC https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 21 Sep 2023 22:56:41 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-861837 Thu, 21 Sep 2023 22:56:41 +0000 https://randomnerdtutorials.com/?p=97646#comment-861837 In reply to dhulasiraman.

Hi
Make sure you have the Serial monitor closed and that you’ve selected the right port in Tools > Port.
Regards,
Sara

]]>
By: dhulasiraman https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-861781 Thu, 21 Sep 2023 16:40:11 +0000 https://randomnerdtutorials.com/?p=97646#comment-861781 fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, ‘A device attached to the system is not functioning.’, None, 31)
any body resolve my error

]]>
By: Sara Santos https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-659524 Tue, 10 Aug 2021 17:54:28 +0000 https://randomnerdtutorials.com/?p=97646#comment-659524 In reply to UMAR.

Hi.
That probably means that you didn’t select the right COM port or it is being used by another program.
Regards,
Sara

]]>
By: UMAR https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-659387 Tue, 10 Aug 2021 09:05:38 +0000 https://randomnerdtutorials.com/?p=97646#comment-659387 Hi, I just bought a new esp32 board (wemos d1 mini esp32) and I am getting this error ever since it arrived. I have another which i bought last year and I dont have any issue with that one. I tried reinstalling the USB serial driver, arduino (several times), and pressing the button while uploading but nothing solved it. Hope anyone could help.
esptool.py v3.0-dev
Serial port COM7
Traceback (most recent call last):
File “esptool.py”, line 3682, in
File “esptool.py”, line 3675, in _main
File “esptool.py”, line 3329, in main
File “esptool.py”, line 263, in init
File “site-packages\serial__init__.py”, line 88, in serial_for_url
File “site-packages\serial\serialwin32.py”, line 62, in open
serial.serialutil.SerialException: could not open port ‘COM7’: WindowsError(5, ‘Access is denied.’)
Failed to execute script esptool
the selected serial port Failed to execute script esptool
does not exist or your board is not connected

]]>
By: Luchey https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-637965 Tue, 29 Jun 2021 16:24:49 +0000 https://randomnerdtutorials.com/?p=97646#comment-637965 I was looking for a tutorial like this, but …
Is it possible to install the esp32 and esp8266 boards without internet connection but with a file that you can download and put in the right file tree ?
It is because at work the connection do not pass for security reason. At home with the same laptop, no problem to install.

]]>
By: Constantine https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-534892 Wed, 30 Dec 2020 10:53:47 +0000 https://randomnerdtutorials.com/?p=97646#comment-534892 Thank you, man! Its solved my issue)))

]]>
By: Markkyboy https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-511803 Thu, 29 Oct 2020 14:09:52 +0000 https://randomnerdtutorials.com/?p=97646#comment-511803 Perfect!,

Strangely though, despite a good hour googling for answers, I decided to uninstall Arduino IDE while also removing the Arduino folder in AppData. Once I reinstalled IDE and added the apt. URL’s for esp32 and esp8266 everything is running again. Then out of curiosity, I googled again to see if others had the same problem and your link was top of the page…confirming my actions as correct!

Thanks for providing clarification with your highly informative website.

Regards,

]]>
By: John Kneen https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-469942 Fri, 26 Jun 2020 23:55:37 +0000 https://randomnerdtutorials.com/?p=97646#comment-469942 I had a problem just starting my IDE and the solution was the same – delete the arduino15 file. So my problem was more general than just downloading board URLs

My issue was that every time I tried to start the IDE I got the message “Initialising Packages” that that’s as far as it got – it returned to the start up screen.

There were many suggestions on Internet including deleting file arduino15. Unfortunately I didn’t appreciate it was a hidden file so couldn’t find it (immediately) to delete.

Once I did find and delete arduino15 everything worked fine. As I was only using the UNO I will have to re-install any add ons.

]]>
By: Alistair https://randomnerdtutorials.com/solved-arduino-ide-esp32-esp8266-installation/#comment-467476 Thu, 18 Jun 2020 10:25:15 +0000 https://randomnerdtutorials.com/?p=97646#comment-467476 Many thanks for this!
My compiles for ESP32 and 8266 are very very slow (10 mins sometimes).
I’ve stopped anti virus to try that.
It seems to take ages compile the same stuff every time, even if I make a 1 line change, surely the caching can take care of this.

]]>