Skip to content

Commit b1fc967

Browse files
authored
Merge pull request #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

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

0 commit comments

Comments
 (0)