Can a Windows PC act as a Bluetooth beacon?

懵懂的女人 提交于 2019-12-02 06:42:11

问题


Does a normal Windows (8.1) PC have the ability to act as a Bluetooth LE beacon? If so, is there any software to enable that?

Update

More current answers here: Beacons in Windows 10


回答1:


Pre-Windows 10, Windows 8.1 in your case, doesn't support scanning or acting as iBeacon(s) nativly. However, you have some options:

  • Use the WinBeacon managed library (yes, I'm the owner). Replace the driver of the Bluetooth 4.0 dongle with a libusb/WinUSB driver and you're all set
  • Use a VM that runs linux with BlueZ stack
  • Use a RaspberryPI as 'detector' that hosts a WebAPI interface to your Windows machine
  • Switch to Windows 10



回答2:


Bluetooth low energy or Bluetooth LE, marketed as Bluetooth Smart, is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group aimed at novel applications in the healthcare, fitness, security, and home entertainment industries.

Mobile operating systems including iOS, Android, Windows Phone and BlackBerry, as well as OS X, Linux, and Windows 8, natively support Bluetooth Smart.

I found software for Bluetooth 4.0 for windows 8 (64 bits) here http://support.lenovo.com/us/en/downloads/ds037617



来源:https://stackoverflow.com/questions/25798066/can-a-windows-pc-act-as-a-bluetooth-beacon

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