Skip to content

[Arduino Cloud] Cloud Agent Mini-article #1738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/arduino-cloud/02.hardware/00.cloud-agent/cloud-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Cloud Agent
description: The Cloud Agent allows Arduino boards to interface with the Arduino Cloud.
tags: [Arduino Cloud, Cloud Agent, Cloud Editor]
author: Karl Söderby
---

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.

The Cloud Agent is a requirement to program your devices in the Arduino Cloud, and takes only a minute to install.

## Installation

When you configure a device or use the Cloud Editor, you will automatically receive a prompt to install the Cloud Agent.

You can also access the download page through [this link](https://create.arduino.cc/getting-started/plugin/welcome). It should look like this:

![Download Cloud Agent.](assets/install-agent.png)

Follow the installation guide in the page, where you will download an installation file. To install it, run the file and follow the instructions for your operating system.

Once installed, you can navigate back to the Cloud Editor, and you should be able to recognize the board connected to your computer.

![Board connected to computer.](assets/board-connected.png)

## Source Code

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.

## Troubleshooting

If you are having issues with the Cloud Agent, you can visit the link below:
- [Arduino Help Center - Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent)