nbiot4 2.0.0.0
NB IoT 4 Device Settings

Settings for registers of NB IoT 4 Click driver. More...

Macros

#define NBIOT4_CMD_AT   "AT"
 NB IoT 4 control commands.
 
#define NBIOT4_CMD_ATE1   "ATE1"
 
#define NBIOT4_CMD_CFUN   "AT+CFUN"
 
#define NBIOT4_CMD_CREG   "AT+CREG"
 
#define NBIOT4_CMD_CEREG   "AT+CEREG"
 
#define NBIOT4_CMD_CGDCONT   "AT+CGDCONT"
 
#define NBIOT4_CMD_CSQ   "AT+CSQ"
 
#define NBIOT4_CMD_COPS   "AT+COPS"
 
#define NBIOT4_CMD_CMGS   "AT+CMGS"
 
#define NBIOT4_CMD_CMGF   "AT+CMGF"
 
#define NBIOT4_CMD_SIMSWAP   "AT^SIMSWAP"
 
#define NBIOT4_CMD_TRB   "AT+TRB"
 
#define NBIOT4_CMD_CIPMUX   "AT+CIPMUX"
 
#define NBIOT4_CMD_CIPSTART   "AT+CIPSTART"
 
#define NBIOT4_CMD_CIPCLOSE   "AT+CIPCLOSE"
 
#define NBIOT4_CMD_CIPSEND   "AT+CIPSEND"
 
#define NBIOT4_CMD_CIPHEAD   "AT+CIPHEAD"
 
#define NBIOT4_RSP_OK   "OK"
 NB IoT 4 device response for AT commands.
 
#define NBIOT4_RSP_ERROR   "ERROR"
 
#define NBIOT4_RSP_REBOOTING   "REBOOTING"
 
#define NBIOT4_RX_DRV_BUFFER_SIZE   256
 NB IoT 4 driver buffer size.
 
#define NBIOT4_TX_DRV_BUFFER_SIZE   256
 

Detailed Description

Settings for registers of NB IoT 4 Click driver.

Macro Definition Documentation

◆ NBIOT4_CMD_AT

#define NBIOT4_CMD_AT   "AT"

NB IoT 4 control commands.

Specified setting for control commands of NB IoT 4 Click driver.

◆ NBIOT4_CMD_ATE1

#define NBIOT4_CMD_ATE1   "ATE1"

◆ NBIOT4_CMD_CEREG

#define NBIOT4_CMD_CEREG   "AT+CEREG"

◆ NBIOT4_CMD_CFUN

#define NBIOT4_CMD_CFUN   "AT+CFUN"

◆ NBIOT4_CMD_CGDCONT

#define NBIOT4_CMD_CGDCONT   "AT+CGDCONT"

◆ NBIOT4_CMD_CIPCLOSE

#define NBIOT4_CMD_CIPCLOSE   "AT+CIPCLOSE"

◆ NBIOT4_CMD_CIPHEAD

#define NBIOT4_CMD_CIPHEAD   "AT+CIPHEAD"

◆ NBIOT4_CMD_CIPMUX

#define NBIOT4_CMD_CIPMUX   "AT+CIPMUX"

◆ NBIOT4_CMD_CIPSEND

#define NBIOT4_CMD_CIPSEND   "AT+CIPSEND"

◆ NBIOT4_CMD_CIPSTART

#define NBIOT4_CMD_CIPSTART   "AT+CIPSTART"

◆ NBIOT4_CMD_CMGF

#define NBIOT4_CMD_CMGF   "AT+CMGF"

◆ NBIOT4_CMD_CMGS

#define NBIOT4_CMD_CMGS   "AT+CMGS"

◆ NBIOT4_CMD_COPS

#define NBIOT4_CMD_COPS   "AT+COPS"

◆ NBIOT4_CMD_CREG

#define NBIOT4_CMD_CREG   "AT+CREG"

◆ NBIOT4_CMD_CSQ

#define NBIOT4_CMD_CSQ   "AT+CSQ"

◆ NBIOT4_CMD_SIMSWAP

#define NBIOT4_CMD_SIMSWAP   "AT^SIMSWAP"

◆ NBIOT4_CMD_TRB

#define NBIOT4_CMD_TRB   "AT+TRB"

◆ NBIOT4_RSP_ERROR

#define NBIOT4_RSP_ERROR   "ERROR"

◆ NBIOT4_RSP_OK

#define NBIOT4_RSP_OK   "OK"

NB IoT 4 device response for AT commands.

Device response after commands.

◆ NBIOT4_RSP_REBOOTING

#define NBIOT4_RSP_REBOOTING   "REBOOTING"

◆ NBIOT4_RX_DRV_BUFFER_SIZE

#define NBIOT4_RX_DRV_BUFFER_SIZE   256

NB IoT 4 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.

◆ NBIOT4_TX_DRV_BUFFER_SIZE

#define NBIOT4_TX_DRV_BUFFER_SIZE   256