temperature_iT22/fw-AC63_BT_SDK/iT22 腋温计BLE 通讯协议.txt
2025-07-14 09:31:31 +08:00

27 lines
954 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.

iT22 腋温计通讯协议
1.搜索蓝牙iT22_XXXX 并连接设备 ( 使用时建议申请ble 通讯的MTU 为254 否则会数据分包;)
2.iT22的通讯Service UUID为 0xAE30的
3.监听UUID为 0xAE02 的Characteristic 可以实时监听回传数据
4.指令通过UUID为 0xAE01 的Characteristic发送
5.指令CMD
5.1 获取温度 :AT+TEMP=?
回复AT+TEMP=255,265,365,1 (255表示环境温度, 265表示物体温度 , 365表示体温),最后一位 1表示当前温度处于稳定状态测量完成0表示当前正在测量中温度不稳定
5.2 获取电池电量百分百 :AT+BATP=?
回复AT+BATP=88 (88表示电量为88%)
5.3 获取电池电压 :AT+BATT=?
回复AT+BATT=333 (333 表示3.33V)
5.4 获取固件版本 :AT+VER=?
回复AT+VER=1.0.1 (版本号 1.0.1)
5.5 37°C温度校准 :AT+ADJ37=?
回复: AT+ADJ37=OK
5.6 温度校准重置 :AT+RESET=?
回复: AT+RESET=OK