My custom connection-less BLE sensor beacons (nRF52833) will advertise a simple event e.g., opening a door on trigger-only. Up to ten or more such beacons may be sensing at once, but triggered beacon ADV are rather infrequent and rarely collide. I’m considering ADV with 20ms interval during 100ms to permit effective continuous scanning by a smartphone (Android/iOS) or a separate gateway as well as +8dBm Tx Power for range. In regard to beacon battery, the Nordic Online Power Profiler (https://devzone.nordicsemi.com/power/w/opp/2/online-power-profiler-for-bluetooth-le) shows total event charge at +4dBm on nRF52832 of 7.03 µC - 13.65 µC (0-31 byte payload) that should be ok given sparse Tx. I also expect to use 1M PHY for its support on most smartphones and adequate bit rate.
Anyone experienced with similar 20ms burst advertising over short advertising time for optimal low-latency and ~0 missed events? Data supporting different beacon ADV interval / duration in my use case? Are there technical restrictions that I don’t know about?
Thanks much!