Skip to main content
Version: 2.14.4 - 2.14.0

NB IoT

This category contains functions specific to NB-IoT devices.

api.nbSend(addr, port, msg, timeout, type)

Sends message to NB-IoT on specified IP, port and protocol type.

info

Maximum length of Rx and Tx messages is 512 Bytes. Maximum execution time is limited by timeout in milliseconds.

api.nbReceiveBuffer(option, ...)

Activates, configures and uses NB-IoT scratchpad buffer.

api.nbAT(command, ...)

Sends an AT command to NB-IoT module with specified timeout. Or use one of the defined commands.

danger

api.nbAT() is a direct access to the AT command interface of the NB-IoT module. It is advanced and should be used with caution.

warning

For a backward-compatible interface, avoid using AT commands directly. Instead, use only api.nbSend() for sending.