Firmware version BG95M2LAR02A04.
SIM card: 1nce
Experienced CME 714 DNS look up error.
AT+COPS=? show the AT&T T-Mobile and Verizon network available .
Try to set up AT+COPS=1,2,“310410”,8 (AT&T). Everything works for https API call.
Try to set up AT+COPS=1,2,“310260”,8 (T-Mobil). Start to see 714 DNS Error.
Since then even if you go back to AT&T network, you always get 714 error on AT+HTTPOST=176,30,60.
Try to change the DNS server setting, AT+QIDNSCFG error. Looks like BG95-M2 not support this command.
In BG95 AT+HTTPOST (https) implementation, how the C code to resolve the DNS in UDP call? Does it has timeout setting for this DNS call? Is network slowness could cause this timeout? How many time it try to resolve the DNS? (This could related to too many DNS call happens and Google DNS could reject the request and we believe it may caused DNS error). Thank you very much if you could light up the puzzles. Is it possible that we could change the DNS servers for HTTPOST request? Thanks.