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

Can i use lwm2m library of iot sdk used over UART instead of 6lowpan ble interface? Please let me know how i can use this iot sdk over UART instead of 6lowpan? i want to use gsm module on the place of raspberry pi border router..

I want to communicate with lwm2m server using gsm module and nrf52832 as lwm2m client. i installed lwm2m demo server  over linux machine.

Parents
  • Hi Abhishek, 

    We have some question regarding your setup. 

    - Which protocol is on the UART communication between the GSM module and the nRF52 ? Is it AT commands ? 

    - Where should the IP stack implemented ? Is it on the GSM module or it's on the nRF52 ? 

  • Hi hung bui,

    -for first yes i am tried to use AT commands between GSM module and nRF52 by using app_uart.h.

    - everithing is in nRF52 code like ip stack , server uri , lwm2m setup object callback and declaration. 

Reply
  • Hi hung bui,

    -for first yes i am tried to use AT commands between GSM module and nRF52 by using app_uart.h.

    - everithing is in nRF52 code like ip stack , server uri , lwm2m setup object callback and declaration. 

Children