Dear friends,
I would like to rest assured about correct command sequence in case of BC660K incorporated into outdoor sensor regularly, e.g. once per hour, sending uplink message (telemetric data) to the cloud with occasional downlink messages (configuration) from time-to-time, e.g. once per day, using UDP:
after network registration (+CEREG: 5) open UDP socket and keep opened (AT+QIOPEN=0,0,UDP,server.address,port)
after specified measurement interval check socket open state AT+QISTATE=1,0,
if socket open, proceed sending with release assistance after downlink AT+QISEND=0,4,DEADBEEF,2
can you confirm that keeping the UDP socket open between sending (and sleeping) intervals is okay? I.e. that essentially means keeping the socket open indefinitely for the sensor lifetime.
I checked out the document that you shared but I didn’t find an answer to that question. If there is any other documentation that gives info about this question then that would be very much appreciated