倘若我自己用TI的CC2541芯片搭建ibeacon基站,需要哪些知识?对芯片的编程是不是只要让他一直广播UUID之类的数据就行了吗?
Yue TANG:
你需要先获得apple的license,这样就可以通过license获得TI的ibeacon代码。
You need to be an Apple iBeacon Licensee (developer.apple.com/ibeacon). I think there is no specific example available for iBeacon but once you have the details available from Apple it is a fairly simply job to implement this with our documentation. Adding the BLE team to this thread for clarification.
下面是beacon的appnote, 里面讲了ibeacon的细节
http://www.ti.com/lit/an/swra475/swra475.pdf
da qin zheng sheng:
官方cc2640/50有例程,可以参考。
Lijian He:
回复 da qin zheng sheng:
能贴个网址吗?
Yue TANG:
回复 Lijian He:
楼上提的并不是ibeacon, 你需要就参考下面的网址
https://github.com/ti-simplelink/ble_examples
Lijian He:
回复 Yue TANG:
就是在学校做一个项目,当初觉得这个比较好玩,就说自己用芯片搭建一个基站,但是不知道从何下手。