2.2.2 LTEIoT Task
If the user sends lte_on
command through the console, the LTEIoT task
will be called, and the module will try to connect to the network. Output will still be
forwarded towards the console, but no input will be taken into account anymore. Control
will be done exclusively through the MQTT.
The LTE module state machine will try to connect and if an error is received, it will
reset the module and try again. This state machine can be found in the
LTEIoT.c
source file.
The certificates and keys generated using AWS must be added in the project source code in order for the LTE task to upload them on the LTE module.