Are we able to send AT commands like PSM or eDRX setting changes over the terminal window in nrfCloud?
If yes, please provide sample json request.
Application used: AssetTracker v 2.0 from the package release in February 2022;
mfw_nrf9160_1.3.1
Hello,
you should be able to send the at cmd as a string in the JSON object, and then parse it on the nrf9160 device.
Can you please provide an example?
Unfortunately I don't think there is any example code for this.
So there should be some parsing mechanism within the Application that was developed and deployed on the nrf9160.
As part of the AssetTracker we are not able to send AT Commands over JSON, correct?