I want to wake up nRF9160 by SMS.
What I want to do:
The nRF9160 usually sleeps to reduce power consumption, and only when it receives SMS it wakes up and send some data by UDP or so.
I succeeded in implementing MQTT(+TLS), but have no experience to implement SMS function.
Any advice?