NB-IoT Module

The following products are supported:

NB-IoT Module

class NBIOTModule

Constructors

class NBIOTModule(id: Literal[0, 1, 2], tx: int, rx: int)

Create a NBIOTModule object

Parameters:
  • id – UART ID.

  • tx (int) – the UART TX pin.

  • rx (int) – the UART RX pin.

UIFLOW2:

init.png

See unit.NBIOTUnit.Methods for more details.