Hi, I tried httpsClient sample on nrf9160dk. It did not work because I can not change APN settings on proj.conf. I attached my screen. What is the apn config command on new sdk ?
Hi, I tried httpsClient sample on nrf9160dk. It did not work because I can not change APN settings on proj.conf. I attached my screen. What is the apn config command on new sdk ?
Hi,
My apologies for this breakage in API.
The PDN-library handles this now:
CONFIG_PDN=y CONFIG_PDN_DEFAULTS_OVERRIDE=y CONFIG_PDN_SYS_INIT=y # Note: "ip" is set by PDN_DEFAULT_FAM kconfig's # example: # AT+CGDCONT=1,"ip","apn" - below only sets APN field CONFIG_PDN_DEFAULT_APN="NB-IoT"
Could you try this?
Kind regards,
Håkon
Thanks for your answer. I will try it with http cliend sample. I want to ask question. Am ı ping google.com or any website with AT commands. I want to ping with LTE LINK MONITOR.
Thanks for your answer. I will try it with http cliend sample. I want to ask question. Am ı ping google.com or any website with AT commands. I want to ping with LTE LINK MONITOR.
Hi,
The modem does not have ping directly, but it is a function in the "serial LTE modem" application:
via the AT#XPING command:
Kind regards,
Håkon