Description | Start Address | End Address | Length (bytes) |
Deployment counter (uint8_t). | 0x0000 | 0x0000 | 1 |
Power configuration (powerConfig_t). | 0x0001 | 0x0001 | 1 |
First run (uint8_t). | 0x0002 | 0x0002 | 1 |
Restart counter (uint16_t). | 0x0003 | 0x0004 | 2 |
FSK receive window length (uint8_t). | 0x0005 | 0x0005 | 1 |
LoRa receive window length (uint8_t). | 0x0006 | 0x0006 | 1 |
Seconds elapsed since last reset (uint32_t). | 0x0007 | 0x000A | 4 |
Number of main loop iterations (uint8_t). | 0x000B | 0x000B | 1 |
Number of received valid LoRa frames (uint16_t). | 0x000C | 0x000D | 2 |
Number of received invalid LoRa frames (uint16_t). | 0x000E | 0x000F | 2 |
Number of received valid FSK frames (uint16_t). | 0x0010 | 0x0011 | 2 |
Number of received invalid FSK frames (uint16_t). | 0x0012 | 0x0013 | 2 |
Length of callsign (uint8_t). | 0x0014 | 0x0014 | 1 |
Callsign (C-string, max MAX_STRING_LENGTH bytes). | 0x00015 | 0x0035 | MAX_STRING_LENGTH |
Charging voltage stats (min - avg - max, 3x uint8_t). | 0x0040 | 0x0042 | 3 |
Charging current stats (min - avg - max, 3x int16_t). | 0x0043 | 0x0048 | 6 |
Battery voltage stats (min - avg - max, 3x uint8_t). | 0x0049 | 0x004B | 3 |
Solar cell A voltage stats (min - avg - max, 3x uint8_t). | 0x004C | 0x004E | 3 |
Solar cell B voltage stats (min - avg - max, 3x uint8_t). | 0x004F | 0x0051 | 3 |
Solar cell C voltage stats (min - avg - max, 3x uint8_t). | 0x0052 | 0x0054 | 3 |
Battery temperature stats (min - avg - max, 3x int16_t). | 0x0055 | 0x005A | 6 |
Board temperature stats (min - avg - max, 3x int16_t). | 0x005B | 0x0060 | 6 |
MCU temperature stats (min - avg - max, 3x int8_t). | 0x0061 | 0x0063 | 3 |
Total | | | 72 |
Description | Start Address | End Address | Length (bytes) |
Deployment counter (uint8_t). | 0x0000 | 0x0000 | 1 |
Power configuration (powerConfig_t). | 0x0001 | 0x0001 | 1 |
First run (uint8_t). | 0x0002 | 0x0002 | 1 |
Restart counter (uint16_t). | 0x0003 | 0x0004 | 2 |
FSK receive window length (uint8_t). | 0x0005 | 0x0005 | 1 |
LoRa receive window length (uint8_t). | 0x0006 | 0x0006 | 1 |
Seconds elapsed since last reset (uint32_t). | 0x0007 | 0x000A | 4 |
Number of main loop iterations (uint8_t). | 0x000B | 0x000B | 1 |
Number of received valid LoRa frames (uint16_t). | 0x000C | 0x000D | 2 |
Number of received invalid LoRa frames (uint16_t). | 0x000E | 0x000F | 2 |
Number of received valid FSK frames (uint16_t). | 0x0010 | 0x0011 | 2 |
Number of received invalid FSK frames (uint16_t). | 0x0012 | 0x0013 | 2 |
Length of callsign (uint8_t). | 0x0014 | 0x0014 | 1 |
Callsign (C-string, max MAX_STRING_LENGTH bytes). | 0x00015 | 0x0035 | MAX_STRING_LENGTH |
Charging voltage stats (min - avg - max, 3x uint8_t). | 0x0040 | 0x0042 | 3 |
Charging current stats (min - avg - max, 3x int16_t). | 0x0043 | 0x0048 | 6 |
Battery voltage stats (min - avg - max, 3x uint8_t). | 0x0049 | 0x004B | 3 |
Solar cell A voltage stats (min - avg - max, 3x uint8_t). | 0x004C | 0x004E | 3 |
Solar cell B voltage stats (min - avg - max, 3x uint8_t). | 0x004F | 0x0051 | 3 |
Solar cell C voltage stats (min - avg - max, 3x uint8_t). | 0x0052 | 0x0054 | 3 |
Battery temperature stats (min - avg - max, 3x int16_t). | 0x0055 | 0x005A | 6 |
Board temperature stats (min - avg - max, 3x int16_t). | 0x005B | 0x0060 | 6 |
MCU temperature stats (min - avg - max, 3x int8_t). | 0x0061 | 0x0063 | 3 |
Total | | | 72 |