TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136668 times)
  2. FAT32 Library (69904 times)
  3. Network Ethernet Library (55920 times)
  4. USB Device Library (46249 times)
  5. Network WiFi Library (41882 times)
  6. FT800 Library (41128 times)
  7. GSM click (28973 times)
  8. PID Library (26406 times)
  9. mikroSDK (26345 times)
  10. microSD click (25350 times)
Libstock prefers package manager

Package Manager

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]

< Back
mikroSDK Library

4G LTE click

Rating:

6

Author: MIKROE

Last Updated: 2018-01-21

Package Version: 1.0.0.1

mikroSDK Library: 1.0.0.0

Category: GSM/LTE

Downloaded: 7176 times

Not followed.

License: MIT license  

4G LTE-E click carries the LARA-R211 multi-mode cellular module from u-blox. The board is designed to use 5V power supply. I/O voltage levels could be 3.3V or 5V. It communicates with the target microcontroller over UART interface

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "4G LTE click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "4G LTE click" changes.

Do you want to report abuse regarding "4G LTE click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

4G LTE

4G LTE

Native view of the 4G LTE click board.

View full image
Front/Back View

Front/Back View

Front and back view of the 4G LTE click board.

View full image

Library Description

The library carries generic command parser adopted for AT command based modules. Generic parser.

Key functions:

  • c4glte_cmdSingle - Sends the provided command to the module.
  • c4glte_setHandler - Handler assignation to the provided command.
  • c4glte_modulePower - Turns on the module.

Examples Description 

Example demo application waits for the call. After the call is received the parser will get a hangup call. 

This code snippet shows how generic parser should be properly initialized.  
Before initialization, the module must be turned on and in addition to this, the hardware  
flow control should also be turned on.

  • The first command negotiates baud rate with the module.
  • The second command turns echo off.
  • The third command enables hardware flow control - necessary in case of UART polling.
  • The fourth command sets up the default message format.
// MODULE POWER ON
 c4glte_hfcEnable( true );
 c4glte_modulePower( true );

// MODULE INIT
 c4glte_cmdSingle( "AT" );
 c4glte_cmdSingle( "ATE0" );
 c4glte_cmdSingle( "AT+IFC=2,2" );
 c4glte_cmdSingle( "AT+CMGF=1" );

Along with the demo application, timer initialization functions are provided. Note that timer is configured according to the default development system and MCUs, changing the system or MCU may require an update of timer init and timer ISR functions.

The full application code, and ready to use projects can be found on our  Libstock page.

Other mikroE Libraries used in the example:

  • String
  • Conversions

Additional notes and information

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.

ALSO FROM THIS AUTHOR

Temp-Log 6 click

0

Temp-Log 6 click is a temperature sensing Click board™, which features the MAX6642, a specifically designed IC, capable of measuring its own die temperature, as well as a temperature at a remote PN junction. This option makes Temp-Log 6 click well-suited for monitoring the temperature of a CPU, GPU or FPGA, where the PN junction is typically a substrate PNP transistor on the die of the measured IC.

[Learn More]

Force click

0

Force click is a mikroBUS™ add-on board with circuitry for implementing Interlink Electronics’ Force Sensing Resistors into your projects (with a single zone force sensing resistor included with the click). The Force Sensing Resistor is a thin sensor made of two membranes that are separated by a spacer around the edges.

[Learn More]

I2C MUX 2 click

0

I2C MUX 2 Click is a quad bidirectional translating I2C and SMBus switch with reset and interrupt functions, intended for applications with I2C slave address conflicts. It features a quad bidirectional translating switch controlled via the I2C bus, labeled as TCA9545A from Texas Instruments. Four interrupt inputs (INT3–INT0), one for each of the downstream pairs, are provided on click board. One interrupt (INT) output acts as an AND of the four interrupt inputs.

[Learn More]