|
| 1 | +--- |
| 2 | +title: 'Cloud Editor (New)' |
| 3 | +description: 'Get started with the Cloud Editor, an online IDE in the Arduino Cloud.' |
| 4 | +author: 'Karl Söderby' |
| 5 | +--- |
| 6 | + |
| 7 | +The [Cloud Editor](https://app.arduino.cc/sketches/) is an online code editor that is part of the [Arduino Cloud](https://app.arduino.cc/). With the Cloud Editor, you can write sketches that are automatically stored in your Cloud sketchbook, and upload them to your Arduino board. |
| 8 | + |
| 9 | +The Cloud Editor includes: |
| 10 | +- access to all official board packages, as well as packages for popular third party boards (e.g. ESP32), |
| 11 | +- access to 5000+ libraries normally available in the offline IDE |
| 12 | +- built-in tools for verifying and uploading code to your board, |
| 13 | +- serial monitor tool for debugging your code, |
| 14 | +- reference to the Arduino programming language. |
| 15 | + |
| 16 | +To use the Cloud Editor, you will only need to [install the Cloud Agent](), a plugin that allows your browser to access USB devices (your board). You will also need an [Arduino account](). |
| 17 | + |
| 18 | +## Goals |
| 19 | + |
| 20 | +In this guide, we will cover: |
| 21 | + |
| 22 | +- How to create an account (required to use the Cloud Editor). |
| 23 | +- How to download and install the [Create Plugin](https://create.arduino.cc/getting-started/plugin/welcome). |
| 24 | +- The functions of the Cloud Editor, |
| 25 | +- How to write and upload a program to your Arduino board. |
| 26 | + |
| 27 | +## Hardware & Software Needed |
| 28 | + |
| 29 | +- [Arduino Cloud Editor](https://create.arduino.cc/editor) |
| 30 | +- [Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) |
| 31 | +- Arduino board (all Arduino boards are supported). |
| 32 | +- USB cable (different depending on the board you are using). |
| 33 | + |
| 34 | +## Create an Account |
| 35 | + |
| 36 | +## Install the Plugin |
| 37 | + |
| 38 | +## Cloud Editor Overview |
| 39 | + |
| 40 | +## Upload a Sketch |
0 commit comments