RM520N-GL 5G for Jetson Orin

From Waveshare Wiki
Jump to: navigation, search
SIM8260G-M2
RM520N-GL 5G for Jetson Nano

Jetson Orin 5G/4G/3G/GNSS, USB3.1
SIM826E-M2
SIM8200EA-M2 5G HAT

Jetson Orin 5G/4G/3G/GNSS, USB3.1
RM520N-GL
SIM8202G-M2 5G HAT

Jetson Orin 5G/4G/3G/GNSS, USB3.1
SIM7600G-H-M.2
FM650-CN-5G-for-Jetson-Nano

Jetson Orin 5G/4G/3G/GNSS, USB3.1
{{{name5}}}

{{{name6}}}

Overview

Features

  • Based on Qualcomm X62 platform, support 5G NSA and SA networking, support multi-mode & multi-band
  • Multi-constellation dual-band positioning: GPS, Beidou, Glonass, Galileo, and QZSS
  • USB 3.1 port (USB 2.0 compatible) for connecting to Jetson Nano, PC or Raspberry Pi to enable high speed 5G communication
  • Onboard M.2 B KEY standard interface and pin definition switches, compatible with optional RM520N-GL / RM530N-GL / RM500U-CNV / EM060K-GL series modules
  • Onboard 4x SMA to IPEX antenna adapter interfaces, convenient for connecting antennas
  • Reserved UART solder pad interface for easy data transmission and other functions with some modules
  • Onboard 1 Nano SIM card slot and 1 eSIM card slot packaged as QFN-8 (5 × 6), dual SIM single standby, can be enabled via AT commands
  • Onboard power supply switch, reset button and LED indicator, easy to turn on/off the module and monitor the operating status
  • High-efficiency power supply circuit, up to 3A output current


Onboard Resources

RM520-orin-nano.png

Item Description
① USB3.1 port USB 2.0 compatible, for connecting with different hosts
② M.2 interface Compatible with most SIMCom and QUECTEL 4G/5G modules in M.2 form factor
③ USB Type-C port 5V 3A input, stable and flexible power supply
④ Reset switch One-click reset
⑤ Module fixing holes Supports 3042 / 3052 package modules
⑥ Antenna interface Onboard four antennas
⑦ Module settings switch

Switch A to ON for SIM7600X / A7906X / SIM7906X / SIM7912X series 4G M.2 modules
Switch B to ON for SIM8202X / SIM8200EA / SIM8262X / SIM8260X series 5G M.2 modules
Switch C to ON for RM520N-GL / RM530X / EM06X series 5G / LTE-A M.2 modules

⑧ Power supply switch

When set to USB, the module is powered via the "① USB3.1 port"
When set to EXT PWR, the module is powered by the external power supply via the "③ USB Type-C port"

⑨ LED indicators Convenient to check the operating status of the module
⑩ Audio interface The SIM82XX and SIM7600X series support audio function, which is not currently supported by the RM5XX series
⑪ eSIM card slot Package QFN-8 (5 × 6), selectable via AT command configuration
⑫ Nano SIM card slots Onboard dual SIM card slots, dual card single standby
⑬ Level conversion circuit Used for compatibility between different voltage logic, ensuring stable operation of peripheral interfaces
⑭ Reserved UART and audio interface pads Convenient for users to expand debugging and external audio connection
⑮ Mounting hole Install with screws to Jetson Orin
⑯ Audio driver circuit Provides amplification and processing capabilities for audio output and input
⑰ Power circuit Provides stable power supply for the entire board and modules, supports current protection and voltage stabilization functions
⑱ Fan interface Can be used to connect to a 5V cooling fan


Test Description

Common AT Commands for Quectel Modules

SSCOM Serial Port Assistant AT Command Sending and Receiving Test
Command Description Return
AT AT Test Command OK
ATE ATE1 sets echo
ATE0 closes echo
OK
AT+CGMI Query module manufacturer OK
AT+CGMM Query module model OK
AT+CGSN Query product serial number (IMEI) OK
AT+CSUB Query module version and chip OK
AT+QGMR Query the firmware version serial number OK
AT+IPR? Set the module hardware serial port baud rate +IPR:
OK
AT+CFUN=1,1 Reset module OK
AT+QUIMSLOT? Query SIM card selection:
Return 1, select SIM card 1;
Return 2, select SIM card 2
+QUIMSLOT: 1/2
OK
AT+CPIN? Query the status of the SIM card, return READY, the SIM card can be recognized normally +CPIN: READY
AT+COPS? Query the current operator, the operator information will be returned after normal networking +COPS:
OK
AT+CEREG? Query network registration status +CEREG:
OK
AT+C5GREG? Query 5G network registration status +C5GREG:
OK
AT+QENG="servingcell" Query UE system information
AT+QNWPREFCFG="mode_pref",AUTO Automatic network mode OK
AT+QNWPREFCFG="mode_pref",NR5G Prioritize 5G network OK
AT+QNWPREFCFG="nr5g_band",79 Fixed N79 band OK
AT+QNWPREFCFG="mode_pref",LTE Prioritize 4G network OK
For more details on AT commands, please refer to: Quectel_RM520N Series AT Commands Manual
For serial port debugging assistant, you can choose: SSCOM or QCOM

Working with Jetson Nano

RM520N-GL 5G HAT is a 5G expansion board designed specifically for Raspberry Pi, which you can connect to a Raspberry Pi 4B/3B+/3B, or a CM4 board. But note that the kit includes a metal case, which is only suitable for the Raspberry Pi 4B motherboard. Below, we will gradually use the RM520N-GL module step by step from several aspects, including hardware connection, software settings, 5G network dial-up internet access, GNSS positioning, and programming control.

Hardware Connection

Hardware Preparation

  • 5G SIM card x 1 (5G function must be enabled)
  • RM520N-GL 5G for Jetson Orin × 1

RM520N-GL-5G-for-Jetson-Orin-on.png

  • Connect the RM520N-GL 5G for Jetson Orin to the host using a dual-headed USB 3.0 data cable or a USB 3.0 adapter, as shown in the figure:

Load USB Device Descriptor

To identify the module and add the VID and PID information of the module to the file [kernel].

  • Check the VID and PID of RM520N-GL:
lsusb

Rm520-lsusb.png

  • Add VID and PID:
sudo su
sudo modprobe option
sudo sh -c 'echo "2c7c 0801" > /sys/bus/usb-serial/drivers/option1/new_id'

After successfully adding the PID and restarting Jetson nano, enter the following command in the command line interface to display five device symbols USB0-USB4

ls /dev/ttyUSB*

RM500U-Jetson1 (2).png

RNDIS Dail-up

  • Open minicom
sudo apt-get install minicom
sudo minicom -D /dev/ttyUSB2
  • Send the following command RNDIS dial-up in minicom
AT+CPIN?
AT+QCFG="usbnet",3
AT+CFUN=1,1

RM500U-Jetson1 (3).png

  • After rebooting the module, the NET light is on. The following commands are for checking the network status (optional).
AT+QENG="servingcell"
  • The following commands are for getting IP and setting DNS:
sudo dhclient -v usb1
sudo apt-get install udhcpc
sudo udhcpc -i usb1
sudo route add -net 0.0.0.0 usb1
  • After dialing, you can see that usb1 gets the ip through the following command:
ip route

RM500U-Jetson1 (4).png

  • Test usb1 networking status
 ping -I usb1 www.baidu.com

RM500U-Jetson5.png


Working with Windows

The RM520N-GL 5G HAT can also be directly connected via a USB cable to link the module's USB 3.0 interface with the USB 3.0 interface of a Windows computer. Additionally, an external 5V power supply needs to be connected to the EXT PWR interface on the board to ensure sufficient 5G communication power. The connection result is similar to the following image:
RM520N-GL-5G-for-Jetson-Orin-windows.png

The demonstration image above does not have an external 5V power supply. To ensure the 5G module has sufficient power, a 5V power supply must be connected to the EXT PWR interface on the expansion board, and the switch must be set to EXT PWR power supply modewarn

Install Driver

  • After connecting the 5G HAT to the computer via a dual-headed USB3.0 data cable, a list of devices without installed drivers appeared under Other devices, similar to the following:

RM500U-driver-manager.png

  • Install Windows-related drivers:

Method 1: Install Manually

Good compatibility, suitable for various modes
  • Download RM5X0 driver file
  • Ensure that the module has been properly powered on → Open Device Manager → Other Devices → "the outermost folder after driver decompression" → Update driver → Browse my computer to find driver files → Select the path where the driver files are stored based on the system ->Installation complete.
  • For more detailed steps, please refer to RM5X0 driver installation video

Method 2: Automatic Installation

Different modes require different drivers. Here, we take the installation of NDIS drivers as an example. If you need to install a driver for another mode later, you must first uninstall the NDIS driver to avoid driver conflicts

Download RM520N-GL Windows NDIS driver

  • Click on setup.exe to install the driver, and after installation, the device manager will generate an unknown device similar to the figure below (taking RM500U as an example):

RM500U-driver-finish.png

MBIM Dail-up

RM520N-GL series also can choose MBIM to surf the Internet, as shown below:

  • Open RM520N-GL AT port, and send the following command to dial up:
AT+QENG="servingcell"
AT+QCFG="usbnet",2
AT+CFUN=1,1
  • After dialing and restarting, the mobile network card appears on the computer network connection interface, and the dialing is successful.

RM500U-MIBM.png

Networking Speed Test

RM50XQ Networking speed test
  • Install the testing software. You can choose to download and install speed testing software on your own.

About Measurement Speed

Due to many inconsistencies between actual and laboratory conditions, the 5G speed cannot be ideally maintained at 100MBPS. The following points:

  • Base station distance, the closer you are to the 5G base station, the better the signal and the faster the speed;
  • Base station load, the fewer people use, the faster the speed will be, and the commute will be slower during peak hours;
  • Number of base stations: Due to the spectrum relationship, the same amount of 4G coverage requires double the number of 5G base stations
  • Operator: You need to confirm whether your 5G card is speed-limited, you can periodically ask the operator to reset your network
  • Indoors are worse than outdoors: building penetration loss and indoor diffraction loss

PS: The current number of base stations still does not have good coverage, and the speed measurement in different locations is not the same.

GNSS Global Positioning

1. Connect the passive GPS antenna to the ANT3 interface of the module, note that place with printed side facing downwards, and place the antenna outdoors in an open area.
2. Then use the AT port to send AT commands:

AT+QGPS=1        // Turn on GPS positioning
AT+QGPSLOC=0     //Get GPS positioning
AT+QGPS=0        //Turn off GPS positioning

RM50XQ-GNSS-01.png
3. Open the NMEA port to receive satellite data:
RM50XQ-GNSS-02.png

For the hardware-related instructions of GNSS antenna interface, please refer to:Quectel_RM520N series hardware design manual

Resources

Software

Driver

Windows Driver

The Windows drivers for the Quectel series modules cannot be installed together, for example, you must first uninstall the MBIM driver before installing the RNDIS driver

Linux Driver

Datasheets

Related Resources

Assembly drawing

FAQ

Software

 Answer:
  • Install Driver using the manual update method for RM500U-CNV, RM500U-CN and other UNISOC modules
  • Install Driver manually for RM520N-GL, RM530N-GL, RM5XXQ and other Qualcomm modules
  • Ensure that the module has been properly powered on ->Open Device Manager ->Other Devices ->"the outermost folder of after driver decompression" ->Update driver ->Browse my computer to find driver files ->Select the path where the driver files are stored based on the system ->Installation complete.

Refer to Driver installation video


 Answer:

Different operators have different APNs, so it's important to distinguish and set them correctly. The configuration steps for some operators are shown below:

*China Mobile: AT+CGDCONT=1,"IPV4V6","CMNET"
*China Unicom: AT+CGDCONT=1,"IPV4V6","3GNET" 	
*China Telecom: AT+CGDCONT=1,"IPV4V6","CTNET"	
*AT&T:  AT+CGDCONT=1,"IPV4V6","PHONE"
*Vodafone: AT+CGDCONT=1,"IPV4V6","portalnmms	
*Add username and password: AT+QICSGP=1,1,"Your_apn"," Username "," Password ",1


 Answer:

There are the following dialing types:

AT+QCFG="usbnet",0 The drive type is NDIS(QMI);
AT+QCFG="usbnet",1 The drive type is ECM;
AT+QCFG="usbnet",2 The drive type is MBIM; (RM5XXQ support)
AT+QCFG="usbnet",3 The drive type is RNDIS;
AT+QCFG="usbnet",5 The drive type is NCM.

Please refer to the following document for detailed instructions:
Network card dial-up user guide


 Answer:
  • No, currently all the cellular modules on the shelves require base station communication
  • Cellular modules are nodes and cannot be used as base stations. They need to bridge communication through base stations and cannot communicate point-to-point
  • For example, the RM500U-CN 5G HAT A module Raspberry Pi dial-up Internet access, after connecting to the base station, you can use TCP, MQTT, email or WeChat to communicate with B Raspberry Pi

{{{5}}}


 Answer:

By default, it is turned off. If support is required, a customized version is needed. If VoLTE functionality is needed, it is recommended to use the SIM8XXX module, which is turned on by default or can be turned off with commands


{{{5}}}


 Answer:

RM520 and other cellular modules that support positioning can support up to 1Hz. If you want faster speeds, you can consider dedicated positioning modules


{{{5}}}


Hardware

 Answer:

Please connect to ANT3, which is the antenna interface for positioning function


 Answer:
  • The RM530N-GL has additional mmWave frequency band, and other functions are the same as those of the RM520N-GL
  • The RM530N-GL currently does not have Verizon or AT&T certification. If you need these certifications, please select RM520N-GL


 Answer:
  • No, it may come into contact with metal cover during storage and transportation, which will not affect its function at all. If you encounter any issues with use, please feel free to contact customer service at any time
  • To ensure the quality of the module, each module is tested before shipment. During the testing process, it is inevitable that the module may be slightly touched, so there may be some traces


 Answer:

The power consumption of 5G is relatively high, and the host's USB port may not provide enough power. Please use a USB double-headed cable to supply adequate power to the module, as shown in the figure:
1200px-USB-USB-PWR.jpg


 Answer:
Dual SIM cards switching demonstration

As RM500U-CN and RM500Q-GL modules support simultaneous access to two SIM cards, dual-card single standby, can be switched to enable one of the SIM cards to work through the AT command:

*SIM card 1 is used by default, you can use the following commands to check:
 AT+CMEE=2
 AT+QUIMSLOT?
*Switch to SIM card 2 using the following command:
 AT+QUIMSLOT=2
*Switch back to SIM card 1 using the following command:
 AT+QUIMSLOT=1
*Query whether the corresponding card slot identifies the SIM card:
 AT+CPIN?

If the corresponding SIM card is still not recognized, consider that the dip switches do not enable the corresponding module, please see if C corresponding dip switches are turned ON:
RM5XXX-DIP-C.png


 Answer:

PCBA has 3D structure file, but the shell does not.

{{{5}}}



 Answer:

There is no sequence, please connect it nearby, align it with the interface and press it in. You can refer to IPEX1-IPEX4 adapter cable installation steps

{{{5}}}


Comprehensive

 Answer:
  • Quectel and Qualcomm

Change the ETH mode

AT+QENG="servingcell"
at+qcfg="pcie/mode",1
at+qcfg="data_interface",1,0
at+qeth="eth_driver","r8125",1
AT+QMAPWAC=1
at+qmap="mpdn_rule",0,1,0,1,1,"FF:FF:FF:FF:FF:FF"
AT+CFUN=1,1

Change back to USB mode

AT+QENG="servingcell"
at+qcfg="pcie/mode",0
at+qcfg="data_interface",0,0
AT+QCFG="usbnet",0
AT+CFUN=1,1
  • Quectel and Unisoc

Set USB+ETH mode (some firmware support, after the configuration is completed, unplug and plug the USB port to enable it), RM500UCNVAAR03A05M2G_01.001.01.001 firmware, and China Unicom mobile phone card as an example to test:

AT+QENG="servingcell"
AT+QCFG="pcie/mode",1
AT+QCFG="ethernet",1
AT+QNETDEVCTL=1,3,1
AT+QCFG="usbnet",3
AT+QCFG="nat",2
AT+CGDCONT=1,"IPV4V6","3gnet"
AT+CFUN=1,1


Set network port mode

AT+QENG="servingcell"
AT+QCFG="pcie/mode",1
AT+QCFG="ethernet",1
AT+QNETDEVCTL=1,3,1
AT+QCFG="usbnet",5
AT+QCFG="ethernet",1
AT+QCFG="nat",0
AT+CFUN=1,1

Change back to USB mode

AT+QENG="servingcell"
AT+QCFG="ethernet",0
at+qcfg="pcie/mode",0
AT+QCFG="usbnet",2
AT+CFUN=1,1


 Answer:

Please use the following command to configure the dial-up mode to a stable routing mode:

AT+QCFG="nat",1


 Answer:
  • It is recommended to replace the SIM cards of different operators. Under the comparative test, the network frequency bands and base station layout supported by different operators are different. Changing the card can also eliminate problems such as card arrears.
  • Check whether the SIM card and antenna are connected, all four antennas must be connected.
  • After confirming that the hardware connection is correct, please use the following AT Log to check the network:
AT+CMEE=2
AT+CPIN?
AT+COPS?
AT+QENG="servingcell"
AT+CGDCONT?
AT+QNWPREFCFG="mode_pref"
AT+C5GREG?

RM1.png



 Answer:
  • We do not guarantee that the modules that have not been verified will be supported, but the following modules have been verified and supported:
Fibocom: FM650-CN FM160-EAU	
SIMCOM: SIM8202G-M2 SIM8262E-M2 SIM8262A-M2
Quectel:  (AA version)RM500U-CNV RM500Q-GL/RM502Q-AE RM520N-GL RM530N-GL
  • The 5G module must be purchased separately; if used with other modules, pin compatibility must be confirmed based on actual testing.
  • This is USB3.0 protocol, not supporting PCIE protocol modules, such as most WIFI modules. The FM350 series is a custom module for a certain brand's computer and does not support it either.


 Answer:
RM500U-CN: based on Unisoc platform
RM500Q-GLbased on the Qualcomm platform, supports GNSS positioning, mainly for China
RM500Q-AE/RM502Q-AE: based on the Qualcomm platform, supports GNSS positioning, mainly for countries and regions except for China.


 Answer:
The 5G module requires a lot of power, especially at the moment of network access; the power supply capacity of the Raspberry Pi is limited, and the 5V (3A) power supply can be connected to the onboard TYPE-C interface.


 Answer:
When using the external power supply, RM500U does not reboot after rebooting the Raspberry Pi, you can use the command to restart RM500U.


 Answer:

Please refer to the following document for detailed instructions:
Network card dial-up user guide


 Answer:

Use the following command to turn on the echo, and press Enter after entering: (Blind typing is required here)

ATE1 



 Answer:
  • Raspberry Pi 2B/zero, with user serial device number ttyAMA0;
ls -l /dev/serial*   
  • You can confirm that serial0 is the selected serial device number with the following command line, as follows:

RM500U-serial.png


 Answer:

The USB power supply capability of the Raspberry Pi is worse than that of the computer. It needs to be connected to an external power supply. Please set the switch to EXT PWR, and connect the HAT interface to a 5V 3A power supply:
EXT PWR.png


 Answer:

Yes, it is a Qualcomm X62 platform like RM520.


 Answer:

Please enable the network port to surf the Internet using the following command:

 AT+GTUSBMODE=36
 AT+GTAUTOCONNECT=1


 Answer:

The Jetson Nano series can be supported, and the hardware structure is tailored for the regular JETSON-NANO-LITE-DEV-KIT. If other Jetson Nano versions are used, the adapter needs to be changed to a dual male adapter cable for connection; If it is Orin Nano, please use the verified Jetpack 6.0 (Ubuntu 22.04) version system, as some system drivers are not supported


 Answer:
  • The USB TO M.2 B KEY does not have a module by default and requires an additional module for use
  • For example, after adding the SIM8262E-M2 module, it supports devices used in Linux and Windows systems. If your router is a Linux system such as OPEnwrt, it is supported
  • Refer to Openwrt router configuration steps


 Answer:
No, IMEI is an inherent attribute of each module, similar to our ID card, and cannot be changed.

{{{5}}}


 Answer:

The PCBA has 3D structure file, but the casing does not.

{{{5}}}


 Answer:

This network port light only serves as a power indicator light and does not function as a network indicator light. It stays on when powered on

{{{5}}}

Support




Technical Support

If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)