Bluetooth SIG发布的蓝牙标准协议,Version 2.1 + EDR
2021-12-01 16:38:32 13.16MB 蓝牙 bluetooth
1
bluetooth_terminal蓝牙串口接收发送apk
2021-11-30 17:03:22 991KB 蓝牙
1
蓝牙_HID 用于制作Raspberry Pi的程序可模拟键盘/鼠标Bluetooth HID客户端。 先决条件 为了运行该程序,必须更新Raspberry Pi,并且必须安装一些依赖项。 通过克隆存储库并从其根文件夹执行以下命令,可以轻松完成所有这些操作: $ sudo bash raspberry_pi_initial_setup.sh 跑步 为了运行该程序,您需要首先配置Raspberry Pi的Bluetooth守护程序: $ sudo bash bluetooth_daemon_configuration.sh 然后运行user_interface python脚本: $
2021-11-29 21:11:27 38KB python raspberry-pi hid bluetooth
1
MshPRFv1.0.1中文版(Sigmesh) Bluetooth mesh核心协议规范 中文版 改文档描述了蓝牙ble mesh网络的核心规范,以及mesh网络的基础知识简介
2021-11-29 10:52:17 2.56MB 蓝牙 Sigmesh 蓝牙mesh
1
coBlue:基于bluez蓝牙协议栈(BLE终端),使用低功耗蓝牙进行远程命令,文件传输
2021-11-27 17:00:48 4.93MB raspberry-pi bluetooth ble corebluetooth
1
Bluetooth LE4.0官方协议讲解,跳频可以保证安全和传输速度。
2021-11-26 20:50:56 354KB Bluetooth BLE
1
详细的bluetooth代码 private BluetoothAdapter _bluetooth = BluetoothAdapter.getDefaultAdapter(); private Handler _handler = new Handler(); ArrayAdapter adapter = null; /* 请求打开蓝牙 */ @SuppressWarnings("unused") private static final int REQUEST_ENABLE = 0x1; private static final int REQUEST_EX = 1; /* 请求能够被搜索 */ private static final int REQUEST_DISCOVERABLE = 0x2; private List _devices = new ArrayList(); private List _dev = new ArrayList(); private Set dev = null; private BluetoothSocket socket; //蓝牙连接socket private Handler mOthHandler; //其它线程Handler private BluetoothDevice filedBluetoothDevice; /* 是否完成搜索 */ private volatile boolean _discoveryFinished; ListView listView = null; SlipButton button = null; SlipButton splitbutton3 = null; SlipButton splitbutton4 = null; layout layname = null; Button ringagain2 = null;
2021-11-26 16:33:39 15KB bluetooth
1
Android 和 Linux 之间的蓝牙通信示例 它展示了如何使用 SPP 服务在 Android 上创建服务器蓝牙套接字,以及如何使用 Python 从 Linux 桌面发现、连接和发送/接收来自该服务的数据。 客户端 Python 脚本位于 BluetoothClient.py。 全文可以在我的博客上找到 - 。
2021-11-24 15:48:45 87KB Java
1
非常有用的kalimba DSP参考文档。你不会在任何地方找到它。极少。
2021-11-23 15:03:30 5.36MB Kalimba DSP Bluetooth CSR
1
HC-05 module is an easy to use Bluetooth SPP (Serial Port Protocol) module, designed for transparent wireless serial connection setup. Serial port Bluetooth module is fully qualified Bluetooth V2.0+EDR (Enhanced Data Rate) 3Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Bluecore 04-External single chip Bluetooth system with CMOS technology and with AFH(Adaptive Frequency Hopping Feature). It has the footprint as small as 12.7mmx27mm. Hope it will simplify your overall design/development cycle.
2021-11-22 17:03:07 841KB stm32 hc-05 嵌入式 模组
1