nRF9160 connection to Telenet network

I fail to connect an nRF9160DK (and thingy) to the Telenet network.

I know that telenet does not support LTE-M everywhere, NB-IOT is the general supported network.

This requires the network mode to be altered in the KConfig files.

The board/modem identifies the Telenet network as being available, but does not establishes a connection.

The Proximus network is directly recognised and connected to.

Parents Reply Children
  • Gwen Stouthuysen said:
    For clarification: any setting we make in KConfig can be specified in the prj.conf file and is thus overruling any setting that comes from the original project.

    Good that you ask. I would answer "kinda no".

    Our nRF Connect SDK are not really for building on top of other projects.
    Try to think of our examples as "code that you copy and then edit to make your own project".
    If you look at it this way, putting the configurations into prj.conf will change  the project that you use.

    Did that make sense?

    Gwen Stouthuysen said:
    You will find a lot non formal computer science trained developers in the audience, persons who rolled in due they needed it in their main profession.

    We have a really good guide to get started at academy.nordicsemi.com/

    Regards,
    Sigurd Hellesvik

  • Sigurd,

    I indeed try to copy an existing project and adapt it to do what I want it to do.

    Frustrating part is that somehow these links remain and settings get reset to the original at build time.

    potentially the start requires to be different

    I will go through the suggested DevAcademy.

    Regards,

    Gwen

  • Gwen Stouthuysen said:
    Frustrating part is that somehow these links remain and settings get reset to the original at build time.

    If you use the "Create application from existing" to create a new project, I believe that this should not be an issue.

    Gwen Stouthuysen said:
    I will go through the suggested DevAcademy.

    Nice!

    Regards,
    Sigurd Hellesvik

Related