Re: Telit LE910C1 - GPS integration

2020-05-09 Thread Aleksander Morgado
Hey David, > > Could you clone and build the following libqmi branch? > > https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/115 > > > > Once you have it, you'll be able to configure the NMEA traces via qmicli, > > e.g.: > > $ sudo qmicli -d /dev/cdc-wdm1 -p

Re: Telit LE910C1 - GPS integration

2020-05-09 Thread Aleksander Morgado
Hey, > > > > > > Then we need to debug why we were not able to get any LOC indication > > > > > > with NMEA traces in David's setup. > > > > > > > > > > > David, could you retry to setup the location using the QMI protocol > > > > > > (i.e. without your changes) but enabling both "nmea" and "raw"

Re: Telit LE910C1 - GPS integration

2020-05-08 Thread Daniele Palmas
Hi Aleksander, Il giorno gio 7 mag 2020 alle ore 17:45 Aleksander Morgado ha scritto: > > Hey Daniele, > > > > > > Then we need to debug why we were not able to get any LOC indication > > > > > with NMEA traces in David's setup. > > > > > > > > > David, could you retry to setup the location

Re: Telit LE910C1 - GPS integration

2020-05-08 Thread David Khouya
Hi Aleksander, Thanks @Daniele for the feedback! > Could you clone and build the following libqmi branch? > https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/115 > > Once you have it, you'll be able to configure the NMEA traces via qmicli, e.g.: > $ sudo qmicli -d

Re: Telit LE910C1 - GPS integration

2020-05-07 Thread Aleksander Morgado
Hey David, > > > > > > > > With all enable it only shows the 3GPP info with mmcli -m 0 > > > > --loction-get > > > > > > Daniele, any idea why we're not receiving NMEA traces via QMI > > > indications in this case? Do you see something wrong in the sequence > > > to enable the GNSS location

Re: Telit LE910C1 - GPS integration

2020-05-07 Thread Aleksander Morgado
Hey Daniele, > > > > Then we need to debug why we were not able to get any LOC indication > > > > with NMEA traces in David's setup. > > > > > > > David, could you retry to setup the location using the QMI protocol > > > > (i.e. without your changes) but enabling both "nmea" and "raw" > > > >

Re: Telit LE910C1 - GPS integration

2020-05-07 Thread Daniele Palmas
Hi Aleksander and David, Il giorno mar 5 mag 2020 alle ore 17:14 Aleksander Morgado ha scritto: > > Hey Daniele & David > > > > Then we need to debug why we were not able to get any LOC indication > > > with NMEA traces in David's setup. > > > > > David, could you retry to setup the location

Re: Telit LE910C1 - GPS integration

2020-05-06 Thread Daniele Palmas
Hi Aleksander and David, Il giorno mar 5 mag 2020 alle ore 17:14 Aleksander Morgado ha scritto: > > Hey Daniele & David > > > Daniele, any idea why we're not receiving NMEA traces via QMI > indications in this case? Do you see something wrong in the sequence > to enable the GNSS location

Re: Telit LE910C1 - GPS integration

2020-05-04 Thread David Khouya
Hi, > Then we need to debug why we were not able to get any LOC indication > with NMEA traces in David's setup. > David, could you retry to setup the location using the QMI protocol > (i.e. without your changes) but enabling both "nmea" and "raw" > locations? > Also, another test could be to

Re: Telit LE910C1 - GPS integration

2020-05-04 Thread Aleksander Morgado
Hey! > > > > > After digging for documentation with no success, I migrate the location > > > interface to mm-shared-telit and added a qmi interface for the telit > > > plugin. For the merge request, would it be OK to merge that kind of > > > changes in 1.12 or it must me on master for the next

Re: Telit LE910C1 - GPS integration

2020-05-04 Thread Daniele Palmas
Hi Aleksander, Il giorno dom 3 mag 2020 alle ore 21:35 Aleksander Morgado ha scritto: > > Hey! > > > After digging for documentation with no success, I migrate the location > > interface to mm-shared-telit and added a qmi interface for the telit > > plugin. For the merge request, would it be

Re: Telit LE910C1 - GPS integration

2020-05-03 Thread Aleksander Morgado
Hey! > After digging for documentation with no success, I migrate the location > interface to mm-shared-telit and added a qmi interface for the telit plugin. > For the merge request, would it be OK to merge that kind of changes in 1.12 > or it must me on master for the next release? > The

Re: Telit LE910C1 - GPS integration

2020-05-03 Thread David Khouya
Hi, After digging for documentation with no success, I migrate the location interface to mm-shared-telit and added a qmi interface for the telit plugin. For the merge request, would it be OK to merge that kind of changes in 1.12 or it must me on master for the next release? Thanks, On Mon, Apr

Re: Telit LE910C1 - GPS integration

2020-04-27 Thread David Khouya
>The above sequence looks good to me; you start the GPS engine and you >also register for NMEA indications. After that, you should start >receiving NMEA traces in QMI LOC indications, but I assume you're not >receiving any? What MM and libqmi versions are you using? Exact, I did a

Re: Telit LE910C1 - GPS integration

2020-04-27 Thread Aleksander Morgado
Hey, > > I didn't found information in Telit documentation about the GPS control with > QMI. I'll try to poke them directly. On the other side, I did enable the gps > with success using mmcli but didn't had any data location under the > --location-get command. > Here is the log when I do the

Re: Telit LE910C1 - GPS integration

2020-04-26 Thread David Khouya
Hi, I didn't found information in Telit documentation about the GPS control with QMI. I'll try to poke them directly. On the other side, I did enable the gps with success using mmcli but didn't had any data location under the --location-get command. Here is the log when I do the command mmcli -m

Re: Telit LE910C1 - GPS integration

2020-04-26 Thread Aleksander Morgado
Hey! > I am looking for a way to integrate the current telit GPS code in MM 1.12.x > but on a LE910C1 that is currently using the qmi interface. > If you're using the modem in QMI mode, are you sure you don't already have GPS control using either the LOC or PDS QMI services? Or does the Telit

Telit LE910C1 - GPS integration

2020-04-25 Thread David Khouya
Hi, Hope you guys go well, I searching to find some answer about plugin development in modemmanager. I am looking for a way to integrate the current telit GPS code in MM 1.12.x but on a LE910C1 that is currently using the qmi interface. As I read in other threads, the way to go would be to