Development software, with versions
- SDK 15_2.0_9412b96, KeilC,
- SoftDevice:s132_nrf52_6.1.1
Hardware: KIT nRF52832-DK
Development software, with versions
- SDK 15_2.0_9412b96, KeilC,
- SoftDevice:s132_nrf52_6.1.1
Hardware: KIT nRF52832-DK
That is certainly possible, but there are restrictions on CPU time due to the SoftDevice's higher priority.
That is certainly possible, but there are restrictions on CPU time due to the SoftDevice's higher priority.
My idea is:
- RTC is used for reducing power because my project use battery.
- BLE, NFC and TWI are used to user input to turn on a I/O then sleep.
That should not be a problem.
Check out the nRF5 SDK 15.2 Getting Started page to get going.
That is certainly possible
Indeed: the Thingy:52 does all that - and more!
Thank you! I found a solution :)