It can be connected, but the range of values coming from sensor also changes since the voltage drop changes. Based on this new values, you have update the condition check in the code.
This is not the project. This video is on how soil moisture sensor works and how to use. For project refer this video: th-cam.com/video/8g8oiIa98xc/w-d-xo.html
These are not physical values. Based on the voltage from sensor(0 to 5v), we will be getting ADC values (0 to 1023). You can convert this to percentage also like this, moisture_percentage = (100 - ( (sensor_data /1023.00) * 100 ) );
@@techathome thank you sir, Also, can we use this setup to get the resistance of the soil, like can we write a code like that? Or can we use Arduino to simultaneously plot a graph 📉📈 alongside to make the project more fancy. Please suggest something to me sir, it's really urgent. Love from IIT Roorkee.
As of now I have not explored. I have tried it will Bluetooth mobile app. See if this video helps you: th-cam.com/video/jVy6Z5qA_h0/w-d-xo.htmlsi=oQGJcZIXu0Gytaem
bro how to make relaay on /off with this , is this code contain this or need to recode for replay
Check this video: th-cam.com/video/8g8oiIa98xc/w-d-xo.html
Well explained🙏
Thank you
Bro system ni denikaina connect cheyyaala? Nv sensor ni soil lo dip chesi thisinappudu serial monitor lo values elaa change ayyaayi
I cannot understand your question completely?
Can you explain.
Sir How much is overall cost of the set up... Except for laptop?
Prices vary.
You can check prices for arduino, LCD, moisture sensor, relay module, pump.
Less than 800-900
Less than 300
cant the vcc be connected to the 3.3v
It can be connected, but the range of values coming from sensor also changes since the voltage drop changes.
Based on this new values, you have update the condition check in the code.
Make a video on drifting as well like in forza or assetto corsa
My laptop doesn't support such games, otherwise I would have tried
How is that connected to arduino😂
It's just for thumbnail
in this divices connect to a mobile r not tell me and how to connect and which app I will used
Hlo
Sir
No mobile connection, but this video will help you: th-cam.com/video/jVy6Z5qA_h0/w-d-xo.htmlsi=gwzays7KIeBQb0WW
I have an error of Board at null is not available
Can u send mail with photos of the board and the error?
@@techathome your mail bro
Which board are you using ??
Arduino UNO.
Any board should work.
nextime add delay for 1 second in your code so that sensor value will be displayed every second.
👍
I bought one and when i put it in wet soil the value drop from 1023to 1019only why ?is it damaged or something
There is blue colour potentiometer screw on the sensor module. Rotate that and change the sensitivity.
@@techathome isn't for digital values i used the analog pin
It will modify both. You can rotate and check even for analog pin as well.
I follow everything in the video but my coding said error 'else' without a previous 'if' .. but i already put if before the 'else'
Can u send photo on mail
if we want to measure and print the moisture value in percentage like 45% or 87% how can we convert this analog data to this required percentage
(analog data/1023)*100
Since Arduino has 10bit ADC, the maximum analog output is 2^10 = 1023
i am getting this error in arduino "" Board at null is not available"" what should i do
Did you set the com port in tools?
@@techathome WHAT IS THE COST OF ARDUINO
Thank you sir
Can you add a lcd display to it
We will be making next video completely on automated plant watering system along with LCD display
Sir what is the main object of this project!
This is not the project. This video is on how soil moisture sensor works and how to use.
For project refer this video: th-cam.com/video/8g8oiIa98xc/w-d-xo.html
@@techathome can we do this coding in Tony app is this coding works in that app
@@techathome I want to do this as a mini project in my college
I have not used that app.
You can go with Arduino droid app, You can get video on this app in our channel.
@@techathome can send that vedio link to me
Sir in which app your coding?
He is coding in Arduino IDE
It is Arduino IDE for computer: downloads.arduino.cc/arduino-1.8.12-windows.exe
You can also use smartphone: th-cam.com/video/HueSXtQQNLM/w-d-xo.html
sir in what units are these output values? Like the 1000+ when the soil is dry.
These are not physical values.
Based on the voltage from sensor(0 to 5v), we will be getting ADC values (0 to 1023).
You can convert this to percentage also like this,
moisture_percentage = (100 - ( (sensor_data /1023.00) * 100 ) );
@@techathome thank you sir,
Also, can we use this setup to get the resistance of the soil, like can we write a code like that? Or can we use Arduino to simultaneously plot a graph 📉📈 alongside to make the project more fancy. Please suggest something to me sir, it's really urgent. Love from IIT Roorkee.
Resistance calculation I have not done, need to check.
On the graph,
You can use Serial plotter option inside Arduino IDE itself under Tools.
How to connect to laptop
USB cable and Arduino IDE
Can anyone give the code in the reply?? Because the drive link in the description box not opening
Send mail to: deepakhd20@gmail.com
Will it works ?
Yes
@techathome
Provided we have to do as u done
Bro how to change the soil moisture in that
I didn't get your question
How many square feet and square meters of land can detect soil moisture sensor?
It works through conductivity, so that means the ground acts like an potentiometer and does not have an “range”
what platform you used to run the code
It is Arduino IDE
Can u please provide code as the link is not opening.
Can u send mail: deepakhd20@gmail.com
It is working
👍
Which algorithm u used in that code
There is no specific algorithm. Simple If statements to compare sensor value is less than or greater than the thresholds.
Sir is this code working
Yes
Can this system be notified in telegram?
As of now I have not explored. I have tried it will Bluetooth mobile app. See if this video helps you: th-cam.com/video/jVy6Z5qA_h0/w-d-xo.htmlsi=oQGJcZIXu0Gytaem