Reputation: 3
Maybe someone had this problem.
"Send(AT)"
OK
"Send(AT+NAME?)"
+NAME=?
OK
"Send(AT+NAME1234)"
+NAME=1234
OK
"Send(AT+NAME?)"
+NAME=?
OK
Cant get this BLE HM-10 to remember name. I was using FTDI and ch340, arduino monitor and realterm
Update! After reset to defaults it started working Now i now its a genuine HM-10 and i have CC41-A
+VERSION=Firmware V3.0.6,Bluetooth V4.0 LE
Upvotes: 0
Views: 4607
Reputation: 49
try a shorter name. I had the same problem.some version do not accept long name
Upvotes: 0
Reputation: 1616
You can try equal sign for set a value
AT+NAME=newName
edit for code prefix
Upvotes: 0
Reputation: 41
Type to get value (Same is with other commands):
AT+NAME
Type to set value:
AT+NAMEnewName
Upvotes: 4