Getestet auf Raspberry Pi4 mit Raspberry Pi OS (64-Bit und 32-Bit) von 04.07.2024
Noch nicht getestet ob vor Konfiguration mit AT Commands notwendig
…
pi@raspberrypi:~ $ nmcli device show GENERAL.DEVICE: ttyUSB2 GENERAL.TYPE: gsm GENERAL.HWADDR: (unknown) GENERAL.MTU: 1500 GENERAL.STATE: 100 (connected)
…
sudo nmcli connection add type gsm ifname ttyUSB2 con-name mymodem apn vgesace.nb.iot sudo nmcli connection up id mymodem sudo reboot
Step 3: Set up your mobile network by changing the APN address to your own.
sudo nmcli connection add type gsm ifname ttyUSB2 con-name mymodem apn test.iot.de
Step: 4: Connect to the mobile network
sudo nmcli connection up id mymodem
Step 5: Restart operating system
sudo reboot
Step 9: Wait of Attach