Modifications

Sauter à la navigation Sauter à la recherche
131 octets ajoutés ,  30 octobre 2018 à 16:55
Ligne 54 : Ligne 54 :  
Where we could see the received messages with additional information.
 
Where we could see the received messages with additional information.
   −
  <nowiki>[DATA](len=<data_len>,RSSI=<radio_rssi>)<data></nowiki>
+
  <nowiki>[DATA](len=<data_len>,RSSI=<radio_rssi>)<DATA></nowiki>
    
* Each data received and send to the serial connexion are prefixed with '''[DATA]'''
 
* Each data received and send to the serial connexion are prefixed with '''[DATA]'''
Ligne 63 : Ligne 63 :  
* '''len''': len of the data.
 
* '''len''': len of the data.
 
* '''RSSI''': indicated the [https://en.wikipedia.org/wiki/Received_signal_strength_indication strength of the signal] (-15 at best, -90 at worst).
 
* '''RSSI''': indicated the [https://en.wikipedia.org/wiki/Received_signal_strength_indication strength of the signal] (-15 at best, -90 at worst).
 +
* '''DATA''': the data as transmitted by the emitter. As designed in the emitter, it starts with ''':''' and ends with ''';\r\n'''
    
== The code explained ==
 
== The code explained ==
29 836

modifications

Menu de navigation