Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Standalone installation (no internet) #2710

Unanswered
KLL535 asked this question in Q&A
Apr 8, 2025 · 2 comments · 2 replies
Discussion options

Help me. How can I install this package on the Arduino IDE without internet access? What should I download? What should I write instead of .json? Or what folder should I put the downloaded .zip in?

You must be logged in to vote

Replies: 2 comments · 2 replies

Comment options

Hi @KLL535
Converted as a discussion as it is not an issue with the core, please avoid to open issue for such question.
All packages are referenced in the json file:
https://github.com/stm32duino/BoardManagerFiles/blob/main/package_stmicroelectronics_index.json

With previous Arduino IDE 1.8.x, the json file can be local, file://
Nerver try with the Arduino IDE 2.x, you can try to use this way.
Download all packages and json file, update the json file to point to all the packages locally then give the json file to arduino using the file://

You must be logged in to vote
2 replies
@KLL535
Comment options

Thanks for the reply. But it doesn't work that way. The json file contains the URL link. And there are a lot of them. The Board manager tries to connect through them and returns an error. Is there really no way to download the local archive? And one more question, which version should I choose? For compatibility with Arduino IDE 1.8.3?

@fpistm
Comment options

As said you have to change the url to file:// in the json file to pint on the local version...
1.8.3 is very old Arduino IDE, can't tell which version exactly is compatible.

Comment options

The latest versions of the IDE just don't work. Because someone decided to drop support for Windows 7. It's easier to stop using Arduino IDE and use Cube IDE.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2709 on April 08, 2025 08:16.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.