8000 Merge pull request #1621 from arduino/jacobhylen/mkr-core · SaviourMadeit/docs-content@b1fc967 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1fc967

Browse files
authored
Merge pull request arduino#1621 from arduino/jacobhylen/mkr-core
[MKC-1396] mkr core update
2 parents 007093b + 585bbb3 commit b1fc967

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed
9E81

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-connect-to-wifi/mkr-1000-connect-to-wifi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Congratulations, you have not only connected your board to your Wi-Fi network, b
218218

219219
If the code is not working, there are some common issues we can troubleshoot:
220220
- We have not updated the latest firmware for the board.
221-
- We have not installed the core required for the board.
221+
- We have not installed the Board Package required for the board.
222222
- We have not installed the WiFi101 library.
223223
- We have not entered the SSID and PASS: remember, it is case sensitive.
224224
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
229229
230230
If the code is not working, there are some common issues we might need to troubleshoot:
231231
- We have not updated the latest firmware for the board.
232-
- We have not installed the core required for the board.
232+
- We have not installed the Board Package required for the board.
233233
- We have not installed the **WiFi101** library.
234234
- We have entered the SSID and PASS incorrectly: remember, it is case sensitive.
235235
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-web-server-ap-mode/mkr-1000-web-server-ap-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
249249

250250
If the code is not working, there are some common issues we might need to troubleshoot:
251251
- We have not updated the latest firmware for the board.
252-
- We have not installed the core required for the board.
252+
- We have not installed the Board Package required for the board.
253253
- We have not installed the **WiFi101** library.
254254
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.
255255

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/setting-radio-access/setting-radio-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Now it is as simple as writing the number corresponding with your desired option
279279
If the code is not working, there are some common issues we can troubleshoot:
280280

281281
- We have not updated the latest firmware for the board.
282-
- We have not installed the core required for the board.
282+
- We have not installed the Board Package required for the board.
283283
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.
284284

285285
## Conclusion

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-gsvhdl/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're interested in a deeper dive around FPGAs, check out his article about
2727

2828
## Setting Up the Basics
2929

30-
Before you can begin, you need to install the board's core in Arduino IDE. If you are using Windows, the necessary drivers will be installed automatically when you perform these steps.
30+
Before you can begin, you need to install the board's Board Package in Arduino IDE. If you are using Windows, the necessary drivers will be installed automatically when you perform these steps.
3131

3232
In Arduino IDE, select **Tools** and open the board manager; in the window that opens up, search for "MKR 4000" and install the following package:
3333

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-hosting-a-webserver/vidor-hosting-a-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
236236

237237
If the code is not working, there are some common issues we might need to troubleshoot:
238238
- We have not updated the latest firmware for the board.
239-
- We have not installed the core required for the board.
239+
- We have not installed the Board Package required for the board.
240240
- We have not installed the **WiFiNINA** library.
241241
- We have entered the SSID and PASS incorrectly: remember, it is case sensitive.
242242
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-qr-recognition/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ difficulty: 'advanced'
66
author: Arduino
77
---
88

9-
This example shows the flexibility and power of the FPGA architecture. A QR code recognition set of APIs is included in the VidorGraphics library and the corresponding IP is in the bitstream that is loaded in the FPGA together with the sketch for the SAMD core. The example highlights on video the QR code markers and prints on the serial monitor the coordinates of the markers found.
9+
This example shows the flexibility and power of the FPGA architecture. A QR code recognition set of APIs is included in the VidorGraphics library and the corresponding IP is in the bitstream that is loaded in the FPGA together with the sketch for the SAMD Board Package. The example highlights on video the QR code markers and prints on the serial monitor the coordinates of the markers found.
1010

1111
## Hardware Required
1212

content/hardware/01.mkr/01.boards/mkr-wan-1300/tutorials/lora-message/lora-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ___
3434
- 2x Micro USB cable .
3535
- 2x Computers.
3636
- Arduino IDE (offline and online versions available).
37-
- Arduino SAMD core installed ([follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager)).
37+
- Arduino SAMD Board Package installed ([follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager)).
3838
- **LoRa** library installed (see the [github repository](https://github.com/sandeepmistry/arduino-LoRa)).
3939

4040

content/hardware/01.mkr/01.boards/mkr-wan-1300/tutorials/lora-send-and-receive/lora-send-and-receive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ___
5656
- 2x [Antenna](https://store.arduino.cc/antenna).
5757
- 2x Micro USB cable .
5858
- Arduino IDE (offline and online versions available).
59-
- Arduino SAMD core installed ([follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager)).
59+
- Arduino SAMD Board Package installed ([follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager)).
6060
- LoRa library installed (see the [github repository](https://github.com/sandeepmistry/arduino-LoRa)).
6161

6262

content/hardware/01.mkr/01.boards/mkr-wan-1300/tutorials/lora-sensor-data/lora-sensor-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, we will set up a configuration that allows two MKR WAN 1300's
3030
- 1x [MKR ENV shield](https://store.arduino.cc/arduino-mkr-env-shield).
3131
- 2x Micro USB cable.
3232
- Arduino IDE (offline and online versions available).
33-
- Arduino SAMD core installed, [follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager).
33+
- Arduino SAMD Board Package installed, [follow this link for instructions](/software/ide-v2/tutorials/ide-v2-board-manager).
3434
- **LoRa** library installed (see the [github repository](https://github.com/sandeepmistry/arduino-LoRa)).
3535
- **Arduino_MKRENV** installed ([click here for more documentation](https://www.arduino.cc/en/Reference/ArduinoMKRENV)).
3636

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/lora-message/lora-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ___
3535
- 2x Micro USB cable
36 F438 36
- 2x Computers
3737
- Arduino IDE (offline and online versions available)
38-
- Arduino SAMD core installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
38+
- Arduino SAMD Board Package installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
3939
- **LoRa** library installed, see the [github repository](https://github.com/sandeepmistry/arduino-LoRa)
4040

4141

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/lora-send-and-receive/lora-send-and-receive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ___
5858
- 2x Antenna ([link to store](https://store.arduino.cc/antenna))
5959
- 2x Micro USB cable
6060
- Arduino IDE (offline and online versions available)
61-
- Arduino SAMD core installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
61+
- Arduino SAMD Board Package installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
6262
- LoRa library installed, see the [github repository](https://github.com/sandeepmistry/arduino-LoRa)
6363

6464

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/lora-sensor-data/lora-sensor-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ___
3232
- 1x MKR ENV shield* ([link to store](https://store.arduino.cc/arduino-mkr-env-shield))
3333
- 2x Micro USB cable
3434
- Arduino IDE (offline and online versions available).
35-
- Arduino SAMD core installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010).
35+
- Arduino SAMD Board Package installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010).
3636
- **LoRa** library installed, see the [github repository](https://github.com/sandeepmistry/arduino-LoRa).
3737
- **Arduino_MKRENV** installed, [click here for more documentation](https://www.arduino.cc/en/Reference/ArduinoMKRENV).
3838

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-sensors/connecting-sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ ___
214214

215215
If the code is not working, there are some common issues we can troubleshoot:
216216
- We have not updated the latest firmware for the board.
217-
- We have not installed the core required for the board.
217+
- We have not installed the Board Package required for the board.
218218
- We have not installed the **JWA BME280** library.
219219
- We have selected the wrong port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.
220220

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-to-wifi-network/connecting-to-wifi-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ___
3131
- Arduino MKR WiFi 1010
3232
- Micro USB cable
3333
- Arduino IDE (offline and online versions available)
34-
- Arduino SAMD core installed (for offline editor only)
34+
- Arduino SAMD Board Package installed (for offline editor only)
3535
- WiFiNINA library (explained later in this tutorial)
3636

3737

@@ -273,7 +273,7 @@ Congratulations, you have not only connected your board to your Wi-Fi network, b
273273
If the code is not working, there are some common issues we can troubleshoot:
274274

275275
- We have not updated the latest firmware for the board.
276-
- We have not installed the core required for the board.
276+
- We have not installed the Board Package required for the board.
277277
- We have not installed the WiFiNINA library.
278278
- We have not entered the SSID and PASS: remember, it is case sensitive.
279279
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To control the LED, we simply need to write any value other than 0 to turn it on
307307
If the code is not working, there are some common issues we can troubleshoot:
308308

309309
- We haven't updated the latest firmware for the board.
310-
- We haven't installed the core required for the board.
310+
- We haven't installed the Board Package required for the board.
311311
- We haven't installed the ArduinoBLE library.
312312
- We haven't opened the Serial Monitor to initialize the program.
313313
- The device you are using to connect has its Bluetooth® turned off.

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/hosting-a-webserver/hosting-a-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
431431
If the code is not working, there are some common issues we might need to troubleshoot:
432432

433433
- We have not updated the latest firmware for the board.
434-
- We have not installed the core required for the board.
434+
- We have not installed the Board Package required for the board.
435435
- We have not installed the **WiFiNINA** library.
436436
- We have entered the SSID and PASS incorrectly: remember, it is case sensitive.
437437
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/powering-with-batteries/powering-with-batteries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ___
3737
- Pushbutton NO
3838
- Power source with micro-USB cable
3939
- Arduino IDE (offline and online versions available)
40-
- Arduino SAMD core installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
40+
- Arduino SAMD Board Package installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
4141
- WiFiNINA library (explained later in this tutorial)
4242

4343
### Circuit

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/web-server-ap-mode/web-server-ap-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have never used the **WiFiNINA** library, you can check out [this tutoria
3939
- Breadboard
4040
- Jumper wires
4141
- Arduino IDE (offline and online versions available)
42-
- Arduino SAMD core installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
42+
- Arduino SAMD Board Package installed, [follow this link for instructions](https://www.arduino.cc/en/Guide/MKRWiFi1010#installing-drivers-for-the-mkr-wifi-1010)
4343
- WiFiNINA library (explained later in this tutorial)
4444

4545
You can also use the built-in LED on the MKR WiFi 1010.
@@ -281,7 +281,7 @@ When interacting with the links, you should see the LED, connected to pin 2, tur
281281

282282
If the code is not working, there are some common issues we might need to troubleshoot:
283283
- We have not updated the latest firmware for the board.
284-
- We have not installed the core required for the board.
284+
- We have not installed the Board Package required for the board.
285285
- We have not installed the WiFiNINA library.
286286
- We have not entered the SSID and PASS: remember, it is case sensitive.
287287
- We have not selected the right port to upload: depending on what computer we use, sometimes the board is duplicated. By simply restarting the editor, this issue can be solved.

content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-data-logger/mkr-zero-data-logger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We will now get to the programming part of this tutorial. We will here create a
7575

7676
**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits ARM Cortex M0+)** and install it.
7777

78-
**2.** We can now take a look at some of the core functions of this sketch:
78+
**2.** We can now take a look at some of the Board Package functions of this sketch:
7979

8080
- `while (!Serial)`
8181
- `SD.begin(chipSelect)` - initializes the SD card with selected pin.
@@ -171,7 +171,7 @@ And that's how we can log data, using only the MKR Zero board, the SD library an
171171
If the code is not working, there are some common issues we can troubleshoot:
172172

173173
- Check that the SD card is working.
174-
- Check that you have installed the core for the MKR Zero board (instructions are above the code).
174+
- Check that you have installed the Board Package for the MKR Zero board (instructions are above the code).
175175
- Make sure you open the Serial Monitor.
176176

177177
## Conclusion

content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md

Lines changed: 1 10000 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If the code is not working, there are some common issues we can troubleshoot:
140140

141141
- We have not installed the **MKRGPS** library.
142142
- We have selected the wrong port and board to upload to.
143-
- We have not installed the right core for the board we are using.
143+
- We have not installed the right Board Package for the board we are using.
144144
- We need to move the MKR GPS Shield closer to a window.
145145

146146
## Conclusion

content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can now test out the board by moving it around, and notice how both the `x`
148148

149149
If the code is not working, there are some common issues we can troubleshoot:
150150

151-
- We have not installed the core for the board we are using (a MKR family board is required).
151+
- We have not installed the Board Package for the board we are using (a MKR family board is required).
152152
- We have not installed the [MKRIMU](https://www.arduino.cc/reference/en/libraries/mkrimu/) library.
153153
- We have mounted the shield the wrong way around. Check that the pins on the board are aligned with the pins on the shield.
154154

content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ And that's how we can log data, using a MKR family board, a MKR MEM Shield, the
177177
If the code is not working, there are some common issues we can troubleshoot:
178178

179179
- Check that the SD card is working.
180-
- Check that you have installed the core for the MKR family boards (instructions are above the code).
180+
- Check that you have installed the Board Package for the MKR family boards (instructions are above the code).
181181
- Make sure you open the Serial Monitor.
182182

183183
## Conclusion

content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ And that's how we can log data using a MKR family board, a MKR SD Proto Shield,
179179
If the code is not working, there are some common issues we can troubleshoot:
180180

181181
- Check that the SD card is working.
182-
- Check that you have installed the core for the MKR family boards (instructions are above the code).
182+
- Check that you have installed the Board Package for the MKR family boards (instructions are above the code).
183183
- Make sure you open the Serial Monitor.
184184

185185
## Conclusion

0 commit comments

Comments
 (0)
0