Skip to content

Installation fixups #3

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
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ There are two methods that you can use to install this BSP. We highly recommend
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (At least v1.6.12)
2. Start the Arduino IDE
3. Go into Preferences
4. Add "https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json" as an 'Additional Board Manager URL'
4. Add the following lines as 'Additional Board Manager URL'

```
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json
```

5. Restart the Arduino IDE
6. Open the Boards Manager from the Tools -> Board menu and install 'nRFMicro Boards'
7. Once the BSP is installed, select 'nRFMicro' or 'SuperMini nRF52840' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
Expand Down
8 changes: 4 additions & 4 deletions package_nRFMicro_index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [
{
"name": "nRFMicro-like Boards",
"name": "nRFMicro-like-Boards",
"maintainer": "pdcook",
"websiteURL": "https://github.com/pdcook/nRFMicro-Arduino-Core",
"email": "",
Expand All @@ -10,7 +10,7 @@
},
"platforms": [
{
"name": "nRFMicro-like Boards",
"name": "nRFMicro-like-Boards",
"architecture": "nrf52",
"version": "1.0.0",
"category": "Contributed",
Expand Down Expand Up @@ -56,7 +56,7 @@
]
},
{
"name": "nRFMicro-like Boards",
"name": "nRFMicro-like-Boards",
"architecture": "nrf52",
"version": "1.0.1",
"category": "Contributed",
Expand Down Expand Up @@ -102,7 +102,7 @@
]
},
{
"name": "nRFMicro-like Boards",
"name": "nRFMicro-like-Boards",
"architecture": "nrf52",
"version": "1.0.2",
"category": "Contributed",
Expand Down