CeSiumUA / stm32_nrf24l01

Playing with nrf24l01 (with LNA)
0 stars 0 forks source link

Implement a messages "ping-pong" #3

Closed CeSiumUA closed 4 months ago

CeSiumUA commented 4 months ago

The device should send temperature data over nrf24 radio every 5 minutes, but also should handle messages received via nrf24 with ping-pong principle: Receive a message, send back required data. DoD: Temperature measurement can be retrieved by sending a command via nrf24 radio to STM32 board

CeSiumUA commented 4 months ago

DoD was met. All the code related to data sending could be found in main.c and radio.c All the code could be observed in linked Pull Request Image is being build successfully: CMake on multiple platforms