Changes for page LoRaWAN Capacity

Last modified by Xiaoling on 2023/04/14 11:38

From version 1.1
edited by Edwin Chen
on 2022/06/01 11:20
Change comment: There is no comment for this version
To version 2.2
edited by Xiaoling
on 2022/07/13 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -2,10 +2,12 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 -= For LoRaWAN Network =
5 += 1.  For LoRaWAN Network =
6 6  
7 -== How does LoRa wireless work? ==
8 8  
8 +== 1.1  How does LoRa wireless work? ==
9 +
10 +
9 9  LoRa transmission is a broadcast protocol. There is no fix connection between gateway and end node.
10 10  
11 11  For uplink steam: Each End node will broadcast the uplink message and all-around gateways will get this message and forward to LoRaWAN Server.
... ... @@ -13,8 +13,9 @@
13 13  For Downlink Stream: Gateway will get instruction from LoRaWAN server and then broadcast this message to LoRaWAN End Node.
14 14  
15 15  
16 -== Traffic for a single End Node. ==
17 17  
19 +== 1.2  Traffic for a single End Node. ==
20 +
18 18  If we consider using LHT65N as an example to calculate the traffic, we can get a rough idea for how many messages are there:
19 19  
20 20  * Uplink Traffic:
... ... @@ -26,8 +26,11 @@
26 26  ** several per day for each sensor, Unless end-node sends CONFIRMED UPLINK, in this case, each uplink message will require one downlink message from the server.
27 27  
28 28  
29 -== Capacity for Gateway ==
30 30  
33 +
34 +== 1.3  Capacity for Gateway ==
35 +
36 +
31 31  A general LoRaWAN gateway such as LPS8N uses a multi-channel LoRaWAN Concentrator. which supports 10 rx channels and 1 tx channel.
32 32  
33 33  * RX channel is used to received Uplink from Sensor. User can pre-set max 10 different frequencies on rx. For example, in EU868, 8 channels are use, they are as below:
... ... @@ -41,13 +41,18 @@
41 41  ** 867.9 - SF7BW125 to SF12BW125
42 42  ** 868.8 - FSK
43 43  
44 - When two sensors send uplink in different frequencies, for example, 868.1 nad 868.3. both packets can arrive at the gateway, and the gateway will forward to LoRaWAN Server. Normally, we can consider the gateway support 8 packets per second (, The packets are of different frequencies)
45 45  
51 +
52 +When two sensors send uplink in different frequencies, for example, 868.1 nad 868.3. both packets can arrive at the gateway, and the gateway will forward to LoRaWAN Server. Normally, we can consider the gateway support 8 packets per second ( The packets are of different frequencies).
53 +
46 46  * TX channel frequency is flexible and defined by each downstream from LoRaWAN Server. Please notice when the gateway is in TX mode, RX won't be able to receive packets. So If there are too many downstream in the network. RX capacity will be highly effected.
47 47  
48 48  
49 -== Conclusion ==
50 50  
58 +
59 +== 1.4  Conclusion ==
60 +
61 +
51 51  When we check the capacity for the LoRaWAN network, we need to check how the sensor work. We can't simply say how many nodes the gateway can support because nodes' uplink frequency is very important.
52 52  
53 53  In a network with low transmission frequency end node, for example, several hundred LHT65N, transmit every 20 minutes.  can be easily supported by the gateway.
... ... @@ -55,6 +55,9 @@
55 55  but for a high-frequency application, for example, a tracker sends a message every 3 second, you wil then see packet loss for dozens of units.
56 56  
57 57  
69 +Accordiing to the tech spec, simply add Gateways, listening the same frequencies can't improve a lot the capacity.
70 +
71 +
58 58  Above is a simple calculation with rough idea. For more precise, please check this [[LoRaWAN Capacitor White Paper>>https://blog.semtech.com/understanding-the-lorawan-capacity-whitepaper]]
59 59  
60 60