From 1b35eaefa33e610b2bda53659af24ad14a43db99 Mon Sep 17 00:00:00 2001 From: Hazal Mestci <101270785+mestcihazal@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:05:32 -0400 Subject: [PATCH] Update make-a-plant-watering-robot.md (#2035) --- docs/tutorials/projects/make-a-plant-watering-robot.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/projects/make-a-plant-watering-robot.md b/docs/tutorials/projects/make-a-plant-watering-robot.md index c1936fef0d..cb4a745a76 100644 --- a/docs/tutorials/projects/make-a-plant-watering-robot.md +++ b/docs/tutorials/projects/make-a-plant-watering-robot.md @@ -32,6 +32,10 @@ Follow this tutorial to learn how to set up an automatic plant watering system: 4. [Configure the ADC as a module from the registry](#configure-the-adc-as-a-module-from-the-registry). 5. [Write code utilizing the Viam Python SDK to control the plant watering robot](#add-python-control-code). +{{}} + +You can also follow a simplified version of this tutorial in this video: it eliminates the need for the ADC, the breadboard, and the motor speed controller, and uses the digital pin of the moisture sensor to get “high” and “low” readings and to turn a relay on and off. You can start with this simple version and then add the ADC to make your machine more accurate! + The tutorial uses the following hardware, but you can adjust it as needed: - A Raspberry Pi 3B or 4B with SD card and [5V USB power supply](https://www.amazon.com/CanaKit-Raspberry-Supply-Adapter-Listed/dp/B00MARDJZ4)