You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The `ArduinoIoTCloud` library is the central element of the firmware enabling ce
14
14
***LoRa**: [`MKR WAN 1300/1310`](https://store.arduino.cc/mkr-wan-1310)
15
15
16
16
### How?
17
-
1) Register your Arduino IoT Cloud capable board via [Device Manager](https://create.arduino.cc/devices).
17
+
1) Register your Arduino IoT Cloud capable board via [Arduino IoT Cloud](https://create.arduino.cc/iot) (Devices Section).
18
18
2) Create a new logical representation known as a [Thing](https://create.arduino.cc/iot/things).
19
19
20
20
### Arduino IoT Cloud Components
@@ -64,3 +64,10 @@ void onLedChange() {
64
64
digitalWrite(LED_BUILTIN, led);
65
65
}
66
66
```
67
+
68
+
### FAQ
69
+
* Device can not subscribe to `THING_ID`
70
+
```
71
+
ArduinoIoTCloudTCP::handle_SubscribeMqttTopics could not subscribe to /a/t/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/e/i
72
+
```
73
+
In this case either the device has not been associated with the thing within the Arduino IoT Cloud GUI configuration or there's a typo in the thing id.
0 commit comments