Robert Rupa
Robert Rupa

Reputation: 3

HM-10 Wont accept name and returning +NAME=?

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

Answers (3)

saman mohamadi
saman mohamadi

Reputation: 49

try a shorter name. I had the same problem.some version do not accept long name

Upvotes: 0

Hadnazzar
Hadnazzar

Reputation: 1616

You can try equal sign for set a value

   AT+NAME=newName

edit for code prefix

Upvotes: 0

Jakob
Jakob

Reputation: 41

Type to get value (Same is with other commands):

AT+NAME

Type to set value:

AT+NAMEnewName

Upvotes: 4

Related Questions