Skip to content

Boards Manager does not have "Online help" links #1781

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

Open
elsatch opened this issue Mar 2, 2021 · 3 comments · Fixed by arduino/arduino-cli#2009
Open

Boards Manager does not have "Online help" links #1781

elsatch opened this issue Mar 2, 2021 · 3 comments · Fixed by arduino/arduino-cli#2009
Assignees
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@elsatch
Copy link

elsatch commented Mar 2, 2021

As I was reviewing the new Arduino IDE 2.0.0-beta.3, I was trying to install the supporting library for Arduino Nano 33 BLE Sense.

I opened the Boards Manager from the tool menu and looked for the board. Looking for additional information to see if I should install Arduino mbed-enabled board or Arduino nRF52 board package, I discovered that all the links for "More info" on Arduino boards are pointing to the front page of the Arduino website, instead of the library information. This makes the "More info" button for libraries quite useless.

image

P.D If you look for Sense, or Arduino Nano 33 BLE Sense in board manager nothing appears in the search results. This might be a separate bug too.

@per1234 per1234 transferred this issue from arduino/Arduino Mar 2, 2021
@per1234
Copy link
Contributor

per1234 commented Mar 2, 2021

This is the same behavior as Arduino IDE 1.x. The "More info" link is defined by the package index's packages[].websiteURL. That is indeed set to http://www.arduino.cc/ for all the official Arduino boards platforms:
https://downloads.arduino.cc/packages/package_index.json

Arduino IDE 1.x has a separate "Online help" link, defined by packages[].platforms[].help.online
Clipboard01
It's this link that is is missing from Arduino IDE 2.x's Boards Manager.

It looks like the gRPC interface's PlatformSearchResp doesn't currently provide this information, so I think work will first need to be done to Arduino CLI, which is why I have transferred this issue here rather than the arduino/arduino-ide repo.

@elsatch
Copy link
Author

elsatch commented Mar 3, 2021

Thanks for the update. As I was reading again the issue, I just realized I was on the board manager and not the library manager. So most of my comments about library info were a bit misguided, as they should point to the board family information.

As a side note, I just checked the library manager links and the link to "More info" leads to the proper library information.

@per1234 per1234 reopened this Mar 30, 2021
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Mar 31, 2022
@per1234 per1234 transferred this issue from arduino/arduino-cli Dec 19, 2022
@per1234 per1234 reopened this Dec 19, 2022
@per1234
Copy link
Contributor

per1234 commented Dec 19, 2022

The work on the Arduino CLI side has now been completed arduino/arduino-cli#2009 (Thanks Matteo). I have transferred the issue back to the Arduino IDE repository and reopened it because additional work is needed in the Arduino IDE codebase in order to add the link to the Boards Manager view.

@per1234 per1234 changed the title All links for "More info" on Arduino boards on Boards Manager point to Arduino website front-page Boards Manager does not have "Online help" links Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants