|
1 | 1 | ---
|
2 |
| -title: Arduino IoT Cloud Device API |
3 |
| -description: Learn how to use the Device API to connect to the Arduino IoT Cloud via Python, MicroPython & Node.js |
| 2 | +title: Configuring Manual Devices |
| 3 | +description: Connect to the Arduino IoT Cloud any kind of device that uses Python, MicroPython or JavaScript (Node.js) |
4 | 4 | author: Karl Söderby
|
5 |
| -tags: [IoT Cloud, Device API, Node.js, Python, MicroPython] |
| 5 | +tags: [IoT Cloud, Device API, JavaScript, Node.js, Python, MicroPython] |
6 | 6 | ---
|
7 | 7 |
|
8 |
| -Authentication & data synchronisation is automatically handled when you choose the automatic configuration option in the Arduino IoT Cloud. |
| 8 | +Authentication & data synchronisation is automatically handled when you choose the automatic configuration option in the [Arduino IoT Cloud](https://create.arduino.cc/iot/). |
9 | 9 |
|
10 | 10 | You can during the setup of your device instead choose the manual configuration option. This allows you to connect to the cloud using the **Device API** (MicroPython, Python or Node.js).
|
11 | 11 |
|
| 12 | +This opens up possibilities to connect more kinds of devices, mainly Linux based, to connect to the Arduino IoT Cloud. |
| 13 | + |
12 | 14 | ***Manual configuration is recommended for more advanced users, mainly those that are looking to integrate existing projects with the Arduino IoT Cloud.***
|
13 | 15 |
|
14 | 16 | ## Goals
|
15 | 17 |
|
16 | 18 | In this article you will learn how to configure a manual device, and how to connect to the Arduino IoT Cloud with:
|
17 | 19 | - MicroPython
|
18 | 20 | - Python
|
19 |
| -- Node.js |
| 21 | +- JavaScript (Node.js) |
20 | 22 |
|
21 | 23 | ## Hardware & Software Needed
|
22 | 24 |
|
@@ -272,7 +274,7 @@ This means you have successfully updated the `test_variable` with a value of `40
|
272 | 274 |
|
273 | 275 | ## Summary
|
274 | 276 |
|
275 |
| -In this article, you have learned about the Arduino IoT Cloud's **Device API**, and how to connect to it using MicroPython, Python & Node.js (JavaScript). |
| 277 | +In this article, you have learned about the Arduino IoT Cloud's **Device API**, and how to connect to it using MicroPython, Python & JavaScript (Node.js). |
276 | 278 |
|
277 | 279 | This API makes it easier to integrate existing software projects written in Python & JavaScript.
|
278 | 280 |
|
|
0 commit comments