Quectel BG96
AT command guide for: Quectel BG96
Please be aware that we cannot guarantee for the completeness and accuracy of this page. For detailed information and latest versions of the AT command guides, please always refer to the supplier's specifications and manuals.
You can contact us at 📧 docwriters (at) iotcreators (dot) com in case this collection doesn't work for you!
Vendor's AT commands manual
https://www.quectel.com/download/quectel_bg96_at_commands_manual_v2-3/
General AT Commands
Purpose | Command String |
---|---|
Configure/start a manual network selection | AT+COPS =[, [,[,]]] For example : AT+COPS=1,2,"26201" |
Check the received signal quality | AT+QENG="servingcell" "servingcell",,"LTE",<is_tdd>,,,,,,<freq_band_ind>,<ul_bandwidth>,<dl_bandwidth>,,,,,, |
Check the supported/configured bands of the UE | AT+QCFG="band" |
Check the network registration status | AT+CEREG? |
Configure the APN for IP-based connection | AT+CGDCONT=1,"IP","" For example: AT+CGDCONT=1,"IP","bm5m-ipv4-tvgwbn1-2.de.iot" |
Configure/activate the PSM mode | AT+CPSMS=[[,<Requested_Periodic-RAU>[,<Requested_GPRS-READYtimer>[,<Requested_Periodic-TAU>[,<Requested_Active-Time>]]]]] For example: AT+CPSMS=1,,,01000001,00000101 |
Check the firmware version | AT+CGMR |
Modify the supported bands of the UE | AT+QCFG="band"[,,,[,]] For example: AT+QCFG="band",8,1 |
Switch ON / OFF the transceiver | AT+CFUN=0 / AT+CFUN=1; AT+CGATT=1 |
AT Commands for Communication Protocols
Purpose | Command String |
---|---|
Configure/activate the eDRX mode | AT+CEDRXS=[,[,[,<Requested_eDRX_value>]]] |
Modify eDRX parameters | AT+CEDRXS=[,[,[,<Requested_eDRX_value>]]] |
Create a TCP/UDP socket and send data to remote via socket | AT+QIOPEN=,,<service_type>,<IP_address>/<domain_name>,<remote_port>[,<local_port>[,<access_mode>]] For example: AT+QIOPEN=1,1,"UDP","10.23.22.85",5685,3001,1 |
Connect socket to remote address and port | AT+QIOPEN=,,<service_type>,<IP_address>/<domain_name>,<remote_port>[,<local_port>[,<access_mode>]] For example: AT+QIOPEN=1,1,"UDP","10.23.22.85",5685,3001,1 |
Send data to remote via socket | AT+QISEND= For example: AT+QISEND=1 |
Updated over 3 years ago