PCIe TO 5G HAT+

From Waveshare Wiki
Jump to: navigation, search
PCIe TO 5G HAT+
PCIe TO 5G HAT+.jpg

PCIe TO 5G M.2
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Overview

Introduction

PCIe to 5G M.2 adapter plate is designed specifically for Raspberry Pi 5, compatible with 3042/3052 size 5G modules, supporting Gen2 mode and high-speed communication.

Features

  • Support PCIe protocol 5G M.2 interface communication protocol, high-speed communication, low delay.
  • PCI-E x1 Gen2 mode.
  • Only support Raspberry Pi 5.
  • Compatible with 3042 / 3052 sized 5G M.2 communication modules.
  • Onboard operation indicator, PWR indicator normally on when power on; When using SIM8262 series modules, NET indicator blinking when registering the network; and it is normally on when RM5xx series modules are used. It is easy to learn the working status.
  • HAT+ design, with onboard EEPROM chip.
  • Onboard power monitoring chip, real-time monitoring the working status of 5G modules.
  • Reserve fan vent and the mounting holes to reserve air ducts for PI5 fans, increase air flow and reduce module temperature.

Dimensions

PCIe TO 5G HAT+ Dim.jpg

Module User Manuals

How to Use

Hardware Connection

  • Please pay attention to the cable direction, as shown below:

PCIe TO 5G HAT+ Hard22.png

Antenna Installation

  • The 5G PCBA antenna with this product can be installed through the accessory screw pack, and the Top Installation method is recommended.

PCIe to 5g HAT+ Ante22.png

DIP Switch Control

The onboard module power switch and reset function

The dip switch is connected to GPIO5 and GPIO6 of Raspberry Pi. By opening the dip switch, you can control the module's reset and power functions via the Raspberry Pi.
In the default setting, please open the RST of the dip switch and close the PWR switch. You can use a script to restart the module when the Raspberry Pi restarts to ensure proper loading of the module's PCIe interface.
PCIe TO 5G HAT+ DIP.png

Reset or Power ON/OFF Module with Code

Control GPIO pin with the python gpiozero library, the actual time required for the level switch needs to be adjusted according to the timing sequence of module power on/off and restart.

import subprocess
from gpiozero import LED
import time
# led = LED(5) #Ctl On/off 
led = LED(6) # Ctl Restart
led.on()
time.sleep(0.5)
led.off()

Update Kernel

1. Copy the following commands for one-key upgrade (5~10 minutes required), and the command has settled module reset issue. Then, you can turn on the SIP and turn off the PWR of the dip switch.

wget -O - https://files.waveshare.com/wiki/PCIe-TO-5G-HAT%2B/install.sh | sudo bash

2. After the Raspberry Pi auto reset, you can view the kernel information.

uname --all
PCIe TO 5G HAT+ Kernel.png

Modify Module Modes

  1. Connect the module to the Windows PC with one TYPE-C To USB cable (you may need to install the driver, refer to #Resources, and select the appropriate driver file to install according to the corresponding module).
  2. Use serial port assistant to open the module AT port.

SIM8262XX

  • Modify the module to PCIe EP mode:
AT+CPCIEMODE=EP
at+cusbcfg=usbid,1e0e,9001

RM5xxx Series Module

  • Modify the module to PCIe EP mode:
AT+QCFG="data_interface",1,0
AT+QCFG="pcie/mode",0
AT+QCFG="usbnet",2

Dial-up Internet Test

Modify the Raspberry Pi kernel and the module PCIe mode, then reboot the Raspberry Pi or reboot with power off.
Input lspci to view PCIe device loading status.

PCIe TO 5G HAT+ DialP2.png

Use the Dial-up Tool to Dial up the Internet

sudo waveshare-CM

PCIe TO 5G HAT+ DIP2.png

Power Monitoring

  • Onboard INA219 chip can detect voltage and current, convenient for monitoring the status of the device, monitoring the 5V voltage input status (not 3.3V).
  • Default I2C address 0x40, the address can be modified through the back resistor to support the stacking of different expansion boards.

Demo:

wget https://files.waveshare.com/wiki/PCIe-TO-5G-HAT%2B/PCIe_TO_M.2_HAT%2B.zip
unzip -o PCIe_TO_M.2_HAT+.zip -d ./PCIe_TO_M.2_HAT+
cd PCIe_TO_M.2_HAT+
sudo python INA219.py
PCIe TO M.2 HAT+ W 8.png

Openwrt System Porting

Currently running the OpenWrt operating system on Raspberry Pi 5 is experimental to some extent.

Sample Image

Dial-up Test

Use the following dial-up tools to access the network:

waveshare-CM

PCIe TO 5G HAT+ Sample.png

Windows Network Access

To use this product to access Windows and the Internet, you need to set the module to USB mode and use the Type-C port on the board to access windows

Related commands

SIM8262XX Series Modules

Connect it with serial port tool, and switch the module mode as auto dial-up.

at+cusbcfg=usbid,1e0e,9011

RM5xxx Series Modules

Modify the data channel of the module as USB:

AT+QCFG="data_interface",0,0
AT+QCFG="usbnet",2

PCIe TO 5G HAT+ Windows.jpg

Resource

Datasheet

INA219

SIM8262 Series Module

For more resources about the SIM8262E-M2 module, you can refer to SIMCom website

RM5xx Series Module

Drivers

SIM8262 Series Modules

RM5xx Series Modules

FAQ

 Answer:

The packaged kernel files provided are only compatible with the latest Raspberry OS. If you need PCIe driver support for Ubuntu system image or other Linux distributions, please contact our technical support engineer.

{{{5}}}


 Answer:

This situation is closely related to the boot time of the module and the loading time of the driver, in the self-boot code you should properly modify to slow load the driver delay, here set to 6 seconds!

sudo nano /boot/firmware/overlays/gpio6_before_reboot.dtb.py

PCIe TO 5G HAT+ FAQ.png

{{{5}}}


 Answer:

This situation might occur due to a Raspberry Pi DNS server error. In this case, manual DNS settings are required.

{{{5}}}


 Answer:

First of all, it is important to understand the lab data and the actual data, in reality, due to the lack of base stations, signal coverage is not good, 5G coverage bugs are also more, the network speed may not always reach the peak. Under normal circumstances, 4G upload speed stabilized at 20-40Mbps, 5G upload speed stabilized at 100Mbps (fewer people or nearer to the base station, the faster the speed).

{{{5}}}


 Answer:

It may be switched to SIM 2, please use the following command to switch to SIM 1:

AT+SMSIMCFG=1,1

To switch to SIM2, use the following command: (some HATs have SIM2):

AT+SMSIMCFG=1,2

If it still doesn't work, consider that Airplane Mode is on, use the following command to turn off Airplane Mode:

AT+CFUN=1

{{{5}}}


 Answer:
  • If only the socket is detached, replacing it should suffice.
  • However, if the copper foil is also detached, typically it cannot be repaired.
  • When removing it, ensure balanced force by gently rocking it left and right; avoid pulling forcefully.
  • IPEX Generation 4 sockets are relatively fragile, so handle them with extra care during use.

{{{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)