参考网址: 荔枝派zero 蓝牙使用方法
github源码下载: NextThingCo/rtl8723bs_bt
1. 准备性价比最高的cp2104模组, 准备荔枝派的RTL8723BS模组, 用杜邦线连接。信号线交叉连接。电源3v3, GND.
2. 下载或clone下面的源码,编译 https://github.com/NextThingCo/rtl8723bs_bt:
git clone https://github.com/NextThingCo/rtl8723bs_bt.git
make
sudo make install
3. 模组插入电脑, 串口挂载到vmware虚拟机。
4. 执行:
sudo ./start_bt.sh ttyUSB1 (ttyUSB1是设备在 /dev/ 目录下的文件名)
sudo hciconfig hci0 up
sudo hcitool scan
离线