Skip to content

Commit 59d78a1

Browse files
committed
Cloud Agent
1 parent 0268c21 commit 59d78a1

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Loading
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Cloud Agent
3+
description: The Cloud Agent allows Arduino boards to interface with the Arduino Cloud.
4+
tags: [Arduino Cloud, Cloud Agent, Cloud Editor]
5+
author: Karl Söderby
6+
---
7+
8+
The [Arduino Cloud Agent](https://create.arduino.cc/getting-started/plugin/welcome) is a plugin that you install on your computer, that enables serial communication between your board and the Arduino Cloud. This allows you to upload sketches, and read/write serial data to/from your board, via your web browser.
9+
10+
The Cloud Agent is a requirement to program your devices in the Arduino Cloud, and takes only a minute to install.
11+
12+
## Installation
13+
14+
When you configure a device or use the Cloud Editor, you will automatically receive a prompt to install the Cloud Agent. The link to this download is also available at [this link](https://create.arduino.cc/getting-started/plugin/welcome). It should look like this:
15+
16+
![Download Cloud Agent.](assets/install-agent.png)
17+
18+
Upon clicking the link, you will download an installation file. To install it, run the file and follow the instructions for your operating system.
19+
20+
Once installed, you can navigate back to the Cloud Editor, and you should be able to recognize the board connected to your computer.
21+
22+
![Board connected to computer.](assets/board-connected.png)
23+
24+
## Source Code
25+
26+
The source code for the Cloud Agent lives [in this GitHub repository](https://github.com/arduino/arduino-create-agent). To report issues or improvements, please do so inside in this repository.

0 commit comments

Comments
 (0)