diff --git a/content/arduino-cloud/02.hardware/00.cloud-agent/assets/board-connected.png b/content/arduino-cloud/02.hardware/00.cloud-agent/assets/board-connected.png new file mode 100644 index 0000000000..b1c2fced10 Binary files /dev/null and b/content/arduino-cloud/02.hardware/00.cloud-agent/assets/board-connected.png differ diff --git a/content/arduino-cloud/02.hardware/00.cloud-agent/assets/install-agent.png b/content/arduino-cloud/02.hardware/00.cloud-agent/assets/install-agent.png new file mode 100644 index 0000000000..9adbea426f Binary files /dev/null and b/content/arduino-cloud/02.hardware/00.cloud-agent/assets/install-agent.png differ diff --git a/content/arduino-cloud/02.hardware/00.cloud-agent/cloud-agent.md b/content/arduino-cloud/02.hardware/00.cloud-agent/cloud-agent.md new file mode 100644 index 0000000000..a0bc47f2d2 --- /dev/null +++ b/content/arduino-cloud/02.hardware/00.cloud-agent/cloud-agent.md @@ -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) \ No newline at end of file