Modifications

Sauter à la navigation Sauter à la recherche
Ligne 59 : Ligne 59 :  
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>)<transmitted_data></nowiki>
+
  <nowiki>[DATA](len=<data_len>,RSSI=<radio_rssi>)<transmitted_data>
 +
[MSG] <transmitted_message></nowiki>
    
* Each data received and send over the serial connection are prefixed with '''[DATA]'''
 
* Each data received and send over the serial connection are prefixed with '''[DATA]'''
Ligne 69 : Ligne 70 :  
* '''data_len''': length of the data stream received.
 
* '''data_len''': length of the data stream received.
 
* '''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).
* '''transmitted_data''': the data as transmitted by the emitter. As designed in the emitter, it starts with ''':''' and ends with ''';\r\n'''
+
* '''transmitted_data''': the data as transmitted by the emitter under the binary format.
 +
* '''transmitted_message''': the binary data decoded back to a string. As designed in the emitter, it starts with ''':''' and ends with ''';'''
    
In the '''transmitted_data''', we can identify:
 
In the '''transmitted_data''', we can identify:
 
* The packet counter
 
* The packet counter
* The time counter (milliseconds)
+
* The time counter (seconds)
* The temperature (from tmp36)
   
* The atmospheric pressure (from bmp280)
 
* The atmospheric pressure (from bmp280)
 +
* The temperature (from tmp36, analog)
 
* The temperature2 (from bmp280)
 
* The temperature2 (from bmp280)
       
{{ENG-CANSAT-PICO-TRAILER}}
 
{{ENG-CANSAT-PICO-TRAILER}}
29 917

modifications

Menu de navigation