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

How to catch all data packets sent by several beacons with nrf51822 concurrently?

FormerMember
FormerMember

I wanna use a nrf51822 dongle to sniff all data packets sent by 4 to 6 beacons, without large loss. The code I use is a python api given here learn.adafruit.com/.../python-api

Based on current test, the number of packets I catch doesn't increase in linear with the increase of number of beacon devices. For one beacon device, I get 80 packets per second, while for two beacon devices, I get 100 packets per second, and 130 packets per second for 3 beacons. Obviously some packets are lost.

Can someone help me ?

Related