This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF91 - thingy91_at_client_2020-04-29_bc7ade8b - is it possible to send and receive data with that client?

Is it possible to send and receive data with the thingy91_at_client_2020-04-29_bc7ade8b?

I found, that this is not supported by AT commands, instead socket libraries for zephyr are used. 

Is there a function in that client, which maps UDP traffic to the USB interface?

Parents Reply
  • > This sample is an enhancement to the nRF9160: AT Client sample.

    Now I get a "OK" for a "AT", and for "AT+CMEE=1", I get "\0x00OK" (binary 0x00 at the head).

    After that, it stops to answer. I had to restart the thingy91.

    If I don't send that "AT+CMEE=1" and send instead "AT+CFUN=0", I still get "\0x00OK" and it seems not to stop. But the other answers I checked are all starting with a binary 0x00.

    Sometimes I read "at_host: Could not send AT command to modem: -8" from the serial.

    Is that binary zero intended? For me that doesn't make too much sense.

Children
Related