How to Connect Capacitive Soil Moisture Sensor | Raspberry Pi Pico | Quick/Easy

This tutorial will quickly show how to set up the capacitive soil moisture sensor on the Raspberry Pi Pico. The physical and code setup will quickly be shown to start getting analog readings. Also if you haven't please subscribe to my Youtube Channel

Step 1-) Connect to the board as follows:

The pin setup you see in the photo is incredibly simple. The yellow connection is the main thing here (pin 31 on the Pico), you need this connection to read analog values from the moisture sensor since it only gives analog values

Step 2-) Code Setup for Analog Values:

Go to the code on my GitHub page and copy it to your local directory on your Raspberry Pi Pico. If you have the correct wiring and physical setup you should be able to run the code and start receiving analog values. 

It is important to note that the values you are seeing are not indicative of moisture content yet. To turn the analog values into moisture values you need to undergo a calibration process with the sensor. There are many examples of this online. However, the analog values you get should be higher when the moisture content is higher (moist soil). Ideally, you can calibrate by using a cup of water as having the highest moisture value vs dry air being the lowest moisture value by assuming the moisture content follows a linear trend-line in between those two values! 

Conclusion:

Hope this helped you get set up quickly with the sensor to start getting raw analog values, which can be used to get the moisture content through some calibration process. Overall this sensor is pretty inaccurate so each sensor needs to be individually tested and calibrated to unique values. If you do want more accurate moisture values I highly recommend investing in more expensive moisture sensors! Thanks for reading :)

Create a free account to access full content.

All access to code and resources on ShillehTek.

Signup Now

Already a member? Sign In

Explore More on Our Blog

How to Create a Time-Lapse Video with a Raspberry Pi Camera

How to Create a Time-Lapse Video with a Raspberry Pi Camera

Learn how to make a timelapse with your Raspberry Pi in Python.

How to Integrate the MPU6050 with the STM32 Blue Pill

How to Integrate the MPU6050 with the STM32 Blue Pill

Learn how to measure acceleration with the STM32 and the MPU6050 in the Arduino IDE.

Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill...

Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

In this tutorial, I'll show you how to automatically schedule tasks in AWS at regular intervals using AWS...

Implementing Google reCAPTCHA in a Simple React and Node.js App

Implementing Google reCAPTCHA in a Simple React and Node.js App

Learn how to protect your React applications from bots and spam with Google reCAPTCHA integration! This step-by-step tutorial...

AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

In this tutorial, I will guide you through the process of running Selenium with ChromeDriver inside an AWS...

How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

Learn how to use the MLX90614 with the Raspberry Pi Pico W and get infrared values in MicroPython.

Raspberry Pi Pico/Pico W Free Simulator

Raspberry Pi Pico/Pico W Free Simulator

Discover how to simulate Raspberry Pi Pico projects using Wokwi, a free online simulator for Arduino and MicroPython....

Interfacing the MPU6050 with Raspberry Pi Pico W in C++

Interfacing the MPU6050 with Raspberry Pi Pico W in C++

Interface with the MPU6050 using the Raspberry Pi Pico W in C++.

How to Write your First C++ Program on the Raspberry Pi Pico W

How to Write your First C++ Program on the Raspberry Pi Pico W

Write your first C++ Program on the Pico W in a few simple steps.

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.