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

nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M

Hi,

On our custom nRF52840 board, we have an external LTE-M modem.

We would like to eventually use this modem to send data over the network, including LwM2M.
What is the best way to achieve this? I have some experience with the nRF9160, in which socket offloading is used.

Is this the recommended method here as well? Can the existing LwM2M implementation use that offloading driver without problem?
We still need to be able to interface with the modem in the application layer as well.

Please let me know your thoughts!

Parents
  • Hi newUser,
    What are you planning to send between the nrf52 and the nrf91?
     You could e.g. run something like the Serial LTE modem application on the nRF91 and handle all the AT command communication on the nrf52 necessary for your functionality.
    However it does not have all the features supported yet as you would if you run your application on the application side in the nrf91, using sockets etc.

    So it depends a bit what you plan to use the nrf91 for and what you are going to send.
    We can make this case private as well if there is sensitive information.

Reply
  • Hi newUser,
    What are you planning to send between the nrf52 and the nrf91?
     You could e.g. run something like the Serial LTE modem application on the nRF91 and handle all the AT command communication on the nrf52 necessary for your functionality.
    However it does not have all the features supported yet as you would if you run your application on the application side in the nrf91, using sockets etc.

    So it depends a bit what you plan to use the nrf91 for and what you are going to send.
    We can make this case private as well if there is sensitive information.

Children
Related