Arduino Plant Signal Project

Hi everyone,

I am here in need of guidance on how to facilitate this school project I am conducting. I want to pour different substances on plants (water, juice, milk, etc), and see how it affects the signals within them. I am thinking of using Arduino to carry out this project, and am seeking advice on what is needed of me and some potential issue I may run into. I want to measure these signals in plants and translate it into data that can be presented. I also want to look into producing plant music as I have seen many videos on YouTube of Arduino projects using plant signals to produce music. I would also like to see what is needed of me in order to do that.

Any advice would be appreciated.

The most basic information is needed from you! What signals are you interested and are they electronic or chemical signals. If you really are interested in such things, can you tell us what research you have done on the subject?

2 Likes

Do a lot of searching and reading. Try to find examples, the Arduino HUB is a start.

1 Like

If you are interested in monitoring the moisture in plants, consider a moisture sensor! There are plenty of tutorials regarding this kind of sensor.

https://www.amazon.com/Capacitive-Moisture-Corrosion-Resistant-Detection/dp/B07SYBSHGX/ref=sr_1_6?crid=5K194EXFEFW5&dib=eyJ2IjoiMSJ9.sMtvewxbpYN73C_BSIyUXaqK-1guPjvqCAz_d4_gILLf9Q6yGRh-XdJjeTlGN3A7TzoVyUrIvu2T9ZPmnMyXaVmpU3tNgy9f4TecaBbEh-CeGv8UXZB7-l0xyZ0OMGpbUOpbfyUxwpfKq1MH5_3yYYtj459VfSrt-HtDXiLk9Mcd1fMdarlMy2lxoHUiFfbRUuwyhWE-mQs2vry4LiNL-dLKc2TshHE8Wo7GGgeHKKKIT0Y0Lgkz-iPIrH8tjkCWvQ8nfI-dvLS_h7KrQ3nq5PIkT86pYazFluEnBN1qif9wAWrlC0MKGeJBugHPNSguvaJpK_44vDmh8L08oKBtt_YZHgG0bVU2K_REXtVM9dM.nKGYMrb30shIMyN4UZ5py1ifeUYXQ7NVZXJW8QNgRic&dib_tag=se&keywords=moisture+sensor&qid=1734939041&s=lawn-garden&sprefix=moisture+sensor%2Clawngarden%2C86&sr=1-6#customerReviews

jonathanzcode,
Your link can be shortened to:
www.amazon.com/Capacitive-Moisture-Corrosion-Resistant-Detection/dp/B07SYBSHGX

That sensor measures the moisture in the soil, not in the plant.

You could use my project here - just put one connector in the plant pot and another in the plant. Would be interesting to try different electrode materials eg carbon, copper wire.

You dont need to use the display and you could simplify the sketch a LOT if you just use the "printreadings" to send the output to the

I don't think you are talking about a moisture sensor.
There was a discussion about measuring electrical activity in plants here on the forum.

The signals I am interested in are bioelectric signals. The summary of my research is that there are electric signals in plants that help control important processes such as growing, photosynthesis, etc. There are biotic and abiotic factors that affect these signals, such as diseases, pests, drought, temperature, and many more. Due to this research, I have made a guess that pouring different substances should affect those bioelectric signals within plants. I hope this is some valuable help.

The application of any microcontroller is ancillary.
Your primary task is to detect these bioelectric signals to make use of them.

This isn't exactly the task of my project. I am trying to measure the bioelectric signals within plants using an Arduino.

That is exactly what I am stating in the original post. I just need some guidance on what equipment is needed of me and potential pitfalls of this experiment.

You are just going in circles. Until you know what the signals are, you cannot select a sensor or circuits to monitor them! You need to do the basic research to define what you want to measure!

1 Like

I just want to read the electric signals of the plants in millivolts, using the Arduino.

ok, then use the identical equipment used for thermocouple measurements, except replace the actual thermocouple with two electrodes to connect to the plant. There are lots of Arduino projects using thermocouples that you can find by searching the forum.

Search "plant electric signals arduino"

Hello everyone, I am an engineering student and I am working on a project "recognize emotions by using plants as biosensor detectors." I need a SpikerBox plant to process the plant's signals, but it's not available in my country. Therefore, I should make a circuit that allows me to record and amplify the bioelectrical signals of plants, such as action potentials or slow-wave potentials. These signals are then visualized and analyzed on a computer to observe and study the electrical responses of plants to different environmental stimuli can someone helps and thank you .

The first thing to engineer is to put numbers on those signals so you have some basis to design what you are working on. Always start a project at the beginning, not at the end.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.