Skip to content

Commit 7aefac0

Browse files
committed
draft
1 parent 9c66615 commit 7aefac0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: 'IoT Cloud Dashboards & Widgets'
3+
description: 'Learn about dashboards and the different widgets that can be used to monitor & control your board.'
4+
tags: [IoT Cloud, Widgets, Dashboards]
5+
author: 'Karl Söderby'
6+
difficulty: beginner
7+
---
8+
9+
## Overview
10+
11+
An essential component of the [Arduino Cloud](https://create.arduino.cc/iot/) is a **cloud variable**. A cloud variable is the same as a regular variable that you use in an Arduino sketch, but with some additional functionality.
12+
13+
A cloud variable is synced between your Arduino board and the Arduino Cloud. So if a variable is updated on your board (like a sensor reading), the Arduino Cloud will also receive this value. Similarly, if you update a variable from the cloud, it also updates on your board.
14+
15+
This means that at any given time, you are able to read and send data to and from your board, as long as your board is connected to the Arduino IoT Cloud.
16+
17+
In this article, we will explore how to use variables in the Arduino IoT Cloud,
18+
19+
`ArduinoCloud.update()`
20+

0 commit comments

Comments
 (0)