TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (348 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 (136225 times)
  2. FAT32 Library (69492 times)
  3. Network Ethernet Library (55711 times)
  4. USB Device Library (45994 times)
  5. Network WiFi Library (41640 times)
  6. FT800 Library (40803 times)
  7. GSM click (28789 times)
  8. PID Library (26333 times)
  9. mikroSDK (26059 times)
  10. microSD click (25146 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
Example

Using GSM2 Click with Arduino UNO

Rating:

0

Author: Jason Collins

Last Updated: 2017-09-16

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: GSM / GPRS

Downloaded: 2181 times

Followed by: 6 users

License: MIT license  

This is a basic example showing how you can use the GSM2 Click board with an Arduino UNO using the standard GSM library that ships with the Arduino.

It is based on some of the sample code that is available in the GSM reference section of the Arduino website www.arduino.cc

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Using GSM2 Click with Arduino UNO" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Using GSM2 Click with Arduino UNO" changes.

Do you want to report abuse regarding "Using GSM2 Click with Arduino UNO".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

This is a basic example showing how you can use the GSM2 Click board with an Arduino UNO using the standard GSM library that ships with the Arduino.  

It is based on some of the sample code that is available in the GSM reference section of the Arduino website www.arduino.cc  

The program simply checks if the modem is powered up - if not it brings it up.

If it suceeds it will read the IMEI and then proceed to try and connect to a network.

When it connects it displays the name of the network and the signal strength.

Finally it goes into an endless loop waiting for a call. If a call is received it will retrieve the calling telephone number, hang up the call and then send the caller an SMS text message to say "I just missed your call"

 

Notes:  

1) The Arduino UNO runs at 5V. By default the GSM2 Click board runs at 3.3V, so you will need to move the Zero Ohm resistor on the GSM2 Click board from the 3.3V position to the 5V position  

2) This example will not run with the MikroElektronika Arduino UNO click shield because the Arduino Library uses different pins to communicate with the modem. I will be posting another article where the pins have been changed to work with the Arduino UNO click shield.

RELATED CODES

Beginners GSM MODULE (Sim900/Sim800/Sim300 SMS WITH LCD OUTPUT Interface example with PIC for learn

0

This example will help you to do lots of project as a part of GSM module can send text & test by GSM tester, Once you learn that ,You can use this code to in next development .100% will work , Special thanks to Mikroc Team to make a nice compiler. If your are a beginners developer, then this program help you improve. Thank you

[Learn More]

SMS Home Alarm 2

5

This is revised SMS Home Alarm System project with new parts and old function - catch the intruder. When motion sensor detects a movement SMS will be sent to predefined number. If movement is still detectable after disarming delay, Siren or any other device can be activated with help of Relay click.

[Learn More]

Gsm Alarm

0

This use dspic 33fj and gm802 module for make a gsm alarm

[Learn More]