Commit graph

6 commits

Author SHA1 Message Date
rbaron
b470bf4d14 Some notes on low power modes 2021-02-21 11:04:04 +01:00
rbaron
41690a7198 Fixes rtc playground example 2021-02-20 12:24:31 +01:00
rbaron
e4bc5cc1f4 nrf_dfk rtt playground example 2021-02-20 12:10:54 +01:00
rbaron
9d352b2181 simple_timer nrf_sdk playground example.
This uses the app_simple_timer library, which uses the high frequency clock
for keeping track of time.
In reality, we want to use the low frequency clock with RTC, since it's much
more power efficient and we don't need high precision.
2021-02-20 10:17:10 +01:00
rbaron
7c222f1729 Add a blinky_rtt example with RTT logging 2021-02-20 09:17:31 +01:00
rbaron
529412e0ed Add a non-Arduino, nrf5 SDK only blinky playground project 2021-02-19 20:37:07 +01:00