Sunday 23 August 2020

Reset and Factory Setting Default HC05 and HC06

http://roboconshop.com/getattachment/1ce1c8ab-ee3f-4c79-82ce-8a97a5ddf536/FileName.aspx

https://www.thaieasyelec.com/downloads/EFDV390/EFDV390_Datasheet.pdf

https://www.instructables.com/id/Changing-Baud-Rate-of-HC-05-Bluetooth/

https://www.instructables.com/id/HOW-TO-HC-05-Bluetooth-MODULE-AT-Commands-With-But/

https://www.instructables.com/id/Modify-The-HC-05-Bluetooth-Module-Defaults-Using-A/

(remove double quotes from AT command)

    To return HC-05 to mfg. default settings: "AT+ORGL"
    To get version of your HC-05 enter: "AT+VERSION?"
    To change device name from the default HC-05 to let's say MYBLUE enter: "AT+NAME=MYBLUE"
    To change default security code from 1234 to 2987 enter: "AT+PSWD=2987"
    To change HC-05 baud rate from default 9600 to 115200, 1 stop bit, 0 parity enter: "AT+UART=115200,1,0"

https://www.instructables.com/id/AT-command-mode-of-HC-05-Bluetooth-module/

Most useful AT commands are

AT : Ceck the connection.
AT+NAME : See default name
AT+ADDR : see default address
AT+VERSION : See version
AT+UART : See baudrate
AT+ROLE: See role of bt module(1=master/0=slave)
AT+RESET : Reset and exit AT mode
AT+ORGL : Restore factory settings
AT+PSWD: see default password

Reset and Factory Setting Default

No comments:

Post a Comment