Skip to content

Commit 355e373

Browse files
committed
mkr products
1 parent c56fdc0 commit 355e373

File tree

14 files changed

+1899
-1899
lines changed

14 files changed

+1899
-1899
lines changed

content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/securely-connecting-a-mkr-gsm-1400-to-google-cloud-iot-core/securely-connecting-a-mkr-gsm-1400-to-google-cloud-iot-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The private and public can be generated using an example sketch from the Arduino
6161

6262
This sketch will prompt you to permanently configure your ATECC508A to ECC608A crypto element if it is not configured and locked.
6363

64-
***NOTE: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows you to use 5 private key slots with any cloud provider(or server) and a private key can be regenerated any time for any of the 5 private key slots (0 - 4).***
64+
***NOTE: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows you to use 5 private key slots with any Cloud provider(or server) and a private key can be regenerated any time for any of the 5 private key slots (0 - 4).***
6565

6666
When the board is shipped from the factory, the crypto element is in an unconfigured and unlocked state.
6767

@@ -140,7 +140,7 @@ Enter the device name, in the screenshot below "MyMKRGSM1400" was used. "ES256"
140140
#define SECRET_GPRS_PASSWORD "password" // replace with your GPRS password
141141
```
142142

143-
4) Then update the project id, cloud region, registry id and device id values.
143+
4) Then update the project id, Cloud region, registry id and device id values.
144144

145145
```arduino
146146
// Fill in your Google Cloud Platform - IoT Core info

content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ certifications: [RCM, CE, UKCA]
1111
productCode: '022'
1212
---
1313

14-
The Arduino MKR NB 1500 adds Narrowband communication to your projects. It can communicate over NB-IoT and LTE-M networks, and is excellent to use for low-power projects in remote areas. The MKR NB 1500 is also compatible with the Arduino IoT Cloud, making it easy to access wherever you are in the world.
14+
The Arduino MKR NB 1500 adds Narrowband communication to your projects. It can communicate over NB-IoT and LTE-M networks, and is excellent to use for low-power projects in remote areas. The MKR NB 1500 is also compatible with the Arduino Cloud, making it easy to access wherever you are in the world.

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The self signed certificate can be generated using an example sketch from the Ar
6262

6363
This sketch will prompt you to permanently configure your ATECC508A to ECC608A crypto element if it is not configured and locked.
6464

65-
***Note: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows to use 5 private key slots with any cloud provider(or server) and a private key can be regenerated any time for any of the 5 private key slots (0 - 4).When the board is shipped from the factory, the crypto element is in an un-configured and unlocked state.***
65+
***Note: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows to use 5 private key slots with any Cloud provider(or server) and a private key can be regenerated any time for any of the 5 private key slots (0 - 4).When the board is shipped from the factory, the crypto element is in an un-configured and unlocked state.***
6666

6767
After this, you will be prompted for information to include in the self signed certificate, including the issue year, month, day and hour of the certificate and the expiry period in years. For this tutorial we'll be using slot 0 to generate and store the private key used to sign the self signed certificate (slots 1 to 4 can be used to generate and store additional private keys if needed) - then slot 8 will be used to store the issue and expiry date of the certificate along with it's signature.
6868

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<FeatureDescription>
2-
The MKR WAN 1300 brings LoRa® connectivity to your projects. Using the popular <b>Arm® Cortex®-M0 32-bit SAMD21</b> processor, it also features the powerful <b>Murata CMWX1ZZABZ</b> module and the <b>ECC508</b> crypto-chip for security. The board is part of the MKR family, where you can choose from a large variety of shields to build projects out of the box with minimal effort!
3-
</FeatureDescription>
4-
5-
<FeatureList>
6-
7-
<Feature title="LoRaWAN® Connectivity" image="cellular">
8-
9-
Use LoRaWAN® in remote places to send data to nearby gateways connected to the TTS service, which in turn forwards the data to the Arduino IoT Cloud.
10-
11-
<FeatureLink variant="primary" title="Documentation" url="/arduino-cloud/getting-started/cloud-lora-getting-started"/>
12-
13-
</Feature>
14-
15-
<Feature title="The Things Network" image="world-map">
16-
17-
Use the LoRa® wireless protocol to implement your own networks, or connect to various LoRaWAN® networks, such as [The Things Network](https://www.thethingsnetwork.org/).
18-
19-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/the-things-network"/>
20-
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/mkrwan/"/>
21-
22-
</Feature>
23-
24-
<Feature title="Board-to-board" image="communication">
25-
26-
Set up two Arduino MKR WAn 1300 to host a remote LED control. Learn more about board-to-board communication and using LoRa® in your projects.
27-
28-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/lora-button-press"/>
29-
<FeatureLink variant="secondary" title="library" url="https://github.com/sandeepmistry/arduino-LoRa"/>
30-
31-
</Feature>
32-
1+
<FeatureDescription>
2+
The MKR WAN 1300 brings LoRa® connectivity to your projects. Using the popular <b>Arm® Cortex®-M0 32-bit SAMD21</b> processor, it also features the powerful <b>Murata CMWX1ZZABZ</b> module and the <b>ECC508</b> crypto-chip for security. The board is part of the MKR family, where you can choose from a large variety of shields to build projects out of the box with minimal effort!
3+
</FeatureDescription>
4+
5+
<FeatureList>
6+
7+
<Feature title="LoRaWAN® Connectivity" image="cellular">
8+
9+
Use LoRaWAN® in remote places to send data to nearby gateways connected to the TTS service, which in turn forwards the data to the Arduino Cloud.
10+
11+
<FeatureLink variant="primary" title="Documentation" url="/arduino-cloud/getting-started/cloud-lora-getting-started"/>
12+
13+
</Feature>
14+
15+
<Feature title="The Things Network" image="world-map">
16+
17+
Use the LoRa® wireless protocol to implement your own networks, or connect to various LoRaWAN® networks, such as [The Things Network](https://www.thethingsnetwork.org/).
18+
19+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/the-things-network"/>
20+
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/mkrwan/"/>
21+
22+
</Feature>
23+
24+
<Feature title="Board-to-board" image="communication">
25+
26+
Set up two Arduino MKR WAn 1300 to host a remote LED control. Learn more about board-to-board communication and using LoRa® in your projects.
27+
28+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/lora-button-press"/>
29+
<FeatureLink variant="secondary" title="library" url="https://github.com/sandeepmistry/arduino-LoRa"/>
30+
31+
</Feature>
32+
3333
</FeatureList>

content/hardware/01.mkr/01.boards/mkr-wan-1300/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ productCode: '129'
1111
---
1212

1313

14-
The Arduino MKR WAN 1300 was the first LoRa® board released by Arduino, as a practical and cost effective solution with minimal power requirements. This open source board can connect to the Arduino IoT Cloud, your own LoRa® network using the Arduino LoRa® PRO Gateway, existing LoRaWAN® infrastructure like The Things Network, or even other boards using the direct connectivity mode.
14+
The Arduino MKR WAN 1300 was the first LoRa® board released by Arduino, as a practical and cost effective solution with minimal power requirements. This open source board can connect to the Arduino Cloud, your own LoRa® network using the Arduino LoRa® PRO Gateway, existing LoRaWAN® infrastructure like The Things Network, or even other boards using the direct connectivity mode.
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<FeatureDescription>
2-
The MKR WAN 1310 brings LoRa® connectivity to your projects. Using the popular <b>Arm® Cortex®-M0 32-bit SAMD21 processor</b>, it also features the powerful <b>Murata CMWX1ZZABZ</b> module and the <b>ECC508</b> crypto-chip for security. The board is part of the MKR family, where you can choose from a large variety of shields to build projects out of the box with minimal effort!
3-
</FeatureDescription>
4-
5-
<FeatureList>
6-
7-
<Feature title="LoRaWAN® Connectivity" image="cellular">
8-
9-
Use LoRaWAN® in remote places to send data to nearby gateways connected to the TTS service, which in turn forwards the data to the Arduino IoT Cloud.
10-
11-
<FeatureLink variant="primary" title="Documentation" url="/arduino-cloud/getting-started/cloud-lora-getting-started"/>
12-
13-
</Feature>
14-
15-
<Feature title="The Things Network" image="world-map">
16-
17-
Use the LoRa® wireless protocol to implement your own networks, or connect to various LoRaWAN® networks, such as [The Things Network](https://www.thethingsnetwork.org/).
18-
19-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/the-things-network"/>
20-
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/mkrwan/"/>
21-
22-
</Feature>
23-
24-
<Feature title="Board-to-board" image="communication">
25-
26-
Set up two Arduino MKR WAn 1300 to host a remote LED control. Learn more about board-to-board communication and using LoRa® in your projects.
27-
28-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/lora-button-press"/>
29-
<FeatureLink variant="secondary" title="library" url="https://github.com/sandeepmistry/arduino-LoRa"/>
30-
31-
</Feature>
32-
1+
<FeatureDescription>
2+
The MKR WAN 1310 brings LoRa® connectivity to your projects. Using the popular <b>Arm® Cortex®-M0 32-bit SAMD21 processor</b>, it also features the powerful <b>Murata CMWX1ZZABZ</b> module and the <b>ECC508</b> crypto-chip for security. The board is part of the MKR family, where you can choose from a large variety of shields to build projects out of the box with minimal effort!
3+
</FeatureDescription>
4+
5+
<FeatureList>
6+
7+
<Feature title="LoRaWAN® Connectivity" image="cellular">
8+
9+
Use LoRaWAN® in remote places to send data to nearby gateways connected to the TTS service, which in turn forwards the data to the Arduino Cloud.
10+
11+
<FeatureLink variant="primary" title="Documentation" url="/arduino-cloud/getting-started/cloud-lora-getting-started"/>
12+
13+
</Feature>
14+
15+
<Feature title="The Things Network" image="world-map">
16+
17+
Use the LoRa® wireless protocol to implement your own networks, or connect to various LoRaWAN® networks, such as [The Things Network](https://www.thethingsnetwork.org/).
18+
19+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/the-things-network"/>
20+
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/mkrwan/"/>
21+
22+
</Feature>
23+
24+
<Feature title="Board-to-board" image="communication">
25+
26+
Set up two Arduino MKR WAn 1300 to host a remote LED control. Learn more about board-to-board communication and using LoRa® in your projects.
27+
28+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wan-1300/lora-button-press"/>
29+
<FeatureLink variant="secondary" title="library" url="https://github.com/sandeepmistry/arduino-LoRa"/>
30+
31+
</Feature>
32+
3333
</FeatureList>

content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ certifications: [FCC, REACH, CE, RoHS, IC, UKCA, WEEE, GB4943, RCM, MIC]
1010
productCode: '030'
1111
---
1212

13-
The Arduino MKR WAN 1310 provides a practical and cost effective solution to add LoRa® connectivity to projects requiring low power. This open source board can connect to the Arduino IoT Cloud, your own LoRa® network using the Arduino LoRa® PRO Gateway, existing LoRaWAN® infrastructure like The Things Network, or even other boards using the direct connectivity mode.
13+
The Arduino MKR WAN 1310 provides a practical and cost effective solution to add LoRa® connectivity to projects requiring low power. This open source board can connect to the Arduino Cloud, your own LoRa® network using the Arduino LoRa® PRO Gateway, existing LoRaWAN® infrastructure like The Things Network, or even other boards using the direct connectivity mode.

content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ If you want to program your Arduino MKR WiFi 1010 while offline you need to inst
148148
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor [2], by just installing a simple plugin.
149149
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow [3] to start coding on the browser and upload your sketches onto your board.
150150

151-
### Getting Started - Arduino IoT Cloud
152-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
151+
### Getting Started - Arduino Cloud
152+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
153153

154154
### Arduino Forum
155155
Discussions and ideas for the Arduino MKR WiFi 1010 can be found in the Arduino Forum [4].

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/securely-connecting-an-arduino-mkr-wifi-1010-to-aws-iot-core/securely-connecting-an-arduino-mkr-wifi-1010-to-aws-iot-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/securely-connectin
2222

2323
### Introduction
2424

25-
[AWS IoT Core](https://aws.amazon.com/iot-core/) is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely.
25+
[AWS IoT Core](https://aws.amazon.com/iot-core/) is a managed Cloud service that lets connected devices easily and securely interact with Cloud applications and other devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely.
2626

2727
Devices can connect to AWS IoT Core using the following protocols: HTTP, WebSockets and MQTT. This tutorial will walk you through how to connect an [Arduino MKR WiFi 1010](https://store.arduino.cc/products/arduino-mkr-wifi-1010) (or MKR1000) board securely to AWS IoT Core using the MQTT protocol. [MQTT](http://mqtt.org/) (**Message Queuing Telemetry Transport**) is an extremely lightweight M2M (machine-to-machine) connectivity protocol which provides a messaging subscription and publish transport.
2828

@@ -58,7 +58,7 @@ The CSR can be generated using an example sketch from the ArduinoECCX08 library.
5858

5959
This sketch will prompt you to permanently configure your ATECC508A to ECC608A crypto element if it is not configured and locked.
6060

61-
***NOTE: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows to use 5 private key slots with any cloud provider (or server) and a CSR can be regenerated any time for each of the other four slots.***
61+
***NOTE: This locking process is permanent and irreversible, but is needed to use the the crypto element - the configuration the sketch sets allows to use 5 private key slots with any Cloud provider (or server) and a CSR can be regenerated any time for each of the other four slots.***
6262

6363
When the board is shipped from the factory, the crypto element is in an un-configured and unlocked state.
6464

0 commit comments

Comments
 (0)