1.6 KiB
1.6 KiB
LTE Modem
Please Note: THIS IS AN UNSUPPORTED CONFIG. We are providing notes for others who may need/want LTE setups but you will need to do your own testing and stability tuning.
The below assumes ting as the carrier. You'll need to hunt down your own carriers settings.
Hardware
Hardware we have used / tested in the past.
- GNSS, GLONASS, Galileo, Beidou Antenna
- Quectel EC25
- sixfab Raspberry Pi LTE Base Hat
- SMA antenna pigtails
- LTE blade antennas
- RAK Quectel BG96 IoT LTE Modem
- RAK IoT LTE Modem Raspberry Pi Hat
- PulseLarsen LTE Sticker Antenna
Setup / Configuration
apt update
apt install -y modemmanager
mmcli -S
mmcli -L
mmcli -m 0 # Note the IMEI number (needed for ting activation)
mmcli -i 0 # Note the iccid (needed for ting activation)
mmcli -m 0 -e
# Additional reference : https://help.ting.com/hc/en-us/articles/205428698-GSM-Android-APN-setup-guide
nmcli c add con-name "ting" type gsm ifname "*" apn "wholesale"
nmcli c mod ting connection.autoconnect yes
mmcli -m 0 --location-status
mmcli -m 0 --location-enable-3gpp
mmcli -m 0 --location-enable-gps-nmea
mmcli -m 0 --location-get