lteiot3
2.0.0.0
|
LTE IoT 3 Click is a compact add-on board that contains a Low Power Wide Area (LPWA) Wireless IoT module that allows connections to the LTE CAT-M1, CAT NB1/2, and 2G networks. This board features the EXS82-W, LTE-IoT Wireless Module from Thales that offers a rich set of Internet protocols and industry-standard interfaces such as UART, USB, etc. Global IoT connectivity, integrated GNSS support, SMS support, extended coverage range, and reduced power consumption makes this single IoT module an excellent choice for device makers while ensuring worldwide reliability.
We provide a library for the LTEIoT3 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for LTEIoT3 Click driver.
lteiot3_cfg_setup
Config Object Initialization function. lteiot3_init
Initialization function. lteiot3_default_cfg
Click Default Configuration function. lteiot3_send_cmd
Send command function. lteiot3_send_cmd_check
Check the sent command. lteiot3_send_text_message
LTE IoT 3 send text message. This example reads and processes data from LTE IoT 3 clicks.
The demo application is composed of two sections :
Initializes driver and wake-up module and checks communication and device version.
Application taks is split in few stages:
- CONFIGURATION_FOR_NETWORK : Sets configuration to device to be able to connect to newtork.
- CHECK_NETWORK_CONNECTION : Checks device connection status till device is connected to network.
- SENDING_SMS : Sends SMS message to desired number in text mode.
- CONFIGURATION_FOR_GNSS : Sets configuration to device to enable GNSS data.
- GNSS_DATA : Reads and parses data from device to get latitude, longitude and altitude from device
In order for the example to work, user needs to set the phone number and sim apn to which he wants to send an SMS Enter valid data for the following macros: SIM_APN and PHONE_NUMBER_TO_MESSAGE. E.g. SIM_APN "vipmobile" PHONE_NUMBER_TO_MESSAGE "+381659999999"
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.