Hello,
I want to make one fw which adpots for following platform without much changes:
- nrf9160 DK
- nrf Thingy 91
Both board has nrf52 onboard so, my idea is as following:
- nrf52 will advertise sensor data
- and it should be possible to read sensor data also over BLE connection
- once in a day it will send data over NB-IoT/LTE-M
- nrf52 will control nrf9160 as a modem via AT-Commands
I don't know if this setup will work good enough. I want to know if it also possible to pu nrf9160 to PSM or eDRX mode.
My questions are:
- Is there any sample fw to start this kind of development?
- AFAIK, I need at-client fw on nrf9160 and write my application code on nrf52 for controlling modem. Is it also possbile to implement CoAP communication over AT-Commands for communication to backend?
Thanks for help in advance.
Pratik Prajapati