Hello, i’m experiencing some issues with my first FMC650. Trying to set up GRPS connection, it isn’t able to resolve provided server domain name. It is, sometimes, able to send data to the server when is configured through static IP but most of the times nothing comes server side.
I’ve tried both 03.00.14.rev.11 and 03.00.15.Rev.09 firmwares with respective configurator application but nothing changes.
- Will “manual” network settings (like DNS server) be available into the configurator in further releases?
- Is needed to reboot device on each configuration change?
- A serial monitor page directly into the configurator application would be really comfortable instead of constantly dump logs into files in order to debug obscure behaviors…
Below there is a log frame related to connecting in both mode:
DNS NAME SET
<<AT+CGACT?
>>+CGACT: 1,1
[2024.02.06 17:22:18]-[MODEM]-> GPRS status:1,1
>>OK
[2024.02.06 17:22:18]-[MODEM]-> Status: open resp:1,1
len:5
<<at
>>OK
[2024.02.06 17:22:18]-[SOCKET]-> Connect to id:0, ip:**MYDOMAIN** port:5027
<<AT+CIPSTATUS=0
>>+CIPSTATUS:0,0,TCP,,0,IP INITIAL
[2024.02.06 17:22:18]-[MODEM]-> Socket: 0, State: not active
>>OK
<<AT+cdnsgip="MYDOMAIN"
>>ERROR
[2024.02.06 17:22:18]-[MODEM]-> DNS **MYDOMAIN** Resolving failed
>>+CDNSGIP: 0,8
[2024.02.06 17:22:18]-[SOCKET]-> Data handle open error
within the same config it looks like it’s able to resolve DNS but throws anyway an error (pay also attention in AT+CIPSTATUS reply where protocol is correctly set as per configuration, with UDP):
<<AT+CGACT?
>>+CGACT: 1,1
[2024.02.06 17:54:50]-[MODEM]-> GPRS status:1,1
>>OK
[2024.02.06 17:54:50]-[MODEM]-> Status: open resp:1,1
len:5
<<at
>>OK
[2024.02.06 17:54:50]-[SOCKET]-> Connect to id:0, ip:**MYDOMAIN** port:5027
<<AT+CIPSTATUS=0
>>+CIPSTATUS:0,0,UDP,**MYIP**,5027,IP INITIAL
[2024.02.06 17:54:50]-[MODEM]-> Socket: 0, State: not active
>>OK
<<AT+cdnsgip="**MYDOMAIN**"
>>ERROR
[2024.02.06 17:54:50]-[MODEM]-> DNS **MYDOMAIN** Resolving failed
STATIC IP ADDRESS
<<AT+CGACT?
>>+CGACT: 1,1
[2024.02.06 17:27:58]-[MODEM]-> GPRS status:1,1
>>OK
[2024.02.06 17:27:58]-[MODEM]-> Status: open resp:1,1
len:5
<<at
>>OK
[2024.02.06 17:27:58]-[SOCKET]-> Connect to id:0, ip:**MYIP** port:5027
<<AT+CIPSTATUS=0
>>+CIPSTATUS:0,0,UDP,**MYIP**,5027,CLOSED
[2024.02.06 17:27:58]-[MODEM]-> Socket: 0, State: not active
>>OK
<<AT+CIPSTART=0,"UDP","**MYIP**",5027
>>OK
>>0,CONNECT OK
Below, also, the section where it tries to send data to the server but nothing occours (neither the server receives data nor the FMC receives reply)
[2024.02.06 17:39:49]-[APP.SND.UDP]-> Packing Done. UDP Packet Length:[986]
SOC0.TX:[**SOMEDATA**]
>>+CREG: 2,1,"293a","07fefb01",7
>>>>>0,SEND OK
<<AT+CIPACK=0
>>+CIPACK:0,0,0
>>OK
[2024.02.06 17:39:50]-[APP.SND.UDP]-> [2] UDP Data Packet Sent
[2024.02.06 17:39:50]-[APP.SND.UDP]-> Waiting for Server Response...