Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 63fa056

Browse files
authored
Merge pull request #58 from gvarisco/master
README.md: Fixed minor typos
2 parents c3ea35e + c58c7d4 commit 63fa056

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Arduino Connector
22

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).
44

55
## Install
66

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).
88

99
### How does it work?
1010

@@ -18,18 +18,18 @@ The Arduino Connector gets installed on a device and does the following things:
1818

1919
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.
2020

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).
2222

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.
2424

2525
### API
2626

2727
To control the arduino-connector you must have:
2828

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
3131

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.
3333

3434
You can distinguish between errors and non-errors because of the INFO: or ERROR: prefix of the message
3535

0 commit comments

Comments
 (0)