I have a BLE Bee HM-11 Module and I'm not able to persist any of the changes I made via the AT commands. For instance, if I tried to change the name of the module, it always comes back with the original HMSoft name after disconnect or power down. Has anyone experience this behavior? TIA!
AT+CLEAR
OK+CLEAR
AT+NAMEbeeHive
OK+Set:beeHive
AT+RESET
OK+RESET
[POWER DOWN or DISCONNECT]
AT+NAME?
OK+NAME:HMSoft.
http://www.seeedstudio.com/depot/BLE-Be ... -1726.html
Persisting changes on the BLE Bee HM-11 Module
Moderators: lily.li, violet, jessie
-
- Staff
- Posts: 168
- Joined: Tue Jan 25, 2011 11:16 am
- Are you a staff member of seeedstudio?: no
- Which products/projects are your favorite?: Seeeduino Film,Motion Frame,UartSbee
Re: Persisting changes on the BLE Bee HM-11 Module
Hello,
Please try using AT+SAVE0 command as mentioned in the HM-11 module data-sheet.
Thanks for writing to us. Warm Regards.
Please try using AT+SAVE0 command as mentioned in the HM-11 module data-sheet.
Thanks for writing to us. Warm Regards.
Re: Persisting changes on the BLE Bee HM-11 Module
AT+SAVE0 doesn't make any difference. Here is what I did so let me know if that is not what you meant.
AT+CLEAR
OK+CLEAR
AT+RESET
OK+RESET
AT+SAVE0
OK+Set:0
AT+NAMEbeeHive
OK+Set:beeHive
AT+NAME?
OK+NAME:beeHive.
AT+SAVE0
OK+Set:0
[DISCONNECT AND RECONNECT]
AT+NAME?
OK+NAME:HMSoft. <--- Back to factory name
AT+CLEAR
OK+CLEAR
AT+RESET
OK+RESET
AT+SAVE0
OK+Set:0
AT+NAMEbeeHive
OK+Set:beeHive
AT+NAME?
OK+NAME:beeHive.
AT+SAVE0
OK+Set:0
[DISCONNECT AND RECONNECT]
AT+NAME?
OK+NAME:HMSoft. <--- Back to factory name
-
- Staff
- Posts: 50
- Joined: Sun Apr 27, 2014 7:49 pm
Re: Persisting changes on the BLE Bee HM-11 Module
Hi,
Can you try to reset it back to factory setup by sending "AT+RENEW".
We are trying to find the solution and get back to you later. thanks!
Can you try to reset it back to factory setup by sending "AT+RENEW".
We are trying to find the solution and get back to you later. thanks!
Re: Persisting changes on the BLE Bee HM-11 Module
Use the AT+RESET command
The changes are then saved to the HM-11 Firmware
The changes are then saved to the HM-11 Firmware