Skip to content

Commit 82e11f5

Browse files
committed
Update title + subtitle
1 parent 43c08d9 commit 82e11f5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/arduino-cloud/01.getting-started/10.manual-device/manual-devices.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
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)
44
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]
66
---
77

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/).
99

1010
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).
1111

12+
This opens up possibilities to connect more kinds of devices, mainly Linux based, to connect to the Arduino IoT Cloud.
13+
1214
***Manual configuration is recommended for more advanced users, mainly those that are looking to integrate existing projects with the Arduino IoT Cloud.***
1315

1416
## Goals
1517

1618
In this article you will learn how to configure a manual device, and how to connect to the Arduino IoT Cloud with:
1719
- MicroPython
1820
- Python
19-
- Node.js
21+
- JavaScript (Node.js)
2022

2123
## Hardware & Software Needed
2224

@@ -272,7 +274,7 @@ This means you have successfully updated the `test_variable` with a value of `40
272274

273275
## Summary
274276

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

277279
This API makes it easier to integrate existing software projects written in Python & JavaScript.
278280

0 commit comments

Comments
 (0)