vintage_net_mobile v0.2.0 VintageNetMobile.Modem.QuectelEC25 View Source

Quectel EC25 support

The Quectel EC25 is a series of LTE Cat 4 modules. Here's an example configuration:

VintageNet.configure(
  "ppp0",
  %{
    type: VintageNetMobile,
    vintage_net_mobile: %{
      modem: VintageNetMobile.Modem.QuectelEC25,
      service_providers: [%{apn: "wireless.twilio.com"}]
    }
  }
)

If multiple service providers are configured, this implementation only attempts to connect to the first one.

Required Linux kernel options

  • CONFIG_USB_SERIAL=m
  • CONFIG_USB_SERIAL_WWAN=m
  • CONFIG_USB_SERIAL_OPTION=m
  • CONFIG_USB_WDM=m
  • CONFIG_USB_NET_QMI_WWAN=m