How to use Arduino with BLE Shield search Apple

2019-06-06 16:50发布

问题:

I am playing a project to search iBeacons in region by Arduino with BLE Shield.

Because of leak of tech-support of iBeacons Technology, I can't find any docs about how to search iBeacons signal source.

回答1:

An iBeacon is basically a BLE Broadcaster, and such devices can only be discovered by a Central or an Observer. Many BLE shields use Nordic Semiconductor's nRF8001 chip, and unfortunately, this is a pure Peripheral device, and as such, it isn't possible to use this to discover an iBeacon.

Take a look at this question for further details on the roles in BLE.