Install esp32 from board manager

I am using arduio ide. I am rtrying to install esp32 using bord manager
ESP 32 Version 1.08 installs but when I try to install any ESP32 version 2. the download just hangs.

Would appreciate any help thanks

Believe you need at least IDE 1.89

Thank you for the input
I am actually on 2.0.0 rc 9

Read thru this:

1 Like

Hi @russell_roberts. Thanks for your report.

Please do this:

  1. Select File > Preferences from the Arduino IDE menus.
  2. Copy the contents of the "Additional Boards Manager URLs" field.
  3. Paste the copied text in a reply here.

Please also tell me exactly which version of the ESP32 boards platform you are trying to install (e.g., 2.0.4).

This information will allow me to investigate the problem.

1 Like

Thank you both larry and ptillisch

ptillisch

please find the requested info below

https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

You it has now installed I just left it as it was and had my tea so over the past 30-40 minutes it has installed

I have 2.0.4 installed

Thank you.

I guess for me this issue is sort of resolved.
If you want ay logs just le me know

This is Bizarre

I run this code some times it works some times it does not
ie sometimes it prints to serial sometimes not when I upload it

Ok I think this relibality issue is me mis understanding the instructions written by I guess a native chinese speaker.

Thank you

I'm glad you were finally successful with the installation!

Support was added for three new microcontrollers to the ESP32 boards platform since the 1.x version series:

  • ESP32-S2
  • ESP32-S3
  • ESP32-C3

Each of these have their own compiler toolchain, which must be installed in addition to the "xtensa-esp32-elf-gcc" of the original ESP32 microcontroller. That alone has added ~1.2 GB to the size of the installation. So you will find that the installation time is increased significantly when compared to the 1.x versions.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.