From acf4826ead148791330299fc2271cf78a9083e1c Mon Sep 17 00:00:00 2001 From: randhid <35934754+randhid@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:29:56 -0400 Subject: [PATCH] Update docs/tutorials/services/visualize-data-grafana.md Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> --- docs/tutorials/services/visualize-data-grafana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/services/visualize-data-grafana.md b/docs/tutorials/services/visualize-data-grafana.md index 896b29d637..c60bb71927 100644 --- a/docs/tutorials/services/visualize-data-grafana.md +++ b/docs/tutorials/services/visualize-data-grafana.md @@ -41,7 +41,7 @@ Before following this tutorial, ensure you have: - A machine with [connected to the Viam app](/cloud/machines/#add-a-new-machine). -- A configured [sensor component](/components/sensor/), that reports data. +- A configured [sensor component](/components/sensor/), such as the [`bme280`](https://docs.viam.com/components/sensor/bme280/) sensor, that reports data. - This tutorial uses a dataset of plant moisture measurements, originally captured for our [Plant watering tutorial](/tutorials/projects/make-a-plant-watering-robot/) using an analog resistive soil moisture sensor connected to an analog-to-digital-converter (ADC). The ADC functionality was provided by the [`mcp300x-adc-sensor` module](https://app.viam.com/module/hazalmestci/mcp300x-adc-sensor) from the [Viam registry](https://app.viam.com/registry).