-11-
v7.0
Software
3.2. Switching on
The
ON()
function switches on the NB-IoT / Cat-M module and it opens the MCU’s UART bus for communicating
with the module. After this step, the module will be able to receive commands to manage it.
Example of use:
{
BG96.ON();
}
3.3.
Switching off
The
OFF()
function allows the user to switch off the NB-IoT / Cat-M module and close the UART. This function
must be called in order to save battery when the module is not going to be used.
Example of use:
{
BG96.OFF();
}