This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPS/LTE_M/NB-IoT nRF91

Dear, 

I am using :

ncs: v0.4.0 

SES 4.16 

firmware: mfwnrf916007029alpha

Hardware: nRF9160 DK v: 0.8.5

I want to do: 

1. Enable and get GPS position ("AT\%XSYSTEMMODE=0,0,1,0") and data from BMP280 sensor  --> store it in data_pack

2. Turnoff GPS and Enable LTE_M: ("AT\%XSYSTEMMODE=1,0,0,0") & use HTTP POST to post data_pack to my webserver 

3. Switch to NB-IoT: ("AT\%XSYSTEMMODE=0,1,0,0") & use HTTP POST to post data_pack to my webserver

Is it posiblie to do like that now?

I know: "The current modem firmware, v0.7.0-29-alpha, allows you to choose the system mode via command %XSYSTEMMODE, but it does not support them concurrently, meaning that you cannot have GPS + NB-IoT, or GPS + CAT M1, enabled simultaneously at this time."  https://devzone.nordicsemi.com/f/nordic-q-a/48077/gps-http-post

I can switch: AT\%XSYSTEMMODE=0,0,1,0/AT\%XSYSTEMMODE=1,0,0,0/AT\%XSYSTEMMODE=0,1,0,0 but I couldn't POST data to my webserver.

Do you have any suggestions?

Thanks,

Regards, 

hng

Parents
  • Hi hng,

     

    I am very sorry for not seeing the last post in the linked case.

    The system has a flaw when you accept an answer, then add a new reply, it will still mark the case as resolved, so I do not get a notification or state-change on that topic, unfortunately.

     

    From the last reply, it seems that you are not able to successfully connect over NB-IoT in your area, as you do not get the Cell ID, MCC, MNC, and other registration information. You could try to ask your local network providers if there's a nb-iot coverage issue in your area.

    Cat M1 still works fine, right?

     

    Kind regards,

    Håkon

Reply
  • Hi hng,

     

    I am very sorry for not seeing the last post in the linked case.

    The system has a flaw when you accept an answer, then add a new reply, it will still mark the case as resolved, so I do not get a notification or state-change on that topic, unfortunately.

     

    From the last reply, it seems that you are not able to successfully connect over NB-IoT in your area, as you do not get the Cell ID, MCC, MNC, and other registration information. You could try to ask your local network providers if there's a nb-iot coverage issue in your area.

    Cat M1 still works fine, right?

     

    Kind regards,

    Håkon

Children
Related