Good morning,
I'm designing a new product based on the nRF52840 device (s140) and power consumption is one of the key parameters for my project.
The equipment (peripheral) should be advertising periodically (but not always) in order to make it possible to be discovered by a Smartphone.
Could you suggest me a suitable interval and timeout times in order to...
- Be discovered when a smartphone is looking for my device
- Keep the lowest power consumption as possible
Now, my application is working with the following parameters:
- Advertising is carried out every 10 seconds.
- When advertising, interval is set to 25ms and duration is set to 2 seconds.
What do you think about this setup? Which setup would you recommend?
Best regards,
Dani