SIMcom A7670c LTE Module with UART

Posted

in

by

This module can be used with Indian 4G bands. This means it can be used with Vodafone, Airtel or Jio networks.

This module comes preconfigured with AT commands.

The module offers UART to issue commands.

Since the communication speed is really high so the 3.3V and 5V UART lines can not be used for communication with the board.

The company offers technical documents on hardware design for the UART.

Here is the circuit I am using for converting the 1.8V to 5V using the BC547 NPN BJT transistor.

I connected the UART on the module to a USB-to-Serial convertor.

I can then use AT commands to control the module functions like call, SMS, data etc.

Here is the basic AT commands

  • For making calls,SMS or data etc from the module you will need a Registered SIM card
  • For making calls from module
    ATDxxxxxxxxxx;
    x’s are your telephone number
    semi colon must be inserted at the end
  • For issuing DTMF tones
    AT+VTS=[number],[duration]
    Example: DTMF tone for digit 8
    AT+VTS=8,500
  • For Receiving Incoming Calls
    ATA
  • For Disconeccting On-going call
    AT+CVHU=0
    ATH
  • For Sending SMS
    AT+CMGF=1
    AT+CMGF=”+[country ISD code][Mobile number]”
    after sending the above commands you can send your message.
    At the end of your message you need to send number 26 (hex 1A) to mark the end of your message.

Comments

4 responses to “SIMcom A7670c LTE Module with UART”

  1. PHANI KUMAR GADDAM Avatar
    PHANI KUMAR GADDAM

    Hi, I have bought the same G4 LTE A7670C Module from India to UK. However, it is not working in the UK. But the specification tells it work on 900 & 1800 MHZ.
    In Uk I have tried with Vodafone, Lebara, Giffgaff mobile sims. This sim frequencies are 900 & 1800 MHZ. But it is not working. Kindly advice
    phanikumarg@yahoo.com

    1. Abhay Kant Avatar

      Sir,
      I have used this module with the “Reliance JIO 4G” Sim card. and it is working alright in India.

      1. Adithyakrishna V Avatar
        Adithyakrishna V

        can you please send me the code

  2. oommen c Avatar
    oommen c

    Is Arduino library available for this module

Leave a Reply

Your email address will not be published. Required fields are marked *