Hi,
I would like to develop NRF91XX applications without relying on LTE-M coverage. This means the FW should just work as normal but do not need to attach to a network, we will only evaluate the logic of the FW (sensor data acquisition, flash writes/reads, etc.)
I thought of 3 approaches, and hoping if there are other alternatives or recommendations.
1. Wrap functions that uses network connectivity, meaning if any transmission is done, it may be redirected as log outputs instead.
2. Connect to a network via other means - USB RNDIS/WiFi. A lot more complicated.
3. Just bypass checking if network is connected, let FW proceed.