Operation Guide

© 2022 Shanghai RaymonIoT Technology Co., Ltd.
X-C13SG_REV1.6_Operation Guide
X-C13SG
Shanghai RaymonIoT Technology Co., Ltd.
57
When read packet, click read UUID:FEC8(notification read channel) or UUID:FED6indication read
channel, enable both notification and indication read channel.
The received UART packet will be sent to both FEC8(notification read) and FED6(indication read). So the
logs show two packets.
Notes:
1Use AT+BLENAME command to change default BLE throughput name.
2APP update MTU to 240, The received UART bytes of one frame should not exceed this MTU..
3Module should be throughput mode, if in AT command mode, packets will all be process as AT
command.
4If need to change the BLE name and UUID, use the following command, parameters will be valid after
reboot:
AT+BLENAME=X-C13SL // modify BLE name
AT+BLESVCUUID // BLE notification service UUID
Default: 0000FEE700001000800000805F9B34FB
AT+BLENTFUUIDR // BLE notification read UUID
Default: 0000FEC800001000800000805F9B34FB
AT+BLENTFUUIDW // BLE notification write UID
Default: 0000FEC700001000800000805F9B34FB
AT+BLEINDUUIDR // BLE indication read UUID
Default: 0000FED600001000800000805F9B34FB
AT+BLEINDUUIDW // BLE indication write UUID
Default: 0000FED500001000800000805F9B34FB
Indication: slave(module) sends packet to master(phone), master need to
confirm, so packet won’t lost
Notification: slave(module) sends packet to master(phone), master don’t need
confirm, packet may be lost..