You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cloud/iot-cloud/tutorials/iot-cloud-historical-data/iot-cloud-historical-data.md
+9-15
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,31 @@
1
1
---
2
-
title: 'Historical data on Arduino IoT Cloud'
2
+
title: 'Historical Data on Arduino IoT Cloud'
3
3
difficulty: easy
4
4
description: 'Learn how to download historical data from the Arduino IoT Cloud'
5
-
tags: [IoT Cloud, Historical data, data]
5
+
tags: [IoT Cloud, Historical Data]
6
6
author: 'Benjamin Dannegård'
7
7
software:
8
8
- iot-cloud
9
9
---
10
10
11
11
## Introduction
12
12
13
-
It is possible to gather Historical data from your [Arduino IoT Cloud]((https://create.arduino.cc/iot/)) Things and Variables. Historical data can be essential to making your electronics and Arduino project work how you want them to. Data retention is a really useful feature with Arduino IoT Cloud.
13
+
It is possible to download historical data from your [Arduino IoT Cloud]((https://create.arduino.cc/iot/)) Things and Variables. It is downloaded in `.csv` format, and can be used for data comparison.
14
14
15
15
## Goals
16
16
17
-
The goals of this project are:
17
+
The goals of this tutorial are:
18
18
19
19
- Learn about Arduino cloud historical data
20
20
- Learn how to use this data
21
21
22
22
## Hardware & Software Needed
23
23
24
-
For this tutorial, you will need a cloud compatible board. You can see the full list below:
24
+
You do not need an active board to download the historical data, but for initial data collection, you will need a cloud compatible board.
To see all compatible boards, check out the link below:
33
27
34
-
***The MKR GSM 1400 & MKR NB 1500 requires a SIM card with a data plan to work. You can read more about it in [this page](https://store.arduino.cc/digital/sim).***
@@ -63,7 +57,7 @@ Clicking “Historical Data” that gives you a list of all variables in use. Fr
63
57
64
58

65
59
66
-
Simply choose the variables and Things you want to export and click the "Select Data Source" button. You’ll be taken to a new window where you confirm that you want to download the data. You will then receive an email after a couple of minutes providing you with a link to download your data as individual CSV files, zipped up into a single download.
60
+
Simply choose the variables and Things you want to export and click the "Select Data Source" button. You’ll be taken to a new window where you confirm that you want to download the data. You will receive an email shortly after, providing you with a link to download your data as individual CSV files.
0 commit comments