Waveshare SIM7600CE-T Quick Start Manual

Waveshare SIM7600CE-T Quick Start Manual

4g modules

Advertisement

SIM7600CE-T/E-H/A-H/G-H 4G Modules
Introduction
4G/3G/2G/GSM/GPRS/GNSS HAT for Raspberry Pi, Based on SIM7600E-H
Overview:
This is a 4G/3G/2G communication and GNSS positioning module designed for Jetson Nano, it
supports global LTE CAT4 up to 150Mbps for downlink data transfer, with pretty low power
consumption.
Just attach it onto the Jetson Nano Developer Kit, easily enable functions like 4G high speed
connection, wireless communication, remote video monitoring, making telephone call, sending
SMS, global positioning, and so on.
Features:
1. 40PIN GPIO extension header for connecting Jetson Nano
2. Supports dial-up, telephone call, SMS, mail, TCP, UDP, DTMF, HTTP, FTP, etc.
3. Supports GPS, BeiDou, Glonass, LBS base station positioning
4. Onboard USB interface, to test AT Commands, get GPS positioning data, and so on
5. Breakout UART control pins, to connect with host boards like Arduino/STM32
6. SIM card slot, supports 1.8V/3V SIM card
7. Onboard 3.5mm audio jack with earphone and mic support, for making telephone call
8. 2x LED indicators, easy to monitor the working status
9. Onboard voltage translator, operating voltage can be configured to 3.3V or 5V via jumper
10. Baudrate: 300bps ~ 4Mbps (default: 115200bps)
11. Autobauding baudrate: 9600bps ~ 115200bps
12. Control via AT commands (3GPP TS 27.007, 27.005, and V.25TER command set)
13. Supports SIM application toolkit: SAT Class 3, GSM 11.14 Release 99, USAT
14. Comes with development resources and manual (examples for Jetson Nano/Raspberry
Pi/Arduino/STM32)
Communications Specifications:
LTE
Band
LTE-TDD
WCDMA
/
TD-SCDMA /
CDMA 2000
UMTS/HSDPA/HSPA+ B1/B2/B4/B5/B6/B8/B19
EDGE
GSM/GPRS
GSM/GPRS/EDGE

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIM7600CE-T and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Waveshare SIM7600CE-T

  • Page 1 SIM7600CE-T/E-H/A-H/G-H 4G Modules Introduction 4G/3G/2G/GSM/GPRS/GNSS HAT for Raspberry Pi, Based on SIM7600E-H Overview: This is a 4G/3G/2G communication and GNSS positioning module designed for Jetson Nano, it supports global LTE CAT4 up to 150Mbps for downlink data transfer, with pretty low power consumption.
  • Page 2: Gnss Specifications

    B34/B38/B39/B40/B 850/900/1800/1900MH LTE-FDD B1/B2/B3/B4/B5/B7 /B12/B13/B18/B19/ B20/B25/B26/B28/B 0.5W@EGSM900 2W@GSM900 Emitting 0.25W power 0.4W@DCS1800 1W@DCS1800 CDMA2000/EVD LTE CAT 4 UMTS TD-SCDMA EDGE GPRS Uplink≤384K Uplink≤236.8kbp Uplink≤50 Mbps Uplink≤128Kbps Uplink≤1.8Mbps Uplink≤85.6kbps Downlink≤38 Downlink≤384K Downlink≤3.1M Downlink≤236.8k Downlink≤85.6k Downlink≤150 Mbps 4Kbps Data Speed TD-HSDPA/HSU HSPA+ Uplink≤5.76 Uplink≤2.2Mbp Mbps...
  • Page 3: Other Specifications

    -Hot starts: <1s Accuracy -Position: <2.5m CEP SMS and Audio Specifications: -Supported types: MT, MO, CB, Text, PDU -Storage: USIM card and ME (default) Audio feature -Supports echo cancellation -Supports noise reduction Other Specifications: Power supply: 5V Operating voltage: 5V/3.3V (configured via jumper) Operating temperature: -30°C ~ 80°C Storage temperature: -45°C ~ 90°C What's on Board:...
  • Page 4: Hardware Connection

    9. 3.5mm earphone/mic jack 10. MAIN antenna connector 11. AUX antenna connector 12. GNSS antenna connector 13. Network status indicator 14. Power indicator 15. UART enable switch: -ON: connect UART ports of SIM7600 and Jetson Nano -OFF: disconnect UART ports of SIM7600 and Jetson Nano 16.
  • Page 5: Software Setup

    Open a terminal and install libraries by the following commands sudo apt-get update sudo apt-get python3-pip sudo pip3 install pyserial mkdir -p ~/Documents/SIM7600X_4G_for_JETSON_NANO wget -P ~/Documents/SIM7600X_4G_for_JETSON_NANO/ https://www.waveshare.com/w/upload/6/64/SIM7600X_4G_for_JETSON_NANO.tar.gz cd ~/Documents/SIM7600X_4G_for_JETSON_NANO/ tar -xvf SIM7600X_4G_for_JETSON_NANO.tar.gz sudo pip3 install Jetson.GPIO sudo groupadd -f -r gpio sudo usermod -a -G gpio your_user_name sudo udevadm control --reload-rules &&...
  • Page 6 Testing Testing with minicom Before you test the SIM7600, you need to intail it with the following commands echo 200 > /sys/class/gpio/export echo out > /sys/class/gpio200/direction echo 1 > /sys/class/gpio200/value echo 0 > /sys/class/gpio200/value Make sure that the NET is blinking normally. Run minicom and type AT commands to test sudo minicom -D /dev/ttyTHS1 -b 115200 If you cannot get response, please check if you have set the DIP switch into ON...
  • Page 7 -Open minicom by command sudo minicom -D /dev/ttyUSB2 Type the following command to check AT+CNMP=38 AT+CSQ AT+CREG? AT+COPS? AT+CPSI? Download driver wget https://www.waveshare.com/w/upload/4/46/Simcom_wwan.zip tar zxvf Simcom_wwan.zip cd Simcom_wwan sudo make Use root permission to install driver sudo su insmod simcom_wwan.ko lsmod dmesg...
  • Page 8 minicom -D /dev/ttyUSB2 AT$QCRMCALL=1,1 Allocate IP apt-get install udhcpc udhcpc -i wwan0 Now you can use 4G network If you get dns error, please fix it by this command route add -net 0.0.0.0 wwan0 Resources Manual  SIM7600X 4G for Jetson Nano Schematic ...
  • Page 9 SIM7600X-H SPEC  SIM7600G-H SPEC  AT Command Manual_V1.08  Application Note SIM7X00 Series_GPIO_Application Note  SIM7X00 Series_SAT_Application Note  SIM7X00 Series_SMS_Application Note  SMS Application notes  SIM7X00 Series_TCPIP_Application Note  SIM7600 Series_HTTP_AT Command Manual  SIM7600 Series_SSL_AT Command Manual ...

This manual is also suitable for:

Sim7600ce-e-hSim7600ce-a-hSim7600ce-g-h

Table of Contents