BLE advertising beacon eddystone data over air then go to sleep in system ON mode periodically need example of this?

i am using nrf connect extension in vs code with Zephyr os version v3.2.99-ncs2 . i use BLE beacon sample on NRF52833 development Kit. i want to build Application in which device send specific string of data over ble without making Connection to scanner then goes to sleep and repeat. during sleep device should consume 1.6uA  or less than 1.6 uA current. i have read the datasheet it specifies system on sleep no ram retention:  1.6uA. page number 53, table: 5.2.1 Electrical specification 5.2.1.1 Sleep.

i already checked the system off sample but it can only wake up the nrf52833 by external interrupt. which is not suitable for my application. by system off example . i read 0.3 uA current.

1. system ON example: how put nrf52833 in sleep with/without no ram retention wake up on rtc. or other System ON examples.

2. as per my requirement: advertise data-sleep-repeat with minimum current consumption in micro amperes.

link: system off: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/boards/nrf/system_off/README.html

datasheet: infocenter.nordicsemi.com/.../nRF52833_OPS_v0.7.pdf

Related