Created
September 6, 2017 18:23
-
-
Save Landrash/11f27005510f2b38e13b7144470c23de to your computer and use it in GitHub Desktop.
CC2541
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
******************************************************************** | |
* Command Description * | |
* ---------------------------------------------------------------- * | |
* AT Check if the command terminal work normally * | |
* AT+RESET Software reboot * | |
* AT+VERSION Get firmware, bluetooth, HCI and LMP version * | |
* AT+HELP List all the commands * | |
* AT+NAME Get/Set local device name * | |
* AT+PIN Get/Set pin code for pairing * | |
* AT+PASS Get/Set pin code for pairing * | |
* AT+BAUD Get/Set baud rate * | |
* AT+LADDR Get local bluetooth address * | |
* AT+ADDR Get local bluetooth address * | |
* AT+DEFAULT Restore factory default * | |
* AT+RENEW Restore factory default * | |
* AT+STATE Get current state * | |
* AT+PWRM Get/Set power on mode(low power) * | |
* AT+POWE Get/Set RF transmit power * | |
* AT+SLEEP Sleep mode * | |
* AT+ROLE Get/Set current role. * | |
* AT+PARI Get/Set UART parity bit. * | |
* AT+STOP Get/Set UART stop bit. * | |
* AT+START System start working. * | |
* AT+IMME System wait for command when power on. * | |
* AT+IBEA Switch iBeacon mode. * | |
* AT+IBE0 Set iBeacon UUID 0. * | |
* AT+IBE1 Set iBeacon UUID 1. * | |
* AT+IBE2 Set iBeacon UUID 2. * | |
* AT+IBE3 Set iBeacon UUID 3. * | |
* AT+MARJ Set iBeacon MARJ . * | |
* AT+MINO Set iBeacon MINO . * | |
* AT+MEA Set iBeacon MEA . * | |
* AT+NOTI Notify connection event . * | |
* AT+UUID Get/Set system SERVER_UUID . * | |
* AT+CHAR Get/Set system CHAR_UUID . * | |
* -----------------------------------------------------------------* | |
* Note: (M) = The command support slave mode only. * | |
* For more information, please visit http://www.bolutek.com * | |
* Copyright@2013 www.bolutek.com. All rights reserved. * | |
******************************************************************** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment