How to use Arduino with BLE Shield search Apple

2019-06-06 16:44发布

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条回答
欢心
2楼-- · 2019-06-06 17:29

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.

查看更多
登录 后发表回答