3G/GSM/GPRS/GPS TTL MODEM-SIM5360E

RhydoLABZ’s SIM5360E 3G/GSM/GPRS TTL UART Modem series is Dual-Band UMTS/HSDPA/HSUPA/HSPA+ and Quad-Band GSM/GPRS/EDGE module solution in a SMT type which supports HSPA+ up to 14.4Mbps for downlink data transfer.supports 3G network and combines GPS technology for satellite navigation. Besides, it also supports A-GPS that available for indoor localization.and it also supports for eCALL.The module is controlled by AT command via UART and supports 3.3V and 5V logical level. The Modem is coming with selectable interfacing voltage,which allows you to connect 5V & 3V3 microcontroller directly without any level conversion chips. The baud rate is configurable from 9600-115200 through AT command. The GSM/GPRS Modem is having internal TCP/IP stack to enable you to connect with internet via GPRS. It is suitable for SMS, Voice as well as DATA transfer application in M2M interface.

This modem can operate at both TTL 3.3V and 5V Logic Level  hence making it suitable for controllers at 5V logic level (PIC, AVR) as well as for 3.3V controllers like ARM based controllers and while interfacing depending upon the controller’s logic level we should give appropriate voltage to the V_interface pin of the modem like 3.3V or 5V(should be in the range 2.5-6V) and power the modem with supply range(5V-12V).

FEATURES
  • Quad-band GSM/GPRS/EDGE 850/900/1800/1900MHz.
  • Dual-Band UMTS//HSPA+ 900/2100MHz.
  • HSPA+: Max. 14.4Mbps(DL), Max. 5.76Mbps(UL).
  • WCDMA: Max. 384Kbps(DL), Max. 384Kbps(UL).
  • GPRS multi-slot class 12, Max. 85.6Kbps(DL), Max. 85.6Kbps(UL).
  • EDGE multi-slot class 12, Max. 236.8Kbps(DL), Max. 236.8Kbps(UL).
  • Controlled by AT Commands.
  • Supports Real Time Clock.
  • Supply voltage range 5V ~ 12V.
  • Supports for eCALL.
  • Integrated GPS/CNSS and supports A-GPS.
  • Supports 3.0V to 5.0V logic level.
  • Low power consumption, 1mA in sleep mode.
  • Supports GPS NMEA protocol.
  • Standard Micro SIM Card.
  • Firmware update via USB.
  • Normal operation temperature: -30°C to +80°C.
GSM/GPRS SPECIFICATION

PIN DIAGRAM

PIN  DETAILS
K4 RMC CONNECTOR

K5 RMC CONNECTOR
K9 RMC CONNECTOR
K10

K11

K12
K2,K3,K6,K8,K13

LAYOUT

GETTING STARTED
  • Insert an unlocked Micro Sim card to SIM card holder. 8 pin holder for Micro SIM card is provided on the modem.
  • Connect  GSM Antenna to the modem.
  • Connect serial cable to the modem.
  • Give power supply in between  4.5V to 12V through the power jack provided.
  • Default factory Baud rate is 115200.
  • When the modem is successfully powered-up, the Red LED on the modem (PWR) will be ON, the STS LED(GREEN) will light after 1-2 seconds and the NET LED(BLUE) will blink every second. After the Modem registers in the network (takes between 10-60 seconds), this LED will blink in step of 3 seconds.
LED STATUS DESCRIPTION

The Network LED indicates the various status of GSM module eg. Power on, Network registration & GPRS connectivity. When the modem is powered up, this NETWORK LED will be on. After the Modem registers in the network (takes between 10-60 seconds), this LED will blink every seconds. At this stage you can start using Modem for your application,showing that modem is registered with the network

How to Test?
Check your GSM/GPRS Modem Using DOCKLIGHT in PC:
  • you need RS232 – TTL (5V) Converter or you can use FTDI Basic Breakout – 5V for making a connection between 3G/GSM/GPRS/GPS  TTL UART  MODEM- SIM5360E and PC.
  • Before making connection with the system you should give external supply to the modem (4.5V-12V DC) and make the ground of this supply common with GND of modem and the converter.This should be done because we cannot power the modem from the USB supply as normal operation of the modem requires a minimum current of 590 mA so its better to use a power source with 1-2A current rating.
  • Firstly install a virtual serial port loading on the computer FT232RL drivers. Once the drivers are installed, connect the modem, with USB/mini-USB cable, and wait while it is found and that mean drivers are actually installed.
  • The connection details and interfacing requirements of rhydoLABZ 3G/GSM/GPRS/GPS TTL UART MODEM- SIM5360E with rhydoLABZ FTDI Basic Breakout-5V is as shown below

    • Connections should be like below :
      1. TX(modem)-RX(converter TTL)
      2. RX(modem)-TX(converter TTL)
      3. V-INT(Modem)-PWR(converter)
      4. Make ground (GND-GND)common.
    • Many embedded devices communicate over the serial port connection as most modern computers lack a hardware serial port;USB adaptors are used to convert USB data to standard serial port data and vice versa.
    • Once you are done with all these procedures, choose the appropriate COM port that got assigned to the USB in your system by looking into the device manager like as shown below.

    • select the serial software Hyper Terminal and Enter the name(any).

    • Select the appropriate COM port(Check it on device manager).Set the baudrate  which should be115200(default), parity none ,data bits 8 and stop bit 1 and flow control can also be kept as none.
    • Now let’s try to check our Modem with AT commands for that we need to send following AT commands to Modem as shown  below.


    The above shown command :

    1. AT command (followed by enter) after “OK” response, this signifies that our Modem is working properly.
    2. ATE0 command (followed by enter) is being sent to stop the echo.
    3. AT+CREG? (followed by enter) is being used to check whether the SIM got registered or not

    Sending a text message from PC using AT Commands and hyper terminal

    Now next let’s send a message using rhydolabz 3G/GSM/GPRS/GPS TTL UART MODEM- SIM5360E. For sending message we need to first send related AT commands to initialize the modem to send a message.


    • The AT+CMGF=1 command (followed by enter) sets the GSM Modem in SMS text mode.
    • AT+CMGS=<number>followed by enter gives<CR><write message><Ctrl+z>
      <CR> represents the carriage return character.
      <Ctrl+z>When you finish entering the SMS message body, you have to enter the <Ctrl+z> character to mark the end of the SMS message body.
      +CMGS: x and OK; where x = “current number of sent SMS messages”

     

    Receiving a text message in Modem and displaying in hyper terminal.

    Now let’s receive a message using rhydolabz 3G/GSM/GPRS/GPS TTL SIM5360E.For receiving message we need to first send related AT commands to initialize the modem.

    • AT+CNMI=2,1,0,0,0 command (followed by enter) set the modem to indicate received messages with +CMTI response indicates that new message has been received and shows location number of last received message  in above figure it is shown by number ’9′.
    • AT+CMGR=<index> :<index>integer type; value in the range of location numbers supported by the associated memory and gives +CMGR response which includes status i.e “REC UNREAD” Received unread messages, Sender’s number,date, time and received message.

    Receiving GPS location from Modem using AT Commands

  • AT+CGPSNMEA is used  to  configure NMEA output sentences .AT+CGPSNMEA=511(followed by enter)  gives “OK” response .511  will allow all NMEA data output from Debug UART.
  • AT+CGPSHOT is used to hot start GPS session.AT+CGPSHOT(followed by enter)  gives “OK” response.
  • AT+CGPSINFOCFG =10,31 (followed by enter)  gives “OK” response.10 second  is used to report  NMEA sentence. 31 is used to set the whole  NMEA sentence bit(s).
Testing of SD card

 

  • AT+FSCD=C: command is used to select the C drive(By default the module is in C drive).
  • AT+FSCD=D: command to select D drive if SD card is not inserted the command will respond EROOR
  • AT+FSMEM this command shows the total size and used size of internal memory and SD card (if SD card is not inserted it shows only C drive).

 

Test with PIC16F877A
  • Sample code shows how we can send a message using PIC interfacing  with modem.

 Test  with Arduino
  • Sample code shows how we can send a message using arduino interfacing  with modem.

NOTE: If you have any problem while using normal UART pins in Arduino boards use software serial.

  • Sample code for sending SMS using software serial pins in Arduino.In this code pin 2 is Rx and 3 is TX.

 

RESOURCES
HOW TO BUY

Leave a Reply