Modifications

Sauter à la navigation Sauter à la recherche
25 octets ajoutés ,  29 octobre 2018 à 20:47
Ligne 115 : Ligne 115 :  
|}
 
|}
   −
=== Reading and transmitting data ===
+
=== The code explained ===
<div style="margin: 15px 0; background: rgba(255,204,102,.3); display: block; padding: 15px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ff9900;" >Don't forget to update the radio frequency {{fname|RF69_FREQ}} and the encryption key {{fname|key[]}} </div>
+
Here some explanation about the  
 +
 
 
This Arduino sketch would:
 
This Arduino sketch would:
 
# '''Wait for the serial connexion''' to be established before starting the sketch
 
# '''Wait for the serial connexion''' to be established before starting the sketch
Ligne 122 : Ligne 123 :  
# Send it to serial connexion
 
# Send it to serial connexion
 
# Send it over the radio connexion
 
# Send it over the radio connexion
 +
 +
 +
<div style="margin: 15px 0; background: rgba(255,204,102,.3); display: block; padding: 15px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ff9900;" >Don't forget to update the radio frequency {{fname|RF69_FREQ}} and the encryption key {{fname|key[]}} </div>
    
First, the script will includes all the needed libraries.
 
First, the script will includes all the needed libraries.
29 836

modifications

Menu de navigation