Re: Add support for an LTE driver on NuttX #8147

2023-03-14 Thread Alan C. Assis
Hi Rodrigo, I think Eduardo got it working on NuttX using PPPD, see: https://github.com/apache/nuttx/issues/8147 It is important to know, because even Quectel support said the it wasn't possible to use CatM1 or NB-IoT with PPP: https://forums.quectel.com/t/bc95-g-ppp-connection-over-nb-iot-poss

Re: Add support for an LTE driver on NuttX #8147

2023-03-14 Thread MIGUEL ALEXANDRE WISINTAINER
I never got success on ppp on cat/nbiot I had to back to gprs band to work the ppp Enviado do meu iPhone > Em 14 de mar. de 2023, à(s) 19:10, Alan C. Assis escreveu: > > Hi Rodrigo, > > I think Eduardo got it working on NuttX using PPPD, see: > > https://github.com/apache/nuttx/issues/8147

Re: Add support for an LTE driver on NuttX #8147

2023-03-14 Thread Alan C. Assis
Yes, it is not trivial! Eduardo spent some days trying to figure out how to get it working. It requires the right AT commands that are specific for this kind of modem. I don't know if this same approach could work for SIMCom, Telit, U-Blox, etc. At least know we have a guide explaining how to g