Chat freely about anything...

User avatar
By de1m
#26138 Hi
I'll send a hex string to receive ntp time. This is the hex string:
Code: Select all0B00030000000000000000314E313400000000000000000000000000000000000000000000000000000000000000000b


I'll send it first via AT command, but I don't know which command I need. I've found this
Code: Select allAT+CIPSTART=3,"UDP","192.168.168.81",1314
OK

AT+CIPSEND=3,6
> 123456


But I think this is to send a ascii string?