JDY-16 (UUID Configuration)
JDY-16 (UUID Configuration)
The AT instructions needed to configure the above 128 bit UUID are as follows,
Step 1:Send AT+UUIDLEN1 // Indicates enable 128 bit UUID
Step 2:Send service UUID, send instructions in sixteen decimal format as follows,
41 54 2B 53 56 52 55 55 49 44 00 00 ff 00 00 00 10 00 80 00 00 80 5f 9b 34 fb 0d 0a
Step 3:Configuration features UUID1, send instructions in sixteen decimal format as follows,
41 54 2B 43 48 52 55 55 49 44 00 00 ff 02 00 00 10 00 80 00 00 80 5f 9b 34 fb 0d 0a
Step 4:Configuration features UUID2, send instructions in sixteen decimal format as follows,
41 54 2B 43 52 58 55 55 49 44 00 00 ff 01 00 00 10 00 80 00 00 80 5f 9b 34 fb 0d 0a
Step 5:AT+RST reset mode, Android mobile phone does not need to reopen Bluetooth, and IOS
mobile phone needs to reopen Bluetooth.
Using the Lightblue search, the UUID of the Bluetooth module has been changed, which
requires UUID.
Example 3:
Requirements: service UUID: FF00, The feature UUID1 is: FF01, the function is APP to receive the
serial port data, and it can also write data to the module serial port through this UUID.
The above requirements send AT instructions as follows,
AT+SVRUUIDFF00 // Change service UUID
AT+CHRUUIDFF01 // Change feature UUID1
AT+RST // reset mode
Android mobile phone does not need to reopen Bluetooth, and IOS mobile phone needs to
reopen Bluetooth.
Using the Lightblue search, the UUID of the Bluetooth module has been changed, which
requires UUID.