TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
110 stars 31 forks source link

Integrate RTC with LoRaWAN FreeRTOS app #100

Open elsalahy opened 3 years ago

elsalahy commented 3 years ago

Summary:

Integrate RTC with the LoRaWAN FreeRTOS app for accurate time keeping.

Why do we need this?

To be able to maintain an accurate clock and reduce time deviations.

What is already there? What do you see now?

FreeRTOS timer used as a clock.

What is missing? What do you want to see?

RTC integration with the FreeRTOS timer

How do you propose to implement this?

Similar to basic_lorawan app, we can integrate the RTC to provide time compensation

Environment:

FreeRTOS

Acceptance Criteria:

The application maintains the low power profile.

What can you do yourself and what do you need help with?

All