Usage Example for Arduino-Make a Phone Call

Use Arduino UNO and the Gravity: A6 GSM & GPRS Module to make and answer phone calls via AT commands.

Hardware Preparation

Software Preparation

Connection Diagram

Arduino A6 GSM & GPRS Module Connection

  • TX-Pin10, RX-Pin11
  • Please plug the earphone in the earphone jack, if you want to make a phone call.

Operation Steps

  1. Upload the GSM initialization code (from the previous example) to Arduino UNO.
  2. Open Arduino Serial Monitor (9600bps, Carriage Return).
  3. Send AT commands to control calls:
    • ATD+phone number (e.g., ATD12345678) to initiate a call
    • ATA to answer incoming calls
    • ATH to hang up

Running Results

Aduino A6 GSM & GPRS Module Make a Phone Call

Was this article helpful?

TOP