badesee-device/snippets/decoding2.txt

35 lines
695 B
Plaintext

0: Sens0: 000000006a4f8c28
1: Sens1: 000000000ac31928
2: Sens2: 000000006a863528
3: Sens3: 00000000f611c728
struct {
uint16_t status;
uint64_t addrs[NUM_OF_SENSORS];
} __attribute__((packed)) msg;
04 00 0000 3802 033C 288C 4F6A 0D00 0094 2819 C30A 0D00 00B4 2835 866A 0D00 00D4 28C7 11F6622001B8
0400 288C 4F6A 0D00 0094 2819 C30A 0D00 00B4 2835 866A 0D00 00D4 28C7 11F6 6220 01B8
struct {
uint16_t status;
struct {
uint64_t addr;
int32_t value;
} __attribute__((packed)) sensors[NUM_OF_SENSORS];
} __attribute__((packed)) msg;
0000
288C 4F6A 0D00 0094
9808 0000
2819 C30A 0D00 00B4
E008 0000
2835 866A 0D00 00D4
D008 0000
28C7 11F6 6220 01B8
9808 0000