本文介绍了可以在Windows PC充当蓝牙灯塔?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
一个普通的Windows(8.1)电脑是否具备充当蓝牙LE灯塔的能力?如果是这样,是否有任何软件启用?
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?
推荐答案
目前的Windows不支持扫描或作为iBeacon显示(S)nativly。但是,你有一些选择:
Windows currently doesn't support scanning or acting as iBeacon(s) nativly. However, you have some options:
- 使用管理库。更换蓝牙4.0适配器用的libusb /驱动了WinUSB的司机和你所有的设置
- 使用与堆栈的BlueZ 运行Linux的虚拟机
- 使用一个树莓派作为承载的WebAPI界面,你的Windows机器'探测器'
- 等待
- Use the WinBeacon managed library. 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
- Wait for Windows 10
这篇关于可以在Windows PC充当蓝牙灯塔?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!