Hi
I am working on a product where I need a battery optimized beacon receiver - the opposite of what yo normal see with a beacon device where it is the transmitter which is battery optimized.
Because it must be able to receive a beacon from a device at a distance of 500m my plan is to use the nRF52840 and long range BLE.
I got the DK kit, but need help to some good examples.
Which example from the SDK will be the best to make a fast prototype with a battery operated long range beacon receiver, which will wake up from deep sleep every 30s listen for an advertising packet and go in sleep again?
The beacon transmitter is power supplied and can send a beacon as often as possible.
How often can an advertising packet be sent so the receiver don't have to stay awake for long time?
Thanks in Advance :)