koshev-msk / modemfeed

Other
107 stars 63 forks source link

Fibocom FM350 support #15

Closed lrdrdn closed 9 months ago

lrdrdn commented 1 year ago

Can you add support for connecting modem Fibocom FM350-GL like xmm-modem? I successfully connected the modem using this metode.

For openwrt using rndis_host. send this at command:

AT+CGDCONT=1,"IPV4V6","internet",,0,0,0,0,0,0,0

AT+CGACT=1,1

AT+CGPADDR=1

response CGPADDR


AT+CGPADDR=1
+CGPADDR: 1,"10.5.147.243",""

and create interface static address eth1 with those address, ipv4 10.5.147.243, gateway 10.5.147.1, and dns 8.8.8.8

fibocom_fm350_at_commands_v2.2.pdf FM350GL_Driver.zip

mdsdtech commented 1 year ago

Can you share the link where did you buy the modules?. Thank you.

lrdrdn commented 1 year ago

Can you share the link where did you buy the modules?. Thank you.

https://a.aliexpress.com/_mrkAtxw

koshev-msk commented 9 months ago

Added inital support in commit https://github.com/koshev-msk/modemfeed/commit/4d12b758e69cf3e20c312ea5d6a5984a958e46d7