Is it possible to create a beacon with Classic Bluetooth?

为君一笑 提交于 2019-12-24 00:28:02

问题


I'm attempting to use a classic bluetooth chip to possibly send out signals to another device with a classic bluetooth chip.

Now would it be possible to create a beacon with classic bluetooth?


回答1:


You certainly can. A Bluetooth LE beacon typically sends out regular advertisements with a unique identifier that can be picked up by a receiving device (typically a mobile phone) doing a Bluetooth LE scan. Since you can also send out advertisements and do scans with classic Bluetooth, you could build the same thing with this technology.

The main disadvantage is that classic Bluetooth uses much more power, both for transmitting the beacon signal and more importantly for doing the scans. So if you are using mobile phones to detect the beacons the battery drain will be much higher than if using Bluetooth LE.



来源:https://stackoverflow.com/questions/24786700/is-it-possible-to-create-a-beacon-with-classic-bluetooth

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