We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2020-03-09
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: LTE IoT
Downloaded: 3061 times
Not followed.
License: MIT license
5G NB IoT Click is a Click boardâ„¢ based on Gemalto's Cinterion ENS22 NB-IoT Wireless Module platform that boosts highly efficient future 5G connectivity for the IoT.
Do you want to subscribe in order to receive notifications regarding "5G NB IoT click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "5G NB IoT click" changes.
Do you want to report abuse regarding "5G NB IoT click".
Library Description
Library provides control over on pin and ability to send commands through UART module.
Key functions:
void c5gnbiot_send_cmd ( uint8_t *cmd )
- Function for sending commands to devicevoid c5gnbiot_set_on ( uint8_t state )
- Generic function for setting on pin statusExamples description
The application is composed of three sections :
void application_task ( )
{
c5gnbiot_send_cmd( &AT_CGATT[0] );
Delay_ms( 5000 );
c5gnbiot_send_cmd( &AT_CEREG[0] );
Delay_ms( 5000 );
}
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. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.