Skip to content

Commit 1e65e78

Browse files
committed
Tutorial content update
1 parent 6bc2af6 commit 1e65e78

File tree

1 file changed

+7
-4
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/datalogging-iot

1 file changed

+7
-4
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/datalogging-iot/content.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Datalogging with MQTT, Node-RED, InfluxDB, Grafana and the Portenta X8'
3-
description: 'This tutorial will show you how to set up a local data logging server using an MQTT broker, Node-RED, InfluxDB, Grafana, and the Arduino® Portenta X8.'
2+
title: 'Data logging with MQTT, Node-RED, InfluxDB and Grafana'
3+
description: 'This tutorial will show you how to set up a local data logging application using an MQTT broker, Node-RED, InfluxDB, Grafana, and the Arduino® Portenta X8.'
44
difficulty: Intermediate
55
tags:
66
- Docker
@@ -41,9 +41,12 @@ These four blocks will be running locally on the Portenta X8 board. We will use
4141
- [Arduino® Portenta X8](https://store.arduino.cc/products/portenta-x8)
4242
- [Arduino® MKR WiFi 1010](https://store.arduino.cc/products/arduino-mkr-wifi-1010)
4343
- USB-C cable (either USB-C to USB-A or USB-C to USB-C)
44+
- 10KΩ potentiometer (x1)
45+
- Breadboard and jumper cables
4446
- Wi-Fi Access Point (AP) with Internet access
45-
- ADB or SSH
46-
47+
- ADB or SSH
48+
- [Arduino IDE 2.0](https://www.arduino.cc/en/software)
49+
4750
***If you are new to the Portenta X8 board, check out this [getting started tutorial](/tutorials/portenta-x8/out-of-the-box#controlling-portenta-x8-through-the-terminal) on how to control your board using a terminal or command-line interface.***
4851

4952
## IoT Architecture 101

0 commit comments

Comments
 (0)