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 revisionBoth sides next revision
deploying_lorawan [2017/04/30 14:43] – [1.2. Arduino with Dragino Shield] samerdeploying_lorawan [2017/04/30 14:45] – [1.2. Arduino with Dragino Shield] samer
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