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 ?