Hi.
Its my first post here.
I plan to make a secure remote control for garage door opener product with a BLE SoC, for example, currently I plan to use nrf52832. We want to do dversiting every 900 miliseconds, and when not advertising the chip should consume <= 3uA, maybe entering in a such low power mode. As far as I know, it is not possible to make advertisements while in deep sleep. I will have 4 buttons on my board connected to the SoC, so I can wake it from low power mode.
What can be done to solve this? I want a very low consumption on most of time, and make quick advertisements every 900ms. Can I do this with a nrf52832? If not, which other chips of Nordic could be used to achive my goal?
Is it possible to wake from low power mode via internal timer? Maybe using a timer that can run in this mode?
And also, is nrf52832 suitable for make a beacon? If not, which chip is recommended? (preference for the same package of nrf52832)
Regards