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 (136650 times)
  2. FAT32 Library (69863 times)
  3. Network Ethernet Library (55899 times)
  4. USB Device Library (46243 times)
  5. Network WiFi Library (41869 times)
  6. FT800 Library (41106 times)
  7. GSM click (28959 times)
  8. PID Library (26403 times)
  9. mikroSDK (26324 times)
  10. microSD click (25340 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

GSM click

Rating:

0

Author: MIKROE

Last Updated: 2018-01-21

Package Version: 1.0.0.1

mikroSDK Library: 1.0.0.0

Category: GSM/LTE

Downloaded: 28959 times

Followed by: 4 users

License: MIT license  

GSM click is the easiest way to add GSM/GPRS communication to your device. The click features Telit's GL865-QUAD. GSM click runs either on 3.3V or 5V power supply and communicates with the target microcontroller via UART interface.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "GSM click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "GSM click" changes.

Do you want to report abuse regarding "GSM click".

  • mikroSDK Library 2.0.0.0
  • Comments (5)
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

GSM click

GSM click

Native view of the GSM click board.

View full image
GSM click

GSM click

Front and back view of the GSM click board.

View full image

Library Description

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

Key functions:

gsm_cmdSingle - Sends a provided command to the module.

gsm_setHandler - Handler assignation to the provided command.

gsm_modulePower - Turns on the module.

Examples Description

The example demo application waits for the cal, and after the call is received the parser will get hang up.

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

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

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

Along with the demo application, timer initialization functions are provided. Note that the 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.

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

Let's make - Voice Controlled Lights

0

This simple how-to, shows you how to make voice activated switch with help of SpeakUP click (in standalone mode) and Relay click.

[Learn More]

V to Hz 3 click

0

V to Hz 3 Click is a compact add-on board that converts an analog voltage input signal into a specific frequency pulse wave signal. This board features the AD7740, an ultrasmall synchronous voltage-to-frequency converter from Analog Devices. The AD7740 has a linear response, so applying a voltage from 3V up to 5V on its VIN terminal will generate the pulse with a frequency linearly proportional to the input voltage. It contains an integrated 2.5V bandgap reference defining the span of the VFC and can be overdriven using an external reference. The full-scale output frequency is synchronous with the input clock signal provided by the LTC6903 programmable oscillator, with a maximum input frequency of 1MHz. Based on the analog input value, the output frequency goes from 10% to 90% of the input frequency.

[Learn More]

Thermo 2 click

0

THERMO 2 click carries DS1825, a programmable resolution digital thermometer IC with a unique 64-bit address. The click is designed to run on a 3.3V power supply. The board communicates with the target microcontroller through a 1-wire interface. Using the onboard jumper you can select between two outputs: GP1 (default mikroBUS™ AN pin), and GPO (default PWM pin).

[Learn More]