background image

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

Python examples

Make sure that all the hardware are connected properly. Start Jetson Nano and open a terminal
AT examples
You should run the following commands to run the codes and type AT commands for testing

cd ~/Documents/SIM7600X_4G_for_JETSON_NANO/AT/
sudo python3 AT.py

GPS examples
Connect the GPS antenna and set the receiver at open place.
You should run the following commands to run the codes to test GPS.

cd ~/Documents/SIM7600X_4G_for_JETSON_NANO/GPS/
sudo python3 GPS.py

PhoneCall examples
Modify the PhoneCall.py file, change the phone number to yours by vi tool and save
Finally use the following command to run the code

cd ~/Documents/SIM7600X_4G_for_JETSON_NANO/PhoneCall/
vi PhoneCall.py #modify the phone number
sudo python3 PhoneCall.py

SMS example
Run the following commands

cd ~/Documents/SIM7600X_4G_for_JETSON_NANO/SMS/
sudo python3 SMS.py

Summary of Contents for SIM7600CE-A-H

Page 1: ...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...

Page 2: ...nk 1 8Mbps Uplink 236 8kbp s Uplink 85 6kbps Downlink 150 Mbps Downlink 38 4Kbps Downlink 384K bps Downlink 3 1M bps Downlink 236 8k bps Downlink 85 6k bps HSPA TD HSDPA HSU PA Uplink 5 76 Mbps Uplink...

Page 3: ...5V 3 3V configured via jumper Operating temperature 30 C 80 C Storage temperature 45 C 90 C What s on Board 1 SIM7600G H 2 NAU8810 audio decoder 3 TXS0108EPWR voltage translator translates 3 3V 5V int...

Page 4: ...h ON connect UART ports of SIM7600 and Jetson Nano OFF disconnect UART ports of SIM7600 and Jetson Nano 16 Operating voltage selection jumper VCC 3 3V set operating voltage as 3 3V VCC 5V set operatin...

Page 5: ...ing 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...

Page 6: ...nal AT examples You should run the following commands to run the codes and type AT commands for testing cd Documents SIM7600X_4G_for_JETSON_NANO AT sudo python3 AT py GPS examples Connect the GPS ante...

Page 7: ...inicom 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 cd wget https www waveshare com w upload 4 46 Simcom_wwan zip...

Page 8: ...y this command route add net 0 0 0 0 wwan0 Resources Manual SIM7600X 4G for Jetson Nano Schematic Demo codes SIM7600 Driver driver for wwan0 Related Instruction Raspberry Pi networked via RNDIS SIM868...

Page 9: ...nd Manual SIM7600 Series_SSL_AT Command Manual SIM7X00 Series_UART_Application Note SIM7X00 Series_GPS_Application Note SIM7600 Series_MQTT_ATC SIM7X00_Audio_Application_Note SIM7600_Sleep Mode_Applic...

Reviews: