Modifications

Sauter à la navigation Sauter à la recherche
493 octets ajoutés ,  12 octobre 2018 à 13:20
Ligne 135 : Ligne 135 :  
</syntaxhighlight>
 
</syntaxhighlight>
   −
and change it as follow:
+
and change it as follow ("Feather M0 Express" it is still the a "Feather M0" plateform):
    
<syntaxhighlight lang="c">#if defined(ARDUINO_SAMD_FEATHER_M0)  
 
<syntaxhighlight lang="c">#if defined(ARDUINO_SAMD_FEATHER_M0)  
Ligne 146 : Ligne 146 :  
#endif
 
#endif
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
{{underline|'''Update for frequency plan:'''}}
 +
 +
The RFM69HCW exists in 2 flavor:
 +
* 900 MHz for United State usage (with a green dot)
 +
* 433 Mhz for European usage (with a red dot).
 +
 +
The code is the same for the both flavor, you must indicates the right frequency according to the module you have. Trying to generate 900Mhz signal on a 433Mhz would result in "nothing generated"!
 +
 +
The RFM69HCW 433Mhz can generate signal from
 +
       
{{ENG-CANSAT-TRAILER}}
 
{{ENG-CANSAT-TRAILER}}
29 837

modifications

Menu de navigation