Difference between revisions of "Cellular:Introduction to Cellular LTE CatM / NBIoT"

[quality revision] [unchecked revision]
m

This page contains application examples, document references, tips, and so on related to STM32 Cellular.

1 What are Cellular LTE CatM and NBIoT?[edit]


Technologies

LTE CatM and Narrowband Internet of Things (NBIoT) are low-power wide-area network (LPWAN) radio technology standards developed by 3GPP to enable a wide range of cellular devices and services.
NBIoT focuses specifically on indoor coverage, low cost, long battery life, and high connection density.
The advantage of LTE CatM over NBIoT is its higher data rate, mobility, and voice over the network. However it requires more bandwidth and is more costly.

Check also GSMA's NBIoT / LTE CatM world wide coverage information.

2 Wiki MCU / Cellular : pages breakdown[edit]

3 Getting started with STM32 and Cellular LTE Cat M and NBIoT[edit]


From a hardware point of view, STMicroelectronics offers various ways to set up cellular connectivity solutions on STM32 MCUs. For STM32 boards that support the STMod+ connector, STMod+ modem boards can be directly connected to the STM32 board. For STM32 boards that do not have an STMod+ connector, an ARDUINO® / STMod+ adapter (X-NUCLEO-STMODA1) can be inserted between the STM32 board and the modem board.
To obtain a complete setup, packs are available that contain the STM32 board together with the modem board. Otherwise the STM32 board and the modem board can be ordered separately. For more information check the hardware setup page.
Note that for each version of the Cellular middleware software there is a set of supported hardware. See also the details in the hardware setup page.

On the software side, X-CUBE-CELLULAR (X-CUBE Expansion Package) provides a software solution to allow customers to quickly and easily develop their own firmware:

  • Based on FreeRTOS
  • Users can choose to use either the IP stack in the modem or in the STM32 (LwIP)
  • Command line through Virtual COM UART over USB ST-LINK to configure the cellular connectivity parameters (technology selection, bands, APN, and others), and the connection to the cloud IoT platform
  • Easy to support a new modem.

Several applications are provided as examples.

For more information check the X-CUBE-CELLULAR Wiki page.

New hardware setups and new software features in X-CUBE-CELLULAR are to be provided to customers over time.

4 How to...[edit]

This part is a guideline that describes how to perform the main activities with X-CUBE-CELLULAR. All the information is merged in the Cellular How To Wiki page

5 FAQ[edit]

All the frequently-asked questions are listed in the dedicated Cellular F.A.Q Wiki page.

6 Video related to Cellular LTE CatM and NBIoT[edit]

pc videol.png
Zigbee 3.0 mesh to cloud over cat-M with BLE 5.0 user control (MWC/EW 2020)
pc videol.png
ST at CES 2019 - LTE IoT Starter Kits
pc videol.png
STM32 Cellular to Cloud Discovery Packs: 2G/3G and Espruino JS, LTE IoT! Embedded World 2018
pc videol.png
Getting started with STMicroelectronics cellular IoT discovery kit

7 Specific tools[edit]

STMicroelectronics’ STM32 Power Shield to power and analyze current consumption
Network simulator for both LTE CatM & NBIoT

8 Terms and definitions[edit]

Term Definition
API Application programming interface / Access point identifier
APN Access point name
BSD Berkeley software distribution
BSP Board support package
CID Context ID (context identifier of a cellular connection)
CLI Command-line interface
COM Cellular communication
DC Data Cache
HAL Hardware abstraction layer
IDE Integrated development environment
IF Interface
IoT Internet of things (refer to [4])
IPC Inter-processor channel
LED Light-emitting diode
NAT Network address translation
NFMC Network-friendly management configuration (refer to [4])
MNO Mobile network operator
MVNO Mobile virtual network operator
PDN Packet data network
PDP Packet data protocol
PPP Point-to-point protocol
PPPoSIF PPP over serial IF
PS Packet switching
RAM Random-access memory
RSSI Received-signal strength indication
RTC Real-time clock
TCP Transmission control protocol
UDP User datagram protocol
URC Unsolicited result code




This page contains application examples, document references, tips, and so on related to STM32 Cellular.<br>

==What are Cellular LTE CatM and NBIoT?==<br>

[[File: Cellular_logo_nbiot_catm.png |200px|center| Technologies]]<br>


LTE CatM and Narrowband Internet of Things (NBIoT) are low-power wide-area network (LPWAN) radio technology standards developed by 3GPP to enable a wide range of cellular devices and services.<br>

NBIoT focuses specifically on indoor coverage, low cost, long battery life, and high connection density.<br>

The advantage of LTE CatM over NBIoT is its higher data rate, mobility, and voice over the network. However it requires more bandwidth and is more costly.

Check also [https://www.gsma.com/iot/deployment-map/ GSMA's NBIoT / LTE CatM world wide coverage information].

==Wiki MCU / Cellular : pages breakdown==
* [[Cellular:Cellular LTE CatM / NBIoT overview| Cellular overview]] ('''this''' current page)
** [[Cellular:Cellular hardware setup| Cellular hardware setup]] (Information about supported hardware setups)
** [[Cellular:Cellular X-CUBE-CELLULAR| Cellular X-CUBE-CELLULAR]] (Information about the software part)
** [[Cellular:Cellular X-CUBE-CELLULAR How To| Cellular How To]] (multiple "How to" to support users)
** [[Cellular:Cellular X-CUBE-CELLULAR F.A.Q.| Cellular F.A.Q]] (frequently asked questions)

==Getting started with STM32 and Cellular LTE Cat M and NBIoT==<br>

''' From a hardware point of view''', STMicroelectronics offers various ways to set up cellular connectivity solutions on STM32 MCUs.
For STM32 boards that support the STMod+ connector, STMod+ modem boards can be directly connected to the STM32 board.
For STM32 boards that do not have an STMod+ connector, an ARDUINO<sup>®</sup> / STMod+ adapter (X-NUCLEO-STMODA1) can be inserted between the STM32 board and the modem board.<br>

To obtain a complete setup, packs are available that contain the STM32 board together with  the modem board. Otherwise the STM32 board and the modem board can be ordered separately. For more information check the [[Cellular:Cellular hardware setup| hardware setup]] page.<br>

Note that for each version of the Cellular middleware software there is a set of supported hardware. See also the details in the [[Cellular:Cellular hardware setup| hardware setup]] page.<br>
<br>

''' On the software side''', '''X-CUBE-CELLULAR''' (X-CUBE Expansion Package) provides a software solution to allow customers to quickly and easily develop their own firmware:

* Based on FreeRTOS
* Users can choose to use either the IP stack in the modem or in the STM32 (LwIP)
* Command line through Virtual COM UART over USB ST-LINK to configure the cellular connectivity parameters (technology selection, bands, APN, and others), and the connection to the cloud IoT platform
* Easy to support a new modem.

Several applications are provided as examples.

For more information check the  [[Cellular:Cellular X-CUBE-CELLULAR| X-CUBE-CELLULAR]] Wiki page.

New hardware setups and new software features in X-CUBE-CELLULAR are to be provided to customers over time.

== How to... ==

This part is a guideline that describes how to perform the main activities with X-CUBE-CELLULAR. All the information is merged in the [[Cellular:Cellular X-CUBE-CELLULAR How To| Cellular How To Wiki page]]

== FAQ==

All the frequently-asked questions are listed in the dedicated [[Cellular:Cellular X-CUBE-CELLULAR F.A.Q.| Cellular F.A.Q Wiki page]].

==Video related to Cellular LTE CatM and NBIoT==

[[File:pc_videol.png|left|20px|link=https://youtu.be/aEvXv8I1aaI]] [https://youtu.be/aEvXv8I1aaI Zigbee 3.0 mesh to cloud over cat-M with BLE 5.0 user control (MWC/EW 2020)]

[[File:pc_videol.png|left|20px|link=https://youtu.be/09Tl8BR5mmw]] [https://youtu.be/09Tl8BR5mmw ST at CES 2019 - LTE IoT Starter Kits]

[[File:pc_videol.png|left|20px|link=https://youtu.be/7hsoJQ9VyjE]] [https://youtu.be/7hsoJQ9VyjE STM32 Cellular to Cloud Discovery Packs: 2G/3G and Espruino JS, LTE IoT! Embedded World 2018]

[[File:pc_videol.png|left|20px|link=https://www.youtube.com/watch?v=oFL9CZeRNU4]] [https://www.youtube.com/watch?v=oFL9CZeRNU4 Getting started with STMicroelectronics cellular IoT discovery kit]

==Specific tools==

[https://www.st.com/content/st_com/en/about/media-center/press-item.html/n3979.html STMicroelectronics’ STM32 Power Shield to power and analyze current consumption]<br>

[https://www.amarisoft.com/ Network simulator for both LTE CatM & NBIoT]<br>

{{==Terms and definitions==

{|
|-
! Term !! Definition
|-
|API || Application programming interface / Access point identifier
|-
|APN || Access point name
|-
|BSD || Berkeley software distribution
|-
|BSP || Board support package
|-
|CID || Context ID (context identifier of a cellular connection)
|-
|CLI || Command-line interface
|-
|COM || Cellular communication
|-
|DC || Data Cache
|-
|HAL || Hardware abstraction layer
|-
|IDE || Integrated development environment
|-
|IF || Interface
|-
|IoT || Internet of things (refer to [4])
|-
|IPC || Inter-processor channel
|-
|LED || Light-emitting diode
|-
|NAT || Network address translation
|-
|NFMC || Network-friendly management configuration (refer to [4])
|-
|MNO || Mobile network operator
|-
|MVNO || Mobile virtual network operator
|-
|PDN || Packet data network
|-
|PDP || Packet data protocol
|-
|PPP || Point-to-point protocol
|-
|PPPoSIF || PPP over serial IF
|-
|PS || Packet switching
|-
|RAM || Random-access memory
|-
|RSSI || Received-signal strength indication
|-
|RTC || Real-time clock
|-
|TCP || Transmission control protocol
|-
|UDP || User datagram protocol
|-
|URC || Unsolicited result code
|}

{{PublicationRequestId | 19449| 2021-03-29 | Ronan Gabou}}
<noinclude>

{{ArticleBasedOnModel | Example tech domain article}}
[[Category:Using models]]
[[Category:Cellular|10]]</noinclude>
Line 68: Line 68:
 
[https://www.amarisoft.com/ Network simulator for both LTE CatM & NBIoT]
 
[https://www.amarisoft.com/ Network simulator for both LTE CatM & NBIoT]
 
<br>
 
<br>
  +
  +
==Terms and definitions==
  +
  +
{|
  +
|-
  +
! Term !! Definition
  +
|-
  +
|API || Application programming interface / Access point identifier
  +
|-
  +
|APN || Access point name
  +
|-
  +
|BSD || Berkeley software distribution
  +
|-
  +
|BSP || Board support package
  +
|-
  +
|CID || Context ID (context identifier of a cellular connection)
  +
|-
  +
|CLI || Command-line interface
  +
|-
  +
|COM || Cellular communication
  +
|-
  +
|DC || Data Cache
  +
|-
  +
|HAL || Hardware abstraction layer
  +
|-
  +
|IDE || Integrated development environment
  +
|-
  +
|IF || Interface
  +
|-
  +
|IoT || Internet of things (refer to [4])
  +
|-
  +
|IPC || Inter-processor channel
  +
|-
  +
|LED || Light-emitting diode
  +
|-
  +
|NAT || Network address translation
  +
|-
  +
|NFMC || Network-friendly management configuration (refer to [4])
  +
|-
  +
|MNO || Mobile network operator
  +
|-
  +
|MVNO || Mobile virtual network operator
  +
|-
  +
|PDN || Packet data network
  +
|-
  +
|PDP || Packet data protocol
  +
|-
  +
|PPP || Point-to-point protocol
  +
|-
  +
|PPPoSIF || PPP over serial IF
  +
|-
  +
|PS || Packet switching
  +
|-
  +
|RAM || Random-access memory
  +
|-
  +
|RSSI || Received-signal strength indication
  +
|-
  +
|RTC || Real-time clock
  +
|-
  +
|TCP || Transmission control protocol
  +
|-
  +
|UDP || User datagram protocol
  +
|-
  +
|URC || Unsolicited result code
  +
|}
   
 
{{PublicationRequestId | 19449| 2021-03-29 | Ronan Gabou}}
 
{{PublicationRequestId | 19449| 2021-03-29 | Ronan Gabou}}