Files
m-stecmd/docs/.txt
小晴 7fb37af034 task(ca3394be-97c4-41f5-a2d7-dba62ad838be): Normalize line endings in BLE documentation
- Convert CRLF to LF in docs/.txt for consistent version control
2026-09-03 14:17:12 +08:00

47 lines
1.1 KiB
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.
蓝牙BLE程序说明
1、蓝牙名称 VM208 xxxxxx
2、UUID : 0000fee2000010a0800000602f9b3698
3、接收UUID{Notify} : a44bc439abfd45a242542d4d31129701
4、写UUID : a44bc439abfd45a242542d4d31129700
5、Notify上传数据格式
5.1、振弦数据报文格式:
CC F12345 T334 E14039 SG AA + 0x0D 0x0A
格式说明:
CC:报文头
AA:报文尾
0x0D 0x0A:结束符号
F12345: F后面的是频率数据12345代表 12345/10= 1234.5HZ
T334: T后面是温度数据334代表 334/10 = 33.4度
E14039E后面是电压数据14039代表 14039/100 = 140V
SGS后面是状态G 元件质量好 Q 元件一般 N 没元件
6、下发命令写UUID数据格式
6.1、激励设置命令格式:
0F 0F 06 0A XX XX 0D 0A
其中XX XX为设置的数据
比如:设置 10016进制为0x0064那么XX XX 为 00 64
下发的整条命令为 0F 0F 06 0A 00 64 0D 0A
命令返回接收UUID0F 0F 06 0A XX XX 0D 0A