Quectel BG95/BG77

AT command guide for: Quectel BG95, BG77 and BG600L series

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 :e-mail: 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_bg95bg77bg600l_series_at_commands_manual_v2-0/

General AT Commands

PurposeCommand String
Configure/start a manual network selectionAT+COPS =[, [,[,]]]
Check the received signal qualityAT+QENG="servingcell"

"servingcell",,"LTE",<is_tdd>,,,,,,<freq_band_ind>,<ul_bandwidth>,<dl_bandwidth>,,,,,,
Check the supported/configured bands of the UEAT+QCFG="band"
Check the network registration statusAT+CEREG?
Configure the APN for IP-based connectionAT+CGDCONT=1,"IP",""

For example: AT+CGDCONT=1,"IP","bm5m-ipv4-tvgwbn1-2.de.iot"
Configure/activate the PSM modeAT+CPSMS=[[,<Requested_Periodic-RAU>[,<Requested_GPRS-READYtimer>[,<Requested_Periodic-TAU>[,<Requested_Active-Time>]]]]]
Check the firmware versionAT+CGMR
Modify the supported bands of the UEAT+QCFG="band"[,,,[,]]

For example: AT+QCFG="band",8,1
Switch ON / OFF the transceiverAT+CFUN=0 / AT+CFUN=1; AT+CGATT=1

AT Commands for Communication Protocols

PurposeCommand String
Configure/activate Rel. 13 Early Release Assistance IndicatorAT+QISENDEX=,<hex_string>,

AT+QISENDEX=1,"12345",1
Configure/activate the eDRX modeAT+CEDRXS=[,[,[,<Requested_eDRX_value>]]]
Modify eDRX parametersAT+QPTWEDRXS=(0-3),<AcT-type(2-5)>,<Requested_ptw_value(0-15) in bits>,<Requested_eDRX_value(0-15) in bits>

For example: AT+QPTWEDRXS=1,4,"0011","0101"
Create a TCP/UDP socket and send data to remote via socketAT+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 socketAT+QISEND=

For example: AT+QISEND=1