Dragino LearnDragino Learn
  • LoRaWAN

    • What is LoRaWAN?
    • Benefits of LoRa Technology and LoRaWAN
    • Understanding the Difference Between the LoRaWAN Network Server and Application Server
    • LoRaWAN 1.0.4
    • Regional Parameters
    • End Device Activation
    • Device Classes
    • Message Types
    • Radio Propergation
    • Security
    • Security Mechanisms
    • Spreading Factors
    • Adaptive Data Rate (ADR)
    • LoRaWAN Relay (Based on TS011-1.0.1)
    • LoRaWAN Roaming
    • LoRaWAN Roaming in Practice: Asset Tracking and Wildlife Tracking Use Cases
    • Understanding Firmware Updates Over The Air in LoRaWAN
    • Glossary
    • Use Cases
      • LC01
        • Smart Irrigation
        • LC01 ThingsBoard Integration
      • LHT65N-VIB
        • Monitoring Vibration Anomalies of an Electric Motor Pump
      • Cattle Tracking
      • Asset Tracking and Logistics Monitoring
      • Smart Utilities
  • NB-IoT

    • What is NB-IoT?
    • Prerequisites
    • SIM Cards
    • Frequency Bands
    • Power Saving Modes in NB-IoT
    • NB-IoT Network Architecture
    • NB-IoT Application Layer and Cloud Integration
  • LTE-M

    • What is LTE-M?
    • LTE-M Architecture
    • LTE-M Communication Process
    • Power Saving Mechanisms in LTE-M
    • Mobility and Handover in LTE-M
    • Security and Authentication in LTE-M
    • Data Transmission Procedures
    • Industry Use Cases and Future Trends
    • LTE-M Challenges and Network Limitations

LTE-M Communication Process

In this lesson, we wll learn how an LTE-M device communicates with the network, from powering on and connecting, to sending and receiving data. Understanding this process helps you see what happens behind the scenes each time an IoT device connects to the internet using LTE-M.

Overview

LTE-M (Long-Term Evolution for Machines) is based on the LTE standard, so it uses the same basic communication steps. However, LTE-M optimizes these steps for IoT devices that need low power, low data rate, and wide coverage.

The typical LTE-M communication flow includes:

  1. Device attachment (network connection)
  2. Authentication and security setup
  3. Data transmission and reception
  4. Mobility and handover (if the device moves)
  5. Power-saving and idle modes

Device Attachment

When an LTE-M device powers on, it must first attach to the LTE network. This process registers the device with the network so it can send and receive data.

Step-by-step process:

  1. The device scans for available LTE-M networks on supported frequency bands.
  2. It selects the strongest or preferred network.
  3. It sends an Attach Request message to the network.
  4. The Mobility Management Entity (MME) checks the SIM/eSIM and verifies the subscription.
  5. Once authenticated, the network assigns an IP address and confirms the attachment.

At this point, the device is registered and ready to communicate.

Authentication and Security

After attaching, the device and network exchange security information. This ensures that communication is secure and trusted.

  • The network verifies the device’s IMSI (International Mobile Subscriber Identity) stored in the SIM.
  • The device and network perform mutual authentication using cryptographic keys.
  • Encryption is enabled so all data exchanged is protected from interception.

This process ensures that only authorized devices can access the LTE-M network.

Data Transmission

Once connected and authenticated, the LTE-M device can send or receive data. For example, a temperature sensor may upload readings to a cloud server.

Steps:

  1. The device establishes a data session (PDN connection) through the Packet Gateway (PGW).

  2. Data packets are sent using IP protocols, often via MQTT, HTTP, or CoAP.

  3. The network routes data through:

    • eNodeB -> Serving Gateway (SGW) -> Packet Gateway (PGW) -> Internet/Cloud.
  4. The cloud application processes the incoming data and may send commands back to the device.

LTE-M supports up to 1 Mbps uplink and downlink rates, which is suitable for most IoT applications.

Mobility and Handover

If the LTE-M device moves (for example, a GPS tracker), the network maintains its connection as it travels between cells.

  • The MME coordinates with nearby eNodeBs to ensure a seamless handover.
  • The device doesn’t lose connection or need to reattach each time it moves.
  • Mobility is one of LTE-M’s main advantages over NB-IoT, which is better for stationary devices.

Power-Saving and Idle States

To extend battery life, LTE-M devices spend most of their time in idle or sleep modes.

Two main power-saving features:

  • PSM (Power Saving Mode): The device shuts down most of its functions and “sleeps” for hours or days. It cannot send or receive data during this time.
  • eDRX (Extended Discontinuous Reception): The device sleeps but periodically wakes up to check for messages from the network.

These features allow LTE-M devices to last several years on a single battery, making them ideal for remote sensors.

Summary

  • LTE-M communication starts with attachment, followed by authentication, data transfer, mobility, and power saving.
  • The network ensures security and reliability at every step.
  • LTE-M’s balance of low power, mobility, and real-time communication makes it suitable for many IoT applications such as asset tracking, wearables, and smart meters.
Prev
LTE-M Architecture
Next
Power Saving Mechanisms in LTE-M