|
F439_CPP_TX-RX_LoRa_Project
|
RadioLink is the encrypted link layer used by the Nucleo-F439 LoRa weather station project.
SX1262 Driver ↓ RadioLink
Current wire format: Wire v3
Confidentiality: AES-128 CTR
Integrity / authenticity: AES-CMAC-128
Key = (nodeId, sessionSeqId, msgCounter)
TX node persists counters using SPI FRAM. RX node keeps replay state in RAM.