bartvt Is it possible to use wvdial on linux (RPI) to get the feathers’ LTE link to appear as a standard linux network interface (like for example eth0, eth1, ppp0,…)? If not with wvdial, is there an alternative that does the same?
jaredwolff bartvt I don’t know if there is an official way to do this. I know the serial_lte_modem or the at_client examples may be a good start. Since they’re mostly standard AT commands you may be able to connect to the RPi via the serial pins and use the preexisting AT command infrastructure. Probably some tweaking is necessary to make it al play nice.