> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/getting-started/sim-cards/nusim.md).

# nuSIM

<figure><img src="/files/OEqIKZhaUHA5FICk5yhJ" alt="" width="375"><figcaption></figcaption></figure>

### Description

nuSIM is a software-based iSIM solution from Nordic Semiconductor for the nRF91 Series, replacing the need for a physical SIM card and socket. It reduces device size, simplifies manufacturing, and enhances the robustness of cellular IoT designs.\
We offer flexible pricing, which you can check out by [<mark style="color:blue;">following this link</mark>](https://monogoto.io/iot-pricing-page/).

### What is nuSIM?

nuSIM is an open iSIM standard where SIM data is encrypted and managed within a secure area of the device. It operates as a dedicated software component inside the Arm TrustZone® of the nRF91 processor, enabling fully digital provisioning of SIM profiles during manufacturing.

### Features

* Completely eliminates external SIM hardware, reducing BOM cost and saving PCB space.
* Improved environmental robustness by removing the physical SIM socket.
* Secure digital provisioning process during device manufacturing.
* Lower power consumption compared to traditional SIM solutions.
* Full integration with Nordic nRF9151 and nRF9160 through the nRF Connect SDK.
* Security certification by TÜV Nord.

### Technical Specifications

* Based on the [Redtea Mobile](https://www.redteamobile.com/about-us-overview/#) nuSIM Integration Library within the nRF Connect SDK, with Monogoto profile.
* SIM profile is securely loaded during device manufacturing.
* Credential storage and authentication handled in the secure modem domain.
* Supports LTE-M, NB-IoT, and satellite communication (Satellite/NTN).
* Compatible with Nordic Semiconductor nRF9151 and nRF9160 modules.

### Cellular Modems Supporting nuSIM

Monogoto supports all certified cellular modems. The table below provides an overview of the tested and documented modems and development kits.

<table><thead><tr><th width="198.67028089036603">Manufacturer</th><th width="168.91485423415085">Cellular Modem</th><th width="198.6146240234375">Chipset</th><th>Technology</th></tr></thead><tbody><tr><td><img src="/files/NEtX7uPi0f6ReB6NDav2" alt="" data-size="original"></td><td>nRF91x</td><td>System-on-Chip (SoC)</td><td>LTE-M, NB-IoT, NTN</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.monogoto.io/getting-started/sim-cards/nusim.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
