How to use Arduino with BLE Shield search Apple's iBeacons signal source

半世苍凉 提交于 2019-12-08 05:19:09

问题


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.



来源:https://stackoverflow.com/questions/19374865/how-to-use-arduino-with-ble-shield-search-apples-ibeacons-signal-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!