-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Board Manager not showing esp32 to install #3505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try this one: |
don't ... we are trying to move away from dl.espressif.com. the json is hosted on github, if that is down.... the package is down as well |
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json this link works fine for me and shows all version (1.0.4 included) |
Hi Me-no-dev, The provided link is down: Why is it always down ? See below the one installed from dl.expressif and how both from github produced download errors. Regards, Ramon. |
have no idea what to tell you.. link is working fine here. It's hosted on github. Maybe check your internet? What happens when you try to open it in a browser? |
@me-no-dev the above link is a better link to use and will work more reliably since it is cached via CDN. |
It does not load on a browser. |
The first link (dev) is loaded ok in the browser, the second one is not . |
In that case use the one of those that does work. It is the same as the raw link that @me-no-dev suggested BUT it sits behind a CDN with cache. Very likely your system is unable to reach the raw link due to a device blocking connections to it somewhere between your system and the GitHub backend servers. |
Hi atanisoft, thanks for the info and the link :) |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Can we promote the boards manager link to not use the raw content url, and to use the github pages version instead to benefit from CDN and avoid throttling. My arduino ide v2 is always stalling getting the esp32 package list using the raw url. I've switched now to the github.io version and it flys along with no delay/pausing. TLDR: (update docs page https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-arduino-ide to use github.io pages link instead of rawcontent.github.com) |
This increases the reliability of users hitting the boardsmanager urls, improving speed and avoiding request throttling, by using the github CDN frontend as mentioned in this old ticket: espressif#3505 (comment)
Hello @tyeth, Thanks for your comment. what do you think @pedrominatel? |
This increases the reliability of users hitting the boardsmanager urls, improving speed and avoiding request throttling, by using the github CDN frontend as mentioned in this old ticket: #3505 (comment) Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Guys, I'm new to IoT can anyone help me with this? |
@Sahil-Kashyap-in |
Thank you @tyeth I actually figured it out by adding the links on the Arduino IDE, btw thanks for the documentation link ! |
hi i updated this link: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json. in preferences of Arduino IDE but now esp32 is not showing in list when i open board manager.however i tried this link : https://raw.githubusercontent.com/jantje/arduino-esp32/master/package/package_Espressif_esp32_index.json and esp32 is showing but only version 1.01
The text was updated successfully, but these errors were encountered: