Modifications

Sauter à la navigation Sauter à la recherche
190 octets ajoutés ,  12 octobre 2018 à 17:38
Ligne 85 : Ligne 85 :  
where the tuned frequency is declared with the constant '''RF69_FREQ'''.
 
where the tuned frequency is declared with the constant '''RF69_FREQ'''.
   −
== Encyption Key ==
+
=== Encyption Key ===
 
The module encrypts the data with AES-128.
 
The module encrypts the data with AES-128.
   Ligne 94 : Ligne 94 :  
                     0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08};
 
                     0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08};
 
rf69.setEncryptionKey(key);</syntaxhighlight>
 
rf69.setEncryptionKey(key);</syntaxhighlight>
 +
 +
=== Transmission Power ===
 +
The transmission power is set with the function call.
 +
 +
The range of power is 14 to 20.
 +
 +
<syntaxhighlight lang="c">rf69.setTxPower(20, true);</syntaxhighlight>
    
== The Emitter ==
 
== The Emitter ==
29 837

modifications

Menu de navigation