Skip to content

Commit e69140c

Browse files
authored
Fix URLs [HC-1689] (#528)
1 parent 136eca7 commit e69140c

File tree

6 files changed

+34
-81
lines changed

6 files changed

+34
-81
lines changed

content/Arduino Cloud/Arduino IoT Cloud/Add-a-device-to-Arduino-Cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For troubleshooting, see [If your device can't be added to Arduino Cloud](https:
1616

1717
---
1818

19-
## Add an Arduino board via serial (USB)
19+
## Add an Arduino board via serial (USB) {#add-an-arduino-board-via-serial-usb}
2020

2121
All Arduino boards supported by Arduino Cloud can be added via USB from a computer running the [Arduino Cloud Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Cloud-Agent).
2222

@@ -59,7 +59,7 @@ Follow these steps:
5959

6060
## Add an Arduino board via Bluetooth
6161

62-
You can add supported devices via Bluetooth if they are running the preflashed [provisioning sketch](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/). When this sketch is active, the onboard LED blinks in a heartbeat pattern (one long pulse followed by two short pulses). If your board is running a different sketch, [add it via USB instead](add-an-arduino-board-via-serial-usb).
62+
You can add supported devices via Bluetooth if they are running the preflashed [provisioning sketch](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/). When this sketch is active, the onboard LED blinks in a heartbeat pattern (one long pulse followed by two short pulses). If your board is running a different sketch, [add it via USB instead](#add-an-arduino-board-via-serial-usb).
6363

6464
Supported boards:
6565

content/Arduino Cloud/Arduino IoT Cloud/If-your-device-is-offline-in-Arduino-Cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Before you begin:
1313
In this article:
1414

1515
- [Check power and restart](#check-power-and-restart)
16-
- [Verify and reupload the Thing sketch](#verify-and-reupload-the-thing-sketch)
16+
- [Verify network credentials and reupload the Thing sketch](#verify-network-credentials-and-reupload-the-thing-sketch)
1717
- [Check your network settings](#check-your-network-settings)
18-
- [Check the serial output](#verify-and-reupload-the-thing-sketch)
18+
- [Check the serial output](#check-the-serial-output)
1919
- [Delete the device](#delete-the-device)
2020

2121
---
@@ -78,7 +78,7 @@ Connect to your device via USB and read the serial output for additional informa
7878
1. Select your device in the editor.
7979
1. Open the Serial Monitor.
8080
1. Read the output to better understand what happens as your device tries to connect to Arduino Cloud.
81-
1. If your device is not sending any serial output, try pressing the reset button on your device to restart the sketch. If you still don't see any output, the device may not be running the Cloud sketch. See [Verify and reupload the Thing sketch](#verify-and-reupload-the-thing-sketch).
81+
1. If your device is not sending any serial output, try pressing the reset button on your device to restart the sketch. If you still don't see any output, the device may not be running the Cloud sketch. In that case, [verify your network credentials and reupload the Thing sketch](#verify-network-credentials-and-reupload-the-thing-sketch).
8282

8383
![Reading the serial output from a Cloud sketch in Arduino IDE](img/arduino-cloud-serial.png)
8484

content/Hardware Support/Generic/About-LoRa-and-LoRaWAN.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@ title: "About LoRa and LoRaWAN"
33
id: 4402394268562
44
---
55

6+
In this article:
7+
8+
<!-- TOC -->
9+
10+
- [What is LoRa and LoRaWAN?](#what-is-lora-and-lorawan)
11+
- [Suitable use cases](#suitable-use-cases)
12+
- [Arduino devices with LoRa connectivity](#arduino-devices-with-lora-connectivity)
13+
- [Further reading](#further-reading)
14+
15+
<!-- /TOC -->
16+
617
---
718

819
## What is LoRa and LoRaWAN?
920

10-
* **LoRa<sup>®</sup>** is a radio modulation technique for the physical layer that can be used for long-range, low-power communication.
11-
* **LoRaWAN<sup>®</sup>** is a communication protocol and network architecture that functions on LoRa.
21+
- **LoRa<sup>®</sup>** is a radio modulation technique for the physical layer that can be used for long-range, low-power communication.
22+
- **LoRaWAN<sup>®</sup>** is a communication protocol and network architecture that functions on LoRa.
1223

1324
LoRa and LoRaWAN are particularly useful for environments with limited connectivity and long distances between the main microcontroller and the components linked to it.
1425

@@ -18,16 +29,16 @@ LoRa and LoRaWAN are particularly useful for environments with limited connectiv
1829

1930
LoRa and LoRaWAN are suitable for:
2031

21-
* **Long range:** Up to 3 miles (4.8 km) in urban areas and up to 10 miles (16 km) or more in rural areas with line of sight.
22-
* **Low power:** LoRa transceivers can run on small, inexpensive batteries for several years.
23-
* **Low cost:** Lightweight protocols reduce complexity in hardware design and lower device costs. Its range and network topology reduce expensive infrastructure requirements, and the use of license-free or licensed bands reduce network costs.
24-
* **Coverage anywhere:** Use exiting open-source networks or set up your own gateways.
25-
* **Large-scale deployments:** A gateway can support thousands of nodes, depending on the uplink frequency.
32+
- **Long range:** Up to 3 miles (4.8 km) in urban areas and up to 10 miles (16 km) or more in rural areas with line of sight.
33+
. **Low power:** LoRa transceivers can run on small, inexpensive batteries for several years.
34+
- **Low cost:** Lightweight protocols reduce complexity in hardware design and lower device costs. Its range and network topology reduce expensive infrastructure requirements, and the use of license-free or licensed bands reduce network costs.
35+
- **Coverage anywhere:** Use exiting open-source networks or set up your own gateways.
36+
- **Large-scale deployments:** A gateway can support thousands of nodes, depending on the uplink frequency.
2637

2738
Lora and LoRaWAN are generally **not** suitable for:
2839

29-
* **High-bandwidth applications:** The bandwidth is limited both by data rate (up to 27 kbit/s) and the network duty cycle[^1].
30-
* **Real-time applications:** Any application that is sensitive to latency
40+
- **High-bandwidth applications:** The bandwidth is limited both by data rate (up to 27 kbit/s) and the network duty cycle[^1].
41+
- **Real-time applications:** Any application that is sensitive to latency
3142

3243
[^1]: <https://www.thethingsnetwork.org/docs/lorawan/duty-cycle/>
3344

@@ -37,27 +48,10 @@ Lora and LoRaWAN are generally **not** suitable for:
3748

3849
## Arduino devices with LoRa connectivity
3950

40-
**Boards:**
41-
42-
* [Arduino MKR WAN 1300 (LoRa® connectivity)](https://store.arduino.cc/products/arduino-mkr-wan-1300-lora-connectivity)
43-
* [Arduino MKR WAN 1310](https://store.arduino.cc/products/arduino-mkr-wan-1310)
44-
45-
**Shields and carriers for Portenta boards:**
46-
47-
Note that a compatible Portenta board is required.
48-
49-
* [Portenta Vision Shield - LoRa®](https://store.arduino.cc/products/portenta-vision-shield-lora%C2%AE) (together with a Portenta H7 board)
50-
* [Portenta Max Carrier](https://store.arduino.cc/products/portenta-max-carrier)
51-
52-
**Gateways:**
53-
54-
* [WisGate Edge PRO](https://store.arduino.cc/products/wisgate-edge-pro)
55-
* [WisGate Edge Lite 2](https://store.arduino.cc/products/wisgate-edge-lite2)
56-
57-
For more information, see [Arduino devices with LoRaWAN® connectivity](https://support.arduino.cc/hc/en-us/articles/4403398854418-Arduino-devices-with-LoRaWAN-connectivity).
51+
See [Arduino devices with LoRaWAN® connectivity](https://support.arduino.cc/hc/en-us/articles/4403398854418-Arduino-devices-with-LoRaWAN-connectivity).
5852

5953
---
6054

6155
## Further reading
6256

63-
* [LoRaWAN® (The Things Network)](https://www.thethingsnetwork.org/docs/lorawan/)
57+
- [LoRaWAN® (The Things Network)](https://www.thethingsnetwork.org/docs/lorawan/)

content/Hardware Support/Generic/Arduino-devices-with-LoRaWAN-connectivity.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,18 @@ These Arduino devices can serve as nodes or gateways in LoRaWAN networks.
99

1010
## MKR boards
1111

12-
* [Arduino MKR WAN 1300 (LoRa® connectivity)](https://store.arduino.cc/products/arduino-mkr-wan-1300-lora-connectivity)
13-
* [Arduino MKR WAN 1310](https://store.arduino.cc/products/arduino-mkr-wan-1310)
12+
* Arduino MKR WAN 1300
13+
* Arduino MKR WAN 1310
1414

15-
## Portenta shields and carriers
15+
## Shields and carriers for Portenta boards
1616

1717
Note that a compatible Portenta board is required.
1818

19-
* [Portenta Vision Shield - LoRa®](https://store.arduino.cc/products/portenta-vision-shield-lora%C2%AE)
20-
* [Portenta Max Carrier](https://store.arduino.cc/products/portenta-max-carrier)
19+
* Portenta Vision Shield - LoRa®
20+
* Portenta Max Carrier
2121

2222
## Gateways
2323

24-
* [WisGate Edge PRO](https://store.arduino.cc/products/wisgate-edge-pro)
25-
* [WisGate Edge Lite 2](https://store.arduino.cc/products/wisgate-edge-lite2)
24+
* WisGate Edge PRO
25+
* WisGate Edge Lite 2
2626
* LoRa® Pro Gateway (discontinued)
27-
28-
---
29-
30-
## Further reading
31-
32-
* [The Arduino Guide to LoRa® and LoRaWAN®](https://docs.arduino.cc/learn/communication/lorawan-101)

content/Hardware Support/Generic/What-boards-can-use-the-Arduino-low-power-library.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

content/Hardware Support/MKR Family/What-MKR-boards-are-compatible-with-the-MKR-GPS-shield.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)