I have a few electrons that are having issues (20+ others that are not). They are booting up and can connect to internet but not to the cloud. I uploaded the debugging firmware (tinker-usb-debugging), and the error part of the traceback is as follows:
0000067968 src/system_cloud_internal.cpp:801, int Internet_Test(): TRACE: socketed testSocket=0
0000067968 src/system_cloud_internal.cpp:823, int Internet_Test(): TRACE: Connect Attempt
socketConnect(0,port:53)
67.929 AT send 25 "AT+USOCO=0,\"8.8.8.8\",53\r\n"
68.319 AT read OK 6 "\r\nOK\r\n"
0000068359 src/system_cloud_internal.cpp:825, int Internet_Test(): TRACE: socket_connect()=success
0000068359 src/system_cloud_internal.cpp:834, int Internet_Test(): TRACE: Close
socketClose(0)
68.319 AT send 12 "AT+USOCL=0\r\n"
68.590 AT read OK 6 "\r\nOK\r\n"
socketFree(0)
0000068630 src/system_task.cpp:205, void handle_cfod(): WARN: Internet available, Cloud not reachable!
0000068630 src/system_task.cpp:101, void manage_network_connection(): WARN: Resetting WLAN due to SPARK_WLAN_RESET
What other debugging steps can I take?