wikiroute

networking recipes

User Tools

Site Tools


deploying_lorawan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
deploying_lorawan [2017/04/30 14:43] – [1.2. Arduino with Dragino Shield] samerdeploying_lorawan [2017/04/30 16:19] – [Deploying an End-to-End LoRaWAN Platform] samer
Line 3: Line 3:
 Starting from September 2016, Saint-Joseph University of Beirut (USJ) will be deploying the first academic [[http://www.semtech.com/wireless-rf/internet-of-things/what_is_lora.html | LoRa]] network in Lebanon. The network will support monitoring of micro-climate conditions in vineyards. Here below you can find a detailed description of the experimental platform implementing an end-to-end LoRaWAN solution. Starting from September 2016, Saint-Joseph University of Beirut (USJ) will be deploying the first academic [[http://www.semtech.com/wireless-rf/internet-of-things/what_is_lora.html | LoRa]] network in Lebanon. The network will support monitoring of micro-climate conditions in vineyards. Here below you can find a detailed description of the experimental platform implementing an end-to-end LoRaWAN solution.
  
-[{{ :e2e-lorawan.png?direct&750 | Figure 2. Architecture of the LoRaWAN Platform}}]+[{{ :lora-pilot-architecture.jpg?direct&750 | Figure 2. Architecture of the LoRaWAN Platform}}]
  
 ===== -. Devices ===== ===== -. Devices =====
Line 92: Line 92:
 </code> </code>
  
-This send function enables to transmit the message containing the sensor values (as in the Autonomo case):+This send function is initially scheduled here:
 <code c++> <code c++>
-LMIC_setTxData2(1, (uint8_t*) buffer, message.length() , 0);+do_send(&sendjob);
 </code> </code>
  
-The adaptive data rate is not supported, and the spreading factor is configured as follows+The message containing the sensor values is transmitted on one of the radio channels (as in the Autonomo case):
 <code c++> <code c++>
-LMIC_setDrTxpow(DR_SF7,14);+LMIC_setTxData2(1(uint8_t*) buffer, message.length() , 0);
 </code> </code>
  
-The send function is scheduled:+The adaptive data rate is not supported, and the spreading factor is configured as follows
 <code c++> <code c++>
-do_send(&sendjob);+LMIC_setDrTxpow(DR_SF7,14);
 </code> </code>
 ===== -. Gateways ===== ===== -. Gateways =====
deploying_lorawan.txt · Last modified: 2021/08/28 09:50 by samer