TROUBLESHOOTING
This section explains how to identify and solve connection issues
Connection Troubleshooting
Enabling DEBUG
#define THINGER_SERIAL_DEBUG
#include "Thinger.h" //use the proper thinger.io library for each processor
void setup() {
Serial.begin(115200);
}[NETWORK] Connecting to network my_wifi_SSID
[NETWORK] Connected to WiFi!
[NETWORK] Getting IP Address...
[NETWORK] Got IP Address: 192.168.1.61
[NETWORK] Connected!
[_SOCKET] Connecting to iot.thinger.io:25202...
[_SOCKET] Using secure TLS/SSL connection: yes
[SSL/TLS] Warning: use #define _VALIDATE_SSL_CERTIFICATE_ if certificate validation is required
[_SOCKET] Connected!
[THINGER] Authenticating. User: my_user_name Device: my_device_ID
[THINGER] Writing bytes: 29 [OK]
[THINGER] Authenticated
Possible Errors
Can't connect to the network
Can't connect to Thinger.io Server
Error while connecting Thinger.io Server
Authentication Error
No Debug Traces
Support / Find help

Community Discussion Forum


Extended Support
Last updated