Hi,
* (i'am using sdk14.2 ans S140 V5.0.2)
i'am trying to inegrate a beacon application to my ble_uart example, so my purpose is to advertise ibeacon pachet format only
when i'am connected, then i found an example in SDK11 (multiactivity beacon "advertiser_beacon_timeslot.c) using Timeslot API, and after after
doing some changes to megrate to SDK14.2, i finally successed to do my example, and when i'am connected the i can see with NRF Connect the beacon advertisement,
well, it is fine, but after analysing the received packets, i notice that many packets are lost,
Some explanation:
i configuered the adv_interval to 1000 ms, so , i must receive one packet per second and 1000 packets after 1000 seconds (or close to 1000 packets beacause i know that some
packets will be lost) but in my case after 1000 seconds i received only 662 packets, and that is too much packet loss, i use a BLE dongle to scan and capture the BLE packets, here a figure of what i have received .
You can notice that the ADV_INTERVAL changes every 2 or 3 received packets, and i have no idea why it changes.
any one have an idea why this packets loss (may be a configuration of the radio, or Sofdevice parameters or something else ...)?
thanks,
regards