Adding HTTP Request in AT Monitor sample

Hi,

I am using NCS version 2.5.0. 

I have a 91DK which has a modem firmware of 1.3.5. I also have flashed the serial_lte_modem hex file.

I want to add HTTP Request in the AT Monitor. I have added the code that I have changed

at_monitor.zip

The changes I have done is as follows:-

  

This is what I get in the serial terminal:-

I would like to know what does 65536 mean and what am I missing?

Thank you for your help

Regards

Parents Reply
  • Hi,

    Thank You for Your Reply.

    I understood the HTTP Request Protocol in the serial_lte_modem file and tried to replicate it. 

    Currently I am getting this error when I am trying to build my program.

    This is the headers that I have used:-

    I am using the same prj.conf

    This is where I am using http_client_req:-

    Wanted to know why is it showing that there is undefined reference for http_client_req even though I can hover over it and know everything about the function.

    Thank You For Your Help

    Regards 

Children
Related