Skip to Content

CEL Command — Cellular Connection Status

Query real-time cellular connection status, with fine signal telemetry and cell-based location.


What is it for?

📶 Main use cases:

  • 📊 Monitor network connection quality (RSRP/RSRQ/SINR)
  • 📍 Locate the device by cell (LAC + Cell ID) without GPS
  • 🔍 Diagnose connectivity and coverage issues in the field
  • 📡 Identify active technology (2G, 3G, LTE, NB-IoT) and band
  • 🌍 Verify connected operator (MCC/MNC)
  • 🔧 Communications and network-registration debugging

Commands

OperationSyntaxResponse
Query allQCELRCEL, + 17 fields
Query one fieldQCEL[n]RCEL[nn],value

The full 17-field response (indices 0-16) is available from firmware v1.09.24. In earlier versions QCEL returns only the first fields (status,tech,mcc,mnc).

Response Fields

#FieldDescriptionValues
0statusLPWA connection stateSee table below
1radioRadio state (registration, QENG)Status string
2mccMobile Country CodeNumeric country code
3mncMobile Network CodeNumeric operator code
4ratRadio access technology (QNWINFO)2G, GSM, eMTC, NB-IoT
5bandActive frequency bande.g. B28, B2
6csqRSSI signal0-31, 99=unknown
7cregCREG registration stateNumeric code
8ceregCEREG registration state (LTE)Numeric code
9roamingRoaming active0=no, 1=yes
10simActive SIM0 or 1
11reglvlRegistration ladder levelNumeric
12lacLocation/Tracking Area CodeNumeric
13cellidCell identifier (CID/ECI)Numeric
14rsrpLTE signal powerdBm (e.g. -95)
15rsrqLTE signal qualitydB (e.g. -11)
16sinrLTE signal-to-noiseRaw value

Connection States (field 0)

StateDescriptionIcon
NOCONNNot connected to LPWA - IDLE🔴
CONNECTConnected to LPWA🟢
SEARCHSearching for LPWA network🟡
LIMSRVLimited service🟠

Network Technologies (field 4)

ValueTechnologyTypical speed
2G / GSMSecond generationLow
3GUMTS/HSPAMedium
eMTC / CAT-MLTE Cat-M1High (IoT)
NB-IoT / CAT-NBLTE NB-IoTLow power

LTE signal quality (RSRP / RSRQ / SINR)

Fields 14-16 let you assess real coverage without external instruments:

MetricGoodAcceptablePoor
RSRP (dBm)≥ -90-90 to -105< -105
RSRQ (dB)≥ -10-10 to -15< -15
SINRHighMediumLow/negative

SINR is reported as the modem’s raw value (internal index), not direct dB. Use it comparatively between measurements.

Cell-based location (LAC / Cell ID)

Fields 12-13 (lac, cellid) identify the cell the device is connected to. Combined with MCC/MNC they enable an approximate cell-ID location, useful when no GPS fix is available.


Examples

Full response (v1.09.24+)

>QCEL< >RCEL,CONNECT,eMTC,722,310,eMTC,B28,24,1,1,0,0,7,7425,12345678,-95,-11,12< // status=CONNECT, rat=eMTC, MCC=722 (Argentina), MNC=310 (Claro), // band=B28, CSQ=24, roaming=0, SIM=0, level=7, // LAC=7425, CellID=12345678, RSRP=-95dBm, RSRQ=-11dB, SINR=12

Indexed query of a single field

>QCEL14< >RCEL14,-95< // RSRP = -95 dBm >QCEL13< >RCEL13,12345678< // Cell ID

Connected to 2G Movistar Argentina

>QCEL< >RCEL,NOCONN,GSM,722,7,GSM,B8,14,1,0,0,0,3,7425,0,0,0,0<

MCC/MNC Codes Argentina

OperatorMCCMNC
📱 Movistar7227, 70
📱 Claro722310, 320, 330
📱 Personal72234, 341

See the full list of MCC/MNC codes  for other countries.

See Also

Compatibility

💾Firmware:v1.00.00
💾Firmware v1.00.00
SP-IOT
SM-IOT
ZE-IOT
Fine telemetry (17 fields) from v1.09.24
Last updated