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

BLE Advertisement scanner

Hi,

I'm on pre-product of BLE Advertisement packet scanner.

My product is gathering the adv packets  from a bunch of BLE tag about 20~30 tags.

So, I use two nRF52832 modules on scanner to prevent the missing adv packets from tag.

This is good or no effective idea?

BR

Paul

Parents
  • Hi,

    Having 2 scanners will increase the probability of receiving advertisement packets, as long as they are not scanning on the same channel at the same time from the same location. But only 20-30 tags will have a low probability of collisions, it's likely you will be able to receive advertisements from all tags within a given time periode. Note that you will need to calculate with sending multiple advertisement packets from each tag regardless.

Reply
  • Hi,

    Having 2 scanners will increase the probability of receiving advertisement packets, as long as they are not scanning on the same channel at the same time from the same location. But only 20-30 tags will have a low probability of collisions, it's likely you will be able to receive advertisements from all tags within a given time periode. Note that you will need to calculate with sending multiple advertisement packets from each tag regardless.

Children
Related