Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
Hello,
if you want to control the nrf9160 externally with AT commands, you can use the Serial LTE modem application. If you just want the libraries, you should probably look at these;
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/at_cmd.html
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/at_cmd_parser.html
Hello,
if you want to control the nrf9160 externally with AT commands, you can use the Serial LTE modem application. If you just want the libraries, you should probably look at these;
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/at_cmd.html
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/at_cmd_parser.html