Newbie here,
I'm trying to set this up using an Rpi3 and a Hologram NOVA:
https://hologram.io/products/nova/
Hologram provides a guide on connecting it to the Rpi, which I have done successfully and verified that it does connect to the internet.
UAVcast-Pro recognizes it but I've tried many different config options and the closest I get is:
`Initializing Modem...
error: couldn't find sim at '/org/freedesktop/ModemManager1/SIM/0'
New Profile Created
error: couldn't find sim at '/org/freedesktop/ModemManager1/SIM/0'
Connection 'UAVcast' (redacted) successfully added.
error: couldn't find sim at '/org/freedesktop/ModemManager1/SIM/0'
Starting Modem-Managererror: couldn't find sim at '/org/freedesktop/ModemManager1/SIM/0'
Here's the modem info reported by UAVcast:
`org/freedesktop/ModemManager1/Modem/0 (device id 'redacted')
Hardware | manufacturer: 'u-blox'
| model: 'SARA-R410M-02B'
| revision: 'L0.0.00.00.05.08 1 [Apr 17 2019 19:34:02]'
| supported: 'lte'
| current: 'lte'
| equipment id: '########'
System | device: '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3'
| drivers: 'option1, qmi_wwan'
| plugin: 'Generic'
| primary port: 'cdc-wdm0'
| ports: 'ttyUSB0 (qcdm), ttyUSB1 (at), cdc-wdm0 (qmi), wwan0 (net)'
Numbers | own : 'unknown'
Status | lock: 'unknown'
| unlock retries: 'unknown'
| state: 'failed'
| failed reason: 'sim-missing'
| power state: 'unknown'
| access tech: 'unknown'
| signal quality: '0' (cached)
Modes | supported: 'allowed: 4g; preferred: none'
| current: 'allowed: any; preferred: none'
Bands | supported: 'unknown'
| current: 'unknown'
IP | supported: 'ipv4, ipv6, ipv4v6'
SIM | path: 'none'
Bearers | paths: 'none'
`
Any insight would be greatly appreciated!
William