Is it BUG ? beacon UUID half length setting OK message problem

is it BUG ?? beacon UUID half length setting OK message problem

AT+PUIDE03E86BEDCCF4D3FBF4442D32E32AA5E
OK+Set:E03E86BEDCCF4
OK+Set:111
OK+RESET

AT+PUIDxxxxxx… 32 command
OK+Setxxxx…13 response

UUID half length setting complete

can not uuid 32 length full setting problem ~

can i remain half uuid resetting ???

of course carrage return char removed…

input = input.Trim();
// Replace line break with spaces
input = input.Replace("\r\n", " ");

Please check the firmware version by the command.

AT+VERS?

UUID setting ok message BUG
OK+VERS:2.1 AND OK+VERS:2.1.1 in firmware VER2.1 AND VER2.1.1

==================================================================

Additionally
VER2.2 not use yet at SLEEP MODE can not use BLE Serial communication so… i can not use Ver2.2 firmware

after Serial communication

because wake up command digitalWrite(13,HIGH) must use BLE serial communication ~

I just tested the AT command and works well.

Which sketch did you use to test? What about the serial monitor settings?

AT+PUIDE03E86BEDCCF4D3FBF4442D32E32AA5E
OK+Set:E03E86BEDCCF4
OK+Set:111
OK+RESET

AT+PUIDxxxxxx… 32 command
OK+Setxxxx…13 response

AT+PUIDE03E86BEDCCF4D3FBF4442D32E32AA5E
OK+Set:E03E86BEDCCF4

AT
LOST
AT+PUIDE03E86BEDCCF4D3FBF4442D32E32AA5E
OK+Set:E03E86BEDCCF4D3FBF4442D32E32AA5E

BEFORE “AT” COMMAND “LOST” RESPONSE THEN SOMETIMES COMMAND COMPLETE !
BUT OTHER SMART PHONE ( SAMSUNG LATEST MODEL ) CONTINUOUS ERROR OCCUR

Are the steps for how to repeat the bug?

  1. Use cellphone connect to the BLE device
  2. Use AT command to change UUID
  3. The response will be incomplete if BLE connected

Can you try the AT command if there’s no connection?

  1. Use AT command to change UUID in BLE serial communication sketch program

Could you please give an exact link for the sketch?

please reference private message box about title is …

Change frequently the major or minor values ​​in the beacon, what is expectation problems?
( this time not change frequently the major or minor values… but error occur … )

i suggest that give us supporting method divided changing UUID AT COMMAND 16 length + 16 length then 32 full length setting AT COMMAND

in supporting BLE Serial communication LIB longist characteristic length is 20 length so can not transfer 32 length string at once time in BLE Serial commuinication ~~~ so support to us for more convenient method