Skip to content

Commit a434102

Browse files
committed
lint: unordered list style
1 parent af8f824 commit a434102

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In this article:
1818

1919
## What is LoRa and LoRaWAN?
2020

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.
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.
2323

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

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

3030
LoRa and LoRaWAN are suitable for:
3131

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.
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.
3737

3838
Lora and LoRaWAN are generally **not** suitable for:
3939

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
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
4242

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

@@ -54,4 +54,4 @@ See [Arduino devices with LoRaWAN® connectivity](https://support.arduino.cc/hc/
5454

5555
## Further reading
5656

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

0 commit comments

Comments
 (0)