The following documentation describes how to configure the required applications
Info |
---|
Getestet auf Raspberry Pi4 mit Raspberry Pi OS (64-Bit und 32-Bit) von 04.07.2024 |
Note |
---|
Noch nicht getestet ob vor Konfiguration mit AT Commands notwendig |
…Step 1: Read which USB port Linux has indicated on the flash drive.
Code Block |
---|
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
Code Block |
---|
sudo nmcli connection add type gsm ifname ttyUSB2 con-name mymodem apn test.iot.de |
Step: 4: Connect to the mobile network
Code Block |
---|
sudo nmcli connection up id mymodem.autoconnect yes |
Step 5: 3: Restart operating system
Code Block |
---|
sudo reboot |
Step 9: Wait of Attach4: Wait for connection
USB Connect LPWA lights up red continuously if no connection can be established. The LED lights up alternately red and green. A longer red light phase indicates that a connection is being established. If the LED lights up green for longer, the connection has been successfully established. Connection can take up to 15 minutes