CeSiumUA / retransmitter

Final project for Advanced Embedded Linux course.
0 stars 0 forks source link

Handle periodic temperature signals from STM32 via nrf24 #5

Closed CeSiumUA closed 2 months ago

CeSiumUA commented 2 months ago

As nrf24 sends a temperature data every few minutes, that data should be received and forwarded to MQTT broker DoD: retransmitter app is able to handle periodic data signals from STM32 and forward that data to "measured_temp" topic in MQTT broker

CeSiumUA commented 2 months ago

This issue was closed by closing this issue: #4 and this PR: #12 DoD was met All the details could be viewed in a mentioned issue and PR