sir there is problem in the code which is given where the sensor is working as per the project. The sensor has to toggle but it is not happening sir ,how to change the code for it??
sir , can you say how i can setup that bylnk app , now it is blynk iot app.. please say how to setup that bylnk iot app for that blynk code . please reply whatever it is.
While I was writing code I had attached LCD with I2C converter to the project, but to simplify the project, I had not shown it here. Rest assured the code will work same if you attach LCD or not
@@ZARONEPROJECTS THE MOTOR IS NOT GETTING OFF WHWN SENSOR TOUCHES WITH WATER AS WEEL AS IN THE DASHBOARD THE HUMIDITY AND TEMPERATURE READINGS ARE NOT VISIBLE
While I was writing code I had attached LCD with I2C converter to the project, but to simplify the project, I had not shown it here. Rest assured the code will work same if you attach LCD or not
Try running these code, these are for smart irrigation using blynk, here you have to download blynk legacy and then make v5 for humidity, v6 for temperature and v7 for moisture and a button at D0 to control motor : drive.google.com/drive/folders/1iKjecS7MhnrUTNIDIJm2dgB21H2f1AGM
WARNING: library LiquidCrystal I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s). C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino: In function 'void setup()': C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino:55:14: error: no matching function for call to 'LiquidCrystal_I2C::begin()' 55 | lcd.begin(); | ^ In file included from C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino:21: c:\Users\princ\OneDrive\file\Arduino\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate: 'void LiquidCrystal_I2C::begin(uint8_t, uint8_t, uint8_t)' 58 | void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS ); | ^~~~~ c:\Users\princ\OneDrive\file\Arduino\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate expects 3 arguments, 0 provided exit status 1 Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()' . this error is come please give solution
Thank you for the project, saved me in my practicals
Hi! Can't access blynk through the credentials you have provided in the link. It keeps showing wrong password. Please help.
sir there is problem in the code which is given where the sensor is working as per the project. The sensor has to toggle but it is not happening sir ,how to change the code for it??
sir , can you say how i can setup that bylnk app , now it is blynk iot app.. please say how to setup that bylnk iot app for that blynk code . please reply whatever it is.
bor how to download th e file in file explorer. pls tell it urgently
The link to buy the parts is not working, please fix it.
Sir can i control the pump water with my own mobile app, i mean that if i send value 1 for motor from mobile app to thingspeak is it gone a work?
For that you have to use Blynk IoT app
Can u put the actual circuit diagram that have been used in the video
Yes, but I am not getting proper component library anywhere, that the main issue, for now you can follow the codes for wiring
Total project abstract plz send
Sir it really. Helpes
Why the relay is always on, even the moisture is 100 percent???
There might is some error in wiring, or some component might not be working well.
I am doing using Arduino and wifi module can provide the code?
Bro how to order this project
will it water the plant automatically???
Yes
Please what is the role of Dht11 in this project
It is used to monitor humidity and temperature
bro why lcd is included in code
While I was writing code I had attached LCD with I2C converter to the project, but to simplify the project, I had not shown it here. Rest assured the code will work same if you attach LCD or not
bro can you give me this project code please
drive.google.com/drive/folders/14DSmDz9CsYrl-e4NcHTz2IvDMzz2BcAm
bro through the link the code is not opening as it directly opening on ardino ...plz provide us a text file of code so that it can be visible🥲🥲
Just open it with notepad and you will be good to go
I have done all like this, but it is not working plz help me in this bro
What problem are you facing??
@@ZARONEPROJECTS THE MOTOR IS NOT GETTING OFF WHWN SENSOR TOUCHES WITH WATER AS WEEL AS IN THE DASHBOARD THE HUMIDITY AND TEMPERATURE READINGS ARE NOT VISIBLE
@@White_wolf147 check wire it seems that wiring is not correct
@@ZARONEPROJECTS brother i have connected d8 to relay input and a0 to input of soil sensor but it is not happening
@@ZARONEPROJECTS plz contact me bro
where is the code bro?
drive.google.com/drive/folders/14DSmDz9CsYrl-e4NcHTz2IvDMzz2BcAm
The diagram and the video have some differences. Will the code given in the desription work in both side?
Yup
We had trouble getting actual parts in fritzing so we made it using alternate parts in Fritzing
Sir how can i contact you for the project .
You can visit our website www.zarone.in
Bro i need a code this code drive problem
drive.google.com/drive/folders/14DSmDz9CsYrl-e4NcHTz2IvDMzz2BcAm
Nice video my friend😄
Thank you boss🤗🤗
@@ZARONEPROJECTS sir through blinky app can do the project
Code is in which language?
It is written in arduino ide which uses simplified C language to enable user to code easily
Bro code me lcd ki code kyu hai
While I was writing code I had attached LCD with I2C converter to the project, but to simplify the project, I had not shown it here. Rest assured the code will work same if you attach LCD or not
bro please provide code
Check description
Contact no de dijiye please sir
Code bro ?
In the link buddy
hey I'm facing some problems my realy isn't working
What problem you are facing??
@@ZARONEPROJECTS my realy is always high ( no matter my soil moisture sensor is wet or dry)
@@ZARONEPROJECTS sir can i contact you on Instagram?
Same problem I am also getting
Try running these code, these are for smart irrigation using blynk, here you have to download blynk legacy and then make v5 for humidity, v6 for temperature and v7 for moisture and a button at D0 to control motor : drive.google.com/drive/folders/1iKjecS7MhnrUTNIDIJm2dgB21H2f1AGM
WARNING: library LiquidCrystal I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s).
C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino: In function 'void setup()':
C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino:55:14: error: no matching function for call to 'LiquidCrystal_I2C::begin()'
55 | lcd.begin();
| ^
In file included from C:\Users\princ\Downloads\smart_irrigation_with_thingspeak\smart_irrigation_with_thingspeak.ino:21:
c:\Users\princ\OneDrive\file\Arduino\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate: 'void LiquidCrystal_I2C::begin(uint8_t, uint8_t, uint8_t)'
58 | void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS );
| ^~~~~
c:\Users\princ\OneDrive\file\Arduino\libraries\LiquidCrystal_I2C/LiquidCrystal_I2C.h:58:8: note: candidate expects 3 arguments, 0 provided
exit status 1
Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()' . this error is come please give solution
I want to contact you
Contact no de dijiye please sir