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

SIM Cards

This section explains the type of SIM cards.

Types of SIM Cards

A SIM card often comes as a single plastic card with three sizes cut into it: Mini SIM, Micro SIM, and Nano SIM. This design allows you to use the size that fits your NB-IoT / LTE-M device.

The following SIM types are availabe.

typeSizeForm FactorDescription
Mini-SIM25x15 mm2FFThe largest size, typically used in older phones
Micro-SIM15x12 mm3FFSmaller than the Mini SIM, used in many smartphones released after 2010
Nano-SIM12x9 mm4FFThe smallest size, currently the standard for most modern smartphones
e-SIM6x5 mm or 2x1 mmMFF2 / WLCSPis built directly into the device as a tiny chip

sim card typesImage by macrovector on Freepik

To detach the correct SIM size from the card:

  1. Check your device’s manual or SIM slot to confirm which size it requires.
  2. Hold the plastic card firmly and gently push the SIM along the perforated edges.
  3. Start with light pressure from your thumb until the SIM pops out of the card.
  4. If your device uses a larger SIM but you already detached a smaller one, you can place it back into the larger plastic frame (adapter) to fit the slot.

Always detach slowly to avoid damaging the SIM chip, which is the golden metallic area in the center.

How SIM stores its identity

Every SIM has a unique number called an IMSI (International Mobile Subscriber Identity).

The first digits of the IMSI include the MCC (Mobile Country Code) and MNC (Mobile Network Code).

Example: 26201

  • MCC: 262 - Germany
  • MNC: 01 - Deutsche Telekom

When the device powers up, the modem scans radio frequencies for available networks. It reads the MCC/MNC broadcast by each cell.

What is an APN?

  • An APN is like a “gateway” between the cellular network and the internet (or a company’s private server).
  • It tells the mobile operator how to handle the connection.
  • Each SIM card is configured with an APN, and the device uses this APN to register on the network.

Types of APNs for NB-IoT

  1. Public APN

    • Provided by the mobile operator.
    • Connects the device directly to the internet.
    • Simple, but less secure.
  2. Private APN

    • Customized for a company or service provider.
    • Routes data only to a specific server or VPN.
    • More secure and controlled.

Why is APN important in NB-IoT?

  • It defines how the device communicates with the application server.
  • Some NB-IoT networks require a special IoT APN instead of the default internet APN.
  • Without the correct APN, the device cannot establish a data connection.

Example

iot.telekom.net

APN configuration

The APN configuration can be stored in both the SIM and the device firmware, depending on the setup:

  • Stored on the SIM (default APN)

    • Many mobile operators pre-configure a default APN on the SIM card.
    • If the device doesn’t override it, it will use the SIM’s APN automatically.
    • This is common for plug-and-play NB-IoT modules.
  • Configured in the device firmware

    • Most IoT devices allow you to explicitly set the APN in the module’s firmware or via AT commands.
    • This ensures the device always uses the correct APN, even if the SIM has a different default.
    • Necessary for private APNs or custom network routing.
Prev
Prerequisites
Next
Frequency Bands