temperature_iT22/fw-AC63_BT_SDK/iT12 腋温计BLE 通讯协议.txt
2025-05-30 09:13:42 +08:00

21 lines
738 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

iT12 腋温计通讯协议
1.搜索蓝牙iT12_XXXX 并连接设备 ( 使用时建议申请ble 通讯的MTU 为254 否则会数据分包;)
2.iT12的通讯Service UUID为 0xAE30的
3.监听UUID为 0xAE02 的Characteristic 可以实时监听回传数据
4.指令通过UUID为 0xAE01 的Characteristic发送
5.指令CMD
5.1 获取温度 :AT+TEMP=?
回复AT+TEMP=255,265,365 (255表示环境温度, 265表示物体温度 , 365表示体温)
5.2 获取电池电量百分百 :AT+BATP=?
回复AT+BATP=80 (88表示电量为80%)
5.3 获取电池电压 :AT+BATT=?
回复AT+BATT=333 (333 表示3.33V)
5.4 获取固件版本 :AT+VER=?
回复AT+VER=1.0.1 (版本号 1.0.1)