X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fflight-data-recording.inc;h=af79d532d05608bbd65bc27b0cd21c7f16c0f514;hb=07eecc0ff6e1104f911e5f83d67f3e14dc68c59c;hp=d0ffa7f1e3d3cf965bf9e42f995c8aa6dc6fcc54;hpb=992c0eab6275cec7d5035b99952537fd7ece2ed4;p=fw%2Faltos diff --git a/doc/flight-data-recording.inc b/doc/flight-data-recording.inc index d0ffa7f1..af79d532 100644 --- a/doc/flight-data-recording.inc +++ b/doc/flight-data-recording.inc @@ -22,10 +22,11 @@ |TeleMetrum v1.0 |8 |1MB |20 |TeleMetrum v1.1 v1.2 |8 |2MB |40 |TeleMetrum v2.0 |16 |8MB |80 + |TeleMetrum v3.0 |16 |8MB |80 endif::telemetrum[] ifdef::telemini[] |TeleMini v1.0 |2 |5kB |4 - |TeleMini v2.0 |16 |1MB |10 + |TeleMini v3.0 |16 |512kB |5 endif::telemini[] ifdef::easymini[] |EasyMini |16 |1MB |10 @@ -45,14 +46,14 @@ Configuration data is also stored in the flash memory on ifdef::telemetrum[TeleMetrum v1.x,] - ifdef::telemini[TeleMini and] + ifdef::telemini[TeleMini v3.0 and] ifdef::easymini[EasyMini.] This consumes 64kB of flash space. This configuration space is not available for storing flight log data. ifdef::telemetrum,telemega,easymega[] - TeleMetrum v2.0, TeleMega and EasyMega + TeleMetrum v2 or newer, TeleMega and EasyMega store configuration data in a bit of eeprom available within the processor chip, leaving that space available in flash for more flight data. @@ -65,7 +66,7 @@ together. That will slightly under-estimate the storage (in bytes) needed for the flight. ifdef::telemetrum[] - For instance, a TeleMetrum v2.0 flight spending + For instance, a TeleMetrum v2 or newer flight spending 20 seconds in ascent and 150 seconds in descent will take about (20 * 1600) + (150 * 160) = 56000 bytes of storage. You could store dozens of these flights in the on-board flash.