Cellular

4 Posts

How to Choose Between NB-IoT, LTE-M, Cat.1, and 4G Modules

2 minute

Cellular IoT module selection often falls into two traps: choosing only by price, or choosing only by peak data rate.

Real selection is a trade-off:

coverage
power
mobility
latency
data volume
cost
operator support
lifecycle

NB-IoT, LTE-M, Cat.1, and regular 4G modules serve different devices.

NB-IoT Fits Small, Infrequent Data and Deep Coverage

NB-IoT is useful for low-power, small-data, wide-coverage devices: meters, alarms, manhole covers, and environmental monitors that send small payloads occasionally.

Read More

Which Cellular Metric Matters: RSRP, RSRQ, or SINR

2 minute

Cellular modules often report RSSI, RSRP, RSRQ, and SINR. Field debugging too often collapses these into “signal bars,” but cellular link quality cannot be judged by one number.

A practical model is:

RSRP: how strong the reference signal is
RSRQ: how good the reference signal quality is
SINR: how clean useful signal is against interference and noise

They answer different questions.

RSRP Indicates Coverage Strength

RSRP is close to reference signal strength at the device. It helps judge weak coverage, antenna placement, enclosure loss, and installation effects.

Read More

Why a Cellular Module Shows Signal but Has No Data Connection

3 minute

A common field mistake is treating “has signal” as “is online.”

The module reports a signal value, the antenna is connected, and the SIM is inserted, but MQTT cannot connect, TCP fails, and the platform never sees the device. This may look like unstable network service, but the device can be stuck at very different layers.

Cellular data connectivity has several stages:

radio coverage
-> usable SIM
-> network registration
-> data bearer activation
-> IP or data channel
-> DNS, TCP, TLS, MQTT
-> application platform reachability

“Signal” usually covers only the first part.

Read More

NB-IoT Access Path: Why It Is Not "Plug in the SIM and Send Data"

11 minute

NB-IoT field issues often sound very simple at first: the SIM is inserted, the module has signal, why does it still not send data? Or the platform has seen the device online before, so why does it later disappear for a long time? Once you break it apart, the bottleneck is usually somewhere else. Some devices never found a cell they could camp on. Some synchronized to a cell and read system information but never finished random access. Some already established an RRC (Radio Resource Control) connection but got stuck at NAS (Non-Access Stratum) registration or authentication. Others registered successfully but never established a usable bearer, so the application still could not send data.

Read More