Modifications

Sauter à la navigation Sauter à la recherche
Ligne 236 : Ligne 236 :  
|}
 
|}
    +
== The code explained ==
    +
xxx
 +
 +
== Fault tolerant design ==
 +
The goal is to transmit the data to the ground station.<br />The code of the Cansat Emitter (this section) and Receiver BaseStation (next section) are doing the job.
 +
 +
However, what would happens to your data if the antenna did break? All the data are lots!
 +
 +
This is where the "[[ENG-CANSAT-PICO-LOG|Data Logging]]" would be a great help!
 +
 +
As showed earlier, it is also possible to store/save the data into the MicroPython FileSystem (the Flash).
 +
 +
A good approach would be:
 +
# to save the data in the file
 +
# then send it over Radio.
 +
 +
In this way, the data stays available inside the CanSat and could be readed as suited.
    
{{ENG-CANSAT-PICO-TRAILER}}
 
{{ENG-CANSAT-PICO-TRAILER}}
29 917

modifications

Menu de navigation