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
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Arduino Connector
2
2
3
-
The Arduino Connector allows your device to connect to the Arduino Cloud, and push and receive message through the [MQTT protocol](http://mqtt.org/). You can see and control all your cloud-enabled devices via a web app called [My Devices](https://create.arduino.cc/devices).
3
+
The Arduino Connector allows your device to connect to the Arduino Cloud, and push and receive messages through the [MQTT protocol](http://mqtt.org/). You can see and control all your cloud-enabled devices via a web app called [My Devices](https://create.arduino.cc/devices).
4
4
5
5
## Install
6
6
7
-
Follow the Getting Started guides to install the connector and allow your devices to communincate with the cloud via Arduino Create. You can install the connector onto a [Up2 board](https://create.arduino.cc/getting-started/up2) or a generic [Intel-based platform running Linux](https://create.arduino.cc/getting-started/intel-platforms).
7
+
Follow the "Getting Started" guides to install the connector and allow your devices to communicate with the cloud via Arduino Create. You can install the connector onto a [Up2 board](https://create.arduino.cc/getting-started/up2) or a generic [Intel-based platform running Linux](https://create.arduino.cc/getting-started/intel-platforms).
8
8
9
9
### How does it work?
10
10
@@ -18,18 +18,18 @@ The Arduino Connector gets installed on a device and does the following things:
18
18
19
19
The Arduino Connector is tied to a specific device registered within the Arduino Cloud. The [getting started guide](https://create.arduino.cc/getting-started) does everything for you.
20
20
21
-
Make sure you have an Arduino Account and you are able to log at: https://auth.arduino.cc/login
21
+
Make sure you have an Arduino Account and are able to [log in](https://auth.arduino.cc/login).
22
22
23
-
Please write us at auth@arduino.cc if you encounter any issue loggin in and you need support.
23
+
Please write us at auth@arduino.cc if you encounter any issue logging in and you need support.
24
24
25
25
### API
26
26
27
27
To control the arduino-connector you must have:
28
28
29
-
- the ID of the device in which the arduino-connector has been installed (eg `username:0002251d-4e19-4cc8-a4a9-1de215bfb502`)
30
-
- a working mqtt connection
29
+
- the ID of the device in which the arduino-connector has been installed (eg.`username:0002251d-4e19-4cc8-a4a9-1de215bfb502`)
30
+
- a working MQTT connection
31
31
32
-
Send messages to the topic ending with /post, Receive the answer from the topic ending with /. Errors are sent to the same endpoint.
32
+
Send messages to the topic ending with /post, receive the answer from the topic ending with /. Errors are sent to the same endpoint.
33
33
34
34
You can distinguish between errors and non-errors because of the INFO: or ERROR: prefix of the message
0 commit comments