Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The following documentation describes how to configure the required applications

Getestet auf Raspberry Pi4 mit Raspberry Pi OS (64-Bit und 32-Bit) von 04.07.2024

Step 1: Read which USB port Linux has indicated on the flash drive.

pi@raspberrypi:~ $ nmcli device show
GENERAL.DEVICE:                         ttyUSB2
GENERAL.TYPE:                           gsm
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)

Step 2: Set up your mobile network by changing the APN address and USB port name to your own.

sudo nmcli connection add type gsm ifname ttyUSB2 con-name mymodem apn test.iot.de

Step: 3: Connect to the mobile network

sudo nmcli connection up id mymodem

Step 4: Restart operating system

sudo reboot

Step 5: Wait for connection

  • No labels