diff --git a/docs/assets/DataLogger_Connected_ThingSpeak.JPG b/docs/assets/DataLogger_Connected_ThingSpeak.JPG new file mode 100644 index 0000000..60e07b1 Binary files /dev/null and b/docs/assets/DataLogger_Connected_ThingSpeak.JPG differ diff --git a/docs/assets/Device_Name_ENS160.JPG b/docs/assets/Device_Name_ENS160.JPG new file mode 100644 index 0000000..967208b Binary files /dev/null and b/docs/assets/Device_Name_ENS160.JPG differ diff --git a/docs/assets/Incorrect_Configuration_Connection_Failed_IoT_Service_ThingSpeak.JPG b/docs/assets/Incorrect_Configuration_Connection_Failed_IoT_Service_ThingSpeak.JPG new file mode 100644 index 0000000..266511f Binary files /dev/null and b/docs/assets/Incorrect_Configuration_Connection_Failed_IoT_Service_ThingSpeak.JPG differ diff --git a/docs/assets/ThingSpeak_ENS160_No_Data.JPG b/docs/assets/ThingSpeak_ENS160_No_Data.JPG new file mode 100644 index 0000000..56141c7 Binary files /dev/null and b/docs/assets/ThingSpeak_ENS160_No_Data.JPG differ diff --git a/docs/assets/ThingSpeak_ENS160_with_Data.JPG b/docs/assets/ThingSpeak_ENS160_with_Data.JPG new file mode 100644 index 0000000..9850774 Binary files /dev/null and b/docs/assets/ThingSpeak_ENS160_with_Data.JPG differ diff --git a/docs/configuration.md b/docs/configuration.md index 3af0ef7..0cf29c2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -432,7 +432,7 @@ In the Application Settings Menu, users will be able to configure the addressabl * 1 to enable _(default)_ * 0 to disable * 4 **Board Name** — A specific name for this DataLogger - * Accaps a string + * Accepts a string * 5 **SD Card Format** — Enable and set the output format * Accepts the following values: * 1 to disable = 0 diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 594ce55..87f0222 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -35,6 +35,23 @@ In this case, the DataLogger IoT failed to connect to AWS IoT service because th +#### ThinkSpeak IoT Error + +The following error occurred when the DataLogger IoT was initializing with ThingSpeak. + +``` bash +[I] ThingSpeak MQTT: connecting to MQTT endpoint mqtt3.thingspeak.com:8883 .......[E] ThingSpeak MQTT: Connection Error [4] +``` + +
+ + Configuration entered incorrectly, DataLogger not connecting to IoT Service - ThingSpeak +
+ +In this case, the DataLogger IoT failed to connect to ThingSpeak service because the credentials were entered incorrectly. Ensure that the and saved in persistent memory in order for the DataLogger IoT to successfully connect. + + + #### Arduino Cloud Error 1 The following error was occurred when the DataLogger IoT was initializing with Arduino Cloud. @@ -56,6 +73,7 @@ The following error was occurred when the DataLogger IoT was initializing with A In this case, the DataLogger IoT failed to connect to the Arduino Cloud service because the credentials were incorrect. Ensure that the credentials (i.e. API client ID, API secret, device secret, device ID) are entered correctly and saved in persistent memory in order for the DataLogger IoT to successfully connect. + #### Arduino Cloud Error 2 The following error was occurred when the DataLogger IoT was initializing with Arduino Cloud. @@ -88,6 +106,38 @@ In this case, the DataLogger IoT failed to connect to the Arduino Cloud service +### ThingSpeak Data Points Not Updating + +If your DataLogger IoT is connected to ThingSpeak but you do not see any data, ensure that the device name matches the Qwiic device that is connect to the DataLogger IoT. For example, the DataLogger IoT and Qwiic-enabled ENS160 was able to connect to ThingSpeak as shown in the image on the bottom left. However, there were no data points in any of the graphs as shown on ThingSpeak as shown in the image on the bottom right. + +
+ + + + +
DataLogger Connected to ThingSpeakNo Data Points in ThingSpeak Channel
+
+ +If you head back into the configuration menu for the DataLogger's ThingSpeak channel, make sure that the __ matches the connected Qwiic device's name that was shown during initialization. In this case, the device that was loaded and detected was **ENS160**. Then add the channel ID before saving the system settings. + +
+ + Matching Device Name with Qwiic-Enabled ENS160 Breakout Board +
+ +!!! note + Only one device can be loaded per channel! ThingSpeak is not able graph two different devices in the same channel. + +Head back to your ThingSpeak Channel to verify that data is being plotted on the graphs. + +
+ + ThingSpeak Outputting ENS160 Sensor Data on Graphs +
+ + + ### U-Blox I2C Device Disappears when IoT DataLogger Initializes If you have issues where a u-blox device that is connected to the I2C port fails to connect a second time when the IoT DataLogger initializes, this is due to a bug in the firmware from an initial release. You may see an output similar to the following message and image shown below.