I have already developed a beacon with nrf52840, but now I need to detect it with another nrf52840, but my problem is taht I need to use less power as possible, so I need to detect it for one second and after go to sleep for a defined time.
Problem is that I must disable all possible peripheral (for example UART) and system for many seconds to save power beacuse system must be powered by a small batteries (100mA) for almost one year.
Is there some sample code ready to use?
Can anyone tell me ho to configures scanning and read UUID and RSSI fileds?
Thanks in advance to anyone that could help me.