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

Can BLE beacons act as receivers?

I am working on a project which involves sending data from many beacons to many other beacons. To be more specific, I have two groups of beacons:

The first group consists of senders (or advertisers) which regularly (i.e. 500ms interval) only send (or advertise) their IDs, for example UUIDs, using a protocol like iBeacon. These beacons may be attached to moving objects.

The second group of beacons consists of receivers that receive the broadcasted IDs sent by sender beacons which are in their proximity (and then send this data over wifi to a central system; but this is another topic and not my concern now). These beacons are stationary and may be mounted on walls.

I know the first group (sender beacons) can do their job properly. The second group (receiver beacons) is my concern. I am not sure whether the beacons based on Nordic NRF51xxx or NRF52xxx chips can also act as receivers? If it is possible, any pointers or links to documentation/tutorials on how this can be done would be really appreciated.

P.S. (If it is possible,) I was wondering whether beacons based on other chips like BLE chips produced by TI (e.g. CC2540) can also act as receivers?

P.P.S. Is it possible to connect wifi modules to beacons based on Nordic NRF51xxx or NRF52xxx chips?

Related