Hi,
We developed a product based on the eddstone example, I have a question about the minimum Tx interval,
Minimum interval = number of configured slots * APP_CONFIG_ADV_FRAME_SPACING_MS_MIN (100ms defined in the es_app_config.h), if we configured different number of slots, the minimum interval are different.
For example, UID + TLM +URL configured, the minimum interval is 3 slots*100ms = 200ms.
5 slots configured, the minimum interval is 5 slots*100ms = 500ms.
Can I set APP_CONFIG_ADV_FRAME_SPACING_MS_MIN to 20ms, because some customers require the Tx interval less than 100ms.
What minimum can it be set to ? Thanks for your support.
#define APP_CONFIG_ADV_FRAME_SPACING_MS_MIN 20 //!< Minimum time between advertisement frames. Imposes limit on minumum accepted advertisement interval.
Best wishes,
Susan