background image

Attach the SIM7600G-H 4G for Jetson Nano (SIM7600 hereafter) on 40PIN GPIO of Jetson Nano.
Inset the USB connector, connect the micro USB interface of SIM7600 to Jetson Nano

-If you want to communicate SIM7600 via Serial port, you can also turn the DIP switcher into

ON
Connect MAIN antenna and the GPS antenna

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 && sudo udevadm trigger
sudo apt-get install minicom

Note: you should replace your_user_name with the actual user name.

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: