Skip to content

Commit 4aaf488

Browse files
committed
Minor text updates
1 parent ac75e59 commit 4aaf488

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

content/cloud/iot-cloud/tutorials/iot-cloud-historical-data/iot-cloud-historical-data.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
---
2-
title: 'Historical data on Arduino IoT Cloud'
2+
title: 'Historical Data on Arduino IoT Cloud'
33
difficulty: easy
44
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]
66
author: 'Benjamin Dannegård'
77
software:
88
- iot-cloud
99
---
1010

1111
## Introduction
1212

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.
1414

1515
## Goals
1616

17-
The goals of this project are:
17+
The goals of this tutorial are:
1818

1919
- Learn about Arduino cloud historical data
2020
- Learn how to use this data
2121

2222
## Hardware & Software Needed
2323

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.
2525

26-
- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi)
27-
- [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
28-
- [MKR GSM 1400](https://store.arduino.cc/arduino-mkr-gsm-1400)
29-
- [MKR NB 1500](https://store.arduino.cc/arduino-mkr-nb-1500-1413)
30-
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
31-
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
32-
- [Portenta H7](https://store.arduino.cc/portenta-h7)
26+
To see all compatible boards, check out the link below:
3327

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).***
28+
- [Arduino IoT Cloud compatible boards](/cloud/iot-cloud/tutorials/iot-cloud-getting-started#compatible-hardware).
3529

3630
### Different Historical Data
3731

@@ -51,7 +45,7 @@ Combined with 15 days or three months of historical data, you can build a detail
5145

5246
### Downloading Historical Data
5347

54-
First, to download historical data navigate into one of your dashboards on the [Arduino cloud](https://create.arduino.cc/iot/dashboards).
48+
First, to download historical data navigate into one of your dashboards on the [Arduino IoT Cloud](https://create.arduino.cc/iot/dashboards).
5549

5650
![Arduino cloud dashboard](assets/cloud-historical-data-dashboard.png)
5751

@@ -63,7 +57,7 @@ Clicking “Historical Data” that gives you a list of all variables in use. Fr
6357

6458
![Selecting variables for historical data](assets/cloud-historical-data-selecting-variable.png)
6559

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.
6761

6862
## Conclusion
6963

0 commit comments

Comments
 (0)