Modifications

Sauter à la navigation Sauter à la recherche
478 octets ajoutés ,  12 octobre 2018 à 17:20
Ligne 66 : Ligne 66 :     
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-SMA-connector.jpg|150px]]
 
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-SMA-connector.jpg|150px]]
 +
 +
== Frequency & Encryption ==
 +
To make the module communicating together:
 +
* The module must be identical. You cannot mix them.
 +
* The tuned frequency must be identical.
 +
* The encryption key must be identical.
 +
 +
{{underline|Tuned frequency:}}
 +
The tuned frequency is declared with a line like this:
 +
  if (!rf69.setFrequency(RF69_FREQ)) {
 +
    Serial.println("setFrequency failed");
 +
}
 +
 +
where the tuned frequency is declared with the constant '''RF69_FREQ'''.
 +
 +
#define RF69_FREQ 433.0
    
== The Emitter ==
 
== The Emitter ==
29 910

modifications

Menu de navigation