-
-
Notifications
You must be signed in to change notification settings - Fork 459
[PXCT-1168] - Arduino Stella user manual update (boards core and libraries) #2594
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
base: main
Are you sure you want to change the base?
Conversation
Preview Deployment🚀 Preview this PR: https://68996c9cc3311060ada9d805--docs-content.netlify.app |
|
||
- Navigate to Tools > Board > Boards Manager... | ||
- For the Arduino Stella, search for `Arduino Mbed OS Stella Boards` and install the latest version | ||
- For the Portenta C33 board, search for `Arduino Renesas Boards` and install the latest version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For the Portenta C33 board, search for `Arduino Renesas Boards` and install the latest version | |
- For the Portenta C33 board, search for `Arduino Renesas Portenta Boards` and install the latest version |
Might as well correct this error while you are at it.
|
||
 | ||
|
||
***<strong>Important note:</strong> Make sure to install both the appropriate library and board core for your specific hardware. The Arduino Stella requires the `StellaUWB` library and `Arduino Mbed OS Stella Boards` core, while the Portenta UWB Shield with the Portenta C33 board requires the `PortentaUWBShield` library and the `Arduino Renesas Boards` core.*** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
***<strong>Important note:</strong> Make sure to install both the appropriate library and board core for your specific hardware. The Arduino Stella requires the `StellaUWB` library and `Arduino Mbed OS Stella Boards` core, while the Portenta UWB Shield with the Portenta C33 board requires the `PortentaUWBShield` library and the `Arduino Renesas Boards` core.*** | |
***<strong>Important note:</strong> Make sure to install both the appropriate library and board core for your specific hardware. The Arduino Stella requires the `StellaUWB` library and `Arduino Mbed OS Stella Boards` core, while the Portenta UWB Shield with the Portenta C33 board requires the `PortentaUWBShield` library and the `Arduino Renesas Portenta Boards` core.*** |
|
||
First, connect the Arduino Stella to your computer using a USB-C cable, open the Arduino IDE and connect the board to it. | ||
|
||
***If you are new to the Arduino Stella, ensure you have installed the required board support package by going to Tools > Board > Boards Manager and searching for "Mbed OS Boards".*** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
***If you are new to the Arduino Stella, ensure you have installed the required board support package by going to Tools > Board > Boards Manager and searching for "Mbed OS Boards".*** | |
***If you are new to the Arduino Stella, ensure you have installed the required board support package by going to Tools > Board > Boards Manager and searching for "Arduino Mbed OS Stella Boards".*** | |
|
||
***If you are new to the Arduino Stella, ensure you have installed the required board support package by going to Tools > Board > Boards Manager and searching for "Mbed OS Boards".*** | ||
|
||
Copy and paste the example sketch below into a new sketch in the Arduino IDE:| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change intentional?
What This PR Changes
Contribution Guidelines