本文主要介绍 Esp32 蓝牙 Hid 相关的多种操作方式,详细的设备、鼠标、键盘相关操作的 http 调用方法。下面是整理出的所有 http 调用方法和 rhino 引擎方式
使用前需要一块烧录好的ESP32板子并在手机安装好embedded软件用于蓝牙通信
文件地址: https://www.123865.com/s/Qtm4jv-xyZbd?提取码:6666
本机调用的话直接使用http://localhost:8080 如果是局域网调用则使用软件里的地址 比如我的是http://192.168.1.5:8080
- 设备相关
- 连接当前手机连接的蓝牙设备:http://localhost:8080/ble/device/connect
- 使用mac连接蓝牙:http://localhost:8080/ble/device/macConnect?mac=37:asc:as:ed
- 获取固件状态:http://localhost:8080/ble/device/state
- 重启设备:http://localhost:8080/ble/device/restart
- 鼠标相关</