X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fflight-data-recording.inc;h=af79d532d05608bbd65bc27b0cd21c7f16c0f514;hb=3735e1eb27afb873d60164a79a9e2769dc92b3a3;hp=32e44840fc86bbd9a7ad2e3292e6670c794f0910;hpb=cbec66452ecd01bbd5aebf6f98443d5e0540f5d2;p=fw%2Faltos diff --git a/doc/flight-data-recording.inc b/doc/flight-data-recording.inc index 32e44840..af79d532 100644 --- a/doc/flight-data-recording.inc +++ b/doc/flight-data-recording.inc @@ -22,9 +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 v3.0 |16 |512kB |5 endif::telemini[] ifdef::easymini[] |EasyMini |16 |1MB |10 @@ -44,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. @@ -64,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.