You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Arduino Cloud/Arduino IoT Cloud/Add-a-device-to-Arduino-Cloud.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ For troubleshooting, see [If your device can't be added to Arduino Cloud](https:
16
16
17
17
---
18
18
19
-
## Add an Arduino board via serial (USB)
19
+
## Add an Arduino board via serial (USB) {#add-an-arduino-board-via-serial-usb}
20
20
21
21
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).
22
22
@@ -59,7 +59,7 @@ Follow these steps:
59
59
60
60
## Add an Arduino board via Bluetooth
61
61
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).
Copy file name to clipboardExpand all lines: content/Arduino Cloud/Arduino IoT Cloud/If-your-device-is-offline-in-Arduino-Cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Before you begin:
13
13
In this article:
14
14
15
15
-[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)
17
17
-[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)
19
19
-[Delete the device](#delete-the-device)
20
20
21
21
---
@@ -78,7 +78,7 @@ Connect to your device via USB and read the serial output for additional informa
78
78
1. Select your device in the editor.
79
79
1. Open the Serial Monitor.
80
80
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).
82
82
83
83

Copy file name to clipboardExpand all lines: content/Hardware Support/Generic/About-LoRa-and-LoRaWAN.md
+22-28Lines changed: 22 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,23 @@ title: "About LoRa and LoRaWAN"
3
3
id: 4402394268562
4
4
---
5
5
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
+
6
17
---
7
18
8
19
## What is LoRa and LoRaWAN?
9
20
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.
12
23
13
24
LoRa and LoRaWAN are particularly useful for environments with limited connectivity and long distances between the main microcontroller and the components linked to it.
14
25
@@ -18,16 +29,16 @@ LoRa and LoRaWAN are particularly useful for environments with limited connectiv
18
29
19
30
LoRa and LoRaWAN are suitable for:
20
31
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.
26
37
27
38
Lora and LoRaWAN are generally **not** suitable for:
28
39
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
*[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).
58
52
59
53
---
60
54
61
55
## Further reading
62
56
63
-
*[LoRaWAN® (The Things Network)](https://www.thethingsnetwork.org/docs/lorawan/)
57
+
-[LoRaWAN® (The Things Network)](https://www.thethingsnetwork.org/docs/lorawan/)
0 commit comments