Getting Started

This section will lead you step by step to create a cellular connection with the Sixfab 5G Modem Kit

As the Internet of Things (IoT) continues to expand, 5G networks have become the go-to choice for powering next-generation IoT devices that demand high-speed connectivity and low-latency data transfer. And the good news is that connecting your Raspberry Pi device to the 5G network is easier than you might think!

In this guide, we will walk you through the step-by-step process of connecting to a 5G network using Sixfab 5G Modem Kit with Raspberry Pi 5. Whether you're a hobbyist or a professional developer, this guide will provide you with all the information you need to get started with 5G connectivity for your IoT device. By the end of this guide, you'll have a fully functional IoT device that's effortlessly connected to the 5G network, ready for you to start exploring and innovating.

System Requirements

HardwareSoftware
Raspberry Pi 5Raspberry Pi OS
SD Card

If installed, remove the Modem Manager service with the following code:

sudo apt purge modemmanager -y

Establishing a 5G Connection

Follow the steps below to proceed with the installation of the Jumpstart 5G hardware for establishing a 5G connection.

  1. Attach the 40-pin header to the HAT.
  1. Stack with Raspberry Pi 5 as shown using spacer kit.
  1. Connect USB 3.0 Bridge Connector.
  1. Plug in the Nano SIM card (4FF) with 5G support.
  1. Power the kit plugging in the adapters (Pi and HAT).
  1. Set only your APN to connect the device to network.
  • Open the terminal.
    Run the command including your network operator's APN:
  • atcom AT+CGDCONT=1,\"IPV4V6\",\"YOUR_APN\"
    
  • Reset the modem by typing:
  • atcom AT+CFUN=1,1
    

Wait a few minutes for the modem to fully function and a few minutes for network registration.

  1. Test Cellular Internet Connection

Once the internet is active you should see usbX in your internet interface. You can use ifconfig or ipaddr and look for usbX interface.

Now check the assigned IP address and test the connection.

pi@raspberrypi:~ $ ifconfig usb0 usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.225.60 netmask 255.255.255.0 broadcast 192.168.225.255 inet6 fe80::8543:f6a0:e678:2e20 prefixlen 64 scopeid 0x20 ether 4a:aa:f8:62:36:bb txqueuelen 1000 (Ethernet) RX packets 73 bytes 5047 (4.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 100 bytes 15116 (14.7 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pi@raspberrypi:~ $ ping -I usb0 sixfab.com -c 5 PING sixfab.com (104.26.9.221) from 192.168.225.60 usb0: 56(84) bytes of data. 64 bytes from 104.26.9.221 (104.26.9.221): icmp_seq=1 ttl=52 time=209 ms 64 bytes from 104.26.9.221 (104.26.9.221): icmp_seq=2 ttl=52 time=202 ms 64 bytes from 104.26.9.221 (104.26.9.221): icmp_seq=3 ttl=52 time=192 ms 64 bytes from 104.26.9.221 (104.26.9.221): icmp_seq=4 ttl=52 time=193 ms 64 bytes from 104.26.9.221 (104.26.9.221): icmp_seq=5 ttl=52 time=195 ms --- sixfab.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 9ms rtt min/avg/max/mdev = 191.895/198.244/209.463/6.636 ms

Enjoy being connected with Sixfab 5G Modem Kit.

❗️ Warnings

  • 5G uplink and downlink rates depend on the network operator, cell tower, device location, antenna surroundings, and operating system compute load.
  • Do not use other than official Raspberry Pi power supplies or Sixfab power adapters to protect electronics and achieve maximum performance.
  • Do not block the airflow of device to prevent overheating. The cooling fan automatically works with adjusted speed right out of the box. It should be reprogrammed if a fresh OS image has been overwritten to micro SD cards or the script has changed.
  • The device contains highly sensitive electronic circuitry and is an Electrostatic Sensitive Device (ESD). Handling it without proper ESD protection may destroy or damage it permanently.
  • The antenna is located at the top of the device. Please do not put it upside down or place anything nearby the device that could affect the signal.
  • Please use the Sixfab Jumpstart 5G SIM removal tool included to eject the SIM card to avoid damaging the slot.