Hi,
We are trying to use our NRF91-DK with a proximus simcard (belgian provider).
I'm trying to get the https-client example to work without any code modifications.
We know we need to set an apn for proximus but it's not working.
I added the following to my prj.conf
CONFIG_LTE_PDP_CMD=y
CONFIG_LTE_PDP_CONTEXT="1\"IP\",\"m2minternet.proximus.be\""
CONFIG_BSD_LIBRARY_TRACE_ENABLED=y
and reimported the project in embedded studio to test.
Problem is that I'm blind to what's happening in the libraries of the modem.
I enabled the trace but i can't open the .bin file where it logs.
Can i see the at command output somewhere?
Thanks for any help!