This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Third peripheral sending Empty PDUs, dropping packets

I'm experiencing the same issues as a previous poster that went unresolved: devzone.nordicsemi.com/.../

With 1 or 2 peripherals (sensors), the connection works fine. With 3, almost always at least one sensor drops a large number of packets (40%+) while the others work fine. I've captured some data using three different nRF52s and three sensors connected to one central. As you can see, some attribute information is sent multiple times before a stream of empty PDUs (presumably the dropped packets?) on the sensor dropping packets (for test 1 it's sensor d0, test 2 sensor e5 and test 3 sensor e5 -- I assure you, the sensors themselves are fine and can transmit without dropped packets when connected solo or with one other sensor.)

I've attached three separate trials I did and the pcaps for each sensor. I see there is a lot of communication and ultimately attribute handle errors in the sensor that starts dropping frames, but I'm not sure how to parse that conversation. Do the failed attribute received packets indicate an error of the central? I've seen mention (in this thread: e2e.ti.com/.../457865 ) of a LL_CHANNEL_MAP_REQ packets causing something similar? However I can't seem to capture an LL_CHANNEL_MAP_REQ packet for every sensor each time -- only the one that experiences issues.

My central is a Samsung Galaxy S2 Tablet. I've experienced the same issues with an S3. Any help would be very much appreciated!

BT 3 Sensor Data.zip

Related