๐๐๐ฌ๐๐ซ๐ข๐ฉ๐ญ๐ข๐จ๐ง:
“Transform your garden care routine with our innovative smart irrigation system tutorial! In this video, we’ll guide you through creating a seamless irrigation setup using ESP8266 and the intuitive Blynk IoT platform. Whether you’re a gardening enthusiast or a tech-savvy homeowner, this step-by-step guide will empower you to efficiently water your plants with precision and ease. Watch now and elevate your garden care game with ESP8266 and Blynk IoT! ๐ฟ๐ง
๐ ๏ธ ๐๐๐ฒ ๐๐จ๐ฆ๐ฉ๐จ๐ง๐๐ง๐ญ๐ฌ:
1. ESP8266: Your versatile IoT companion for garden automation.
2. Blynk IoT Platform: Monitor and control your irrigation system from anywhere.
3. Soil Moisture Sensor: Ensure optimal watering based on plant needs.
๐ ๐๐ก๐๐ญ ๐๐จ๐ฎ’๐ฅ๐ฅ ๐๐๐๐ซ๐ง:
1. Setting up ESP8266 for connectivity with Blynk IoT platform.
2. Integrating Blynk app for intuitive irrigation control and monitoring.
3. Programming ESP8266 to automate watering based on soil moisture levels.
Enhancing your garden care routine with smart and efficient irrigation.
๐ ๐๐๐ง๐๐๐ข๐ญ๐ฌ:
1. Ensure your plants receive the perfect amount of water for healthy growth.
2. Save water and reduce water wastage with precise irrigation control.
3. Enjoy peace of mind with remote monitoring and control of your irrigation system.
๐ ๐๐จ๐ฎ๐ซ๐๐ ๐๐จ๐๐ ๐๐ง๐ ๐๐ข๐ซ๐ข๐ง๐ ๐๐ข๐๐ ๐ซ๐๐ฆ:
https://github.com/Tech-Trends-Shameer/Esp-8266-Projects/tree/main/Smart-Irrigation-System-with-ESP8266-and-Blynk-IoT
Ready to take your garden care to the next level? Hit play now and discover the convenience and efficiency of a smart irrigation system with ESP8266 and Blynk IoT. Don’t forget to like, share, and subscribe for more empowering tutorials that elevate your IoT projects! #SmartIrrigation #ESP8266 #BlynkIoT #DIYProjects #DigitalMarketing #TechTutorial #GardenAutomation #IoTInnovation #EfficientWatering
๐๐จ๐ฆ๐ฉ๐จ๐ง๐๐ง๐ญ๐ฌ ๐๐ข๐ง๐ค:
1. ESP8266 – https://robu.in/product/nodemcu-cp2102-board
2. Soil Moisture Sensor – https://robu.in/product/soil-moisture-meter-soil-humidity-sensor-water-sensor-soil-hygrometer-ardunio/
3. Relay
๐ ๐๐จ๐ง๐ง๐๐๐ญ ๐ฐ๐ข๐ญ๐ก ๐ฎ๐ฌ:
โฅ Facebook: https://www.facebook.com/techtrendsshameer
โฅ Instagram: https://www.instagram.com/tech_trends_shameer/
Have questions or need assistance? Drop them in the comments below! ๐
Let’s make garden care smarter and more efficient together! ๐ฟ๐ง”
[Music] the components required for this experiment node MCU board and node MCU breakout board or you can use a Bread Board soil moisture sensor relay battery and a water pump [Music] Now log to the blink. cloud website then go to developers Zone here click on new template here give the template name smart agriculture system and select the hardware as esp8266 and connection type as Wi-Fi then click on the done button now go to data streams and click on new data stream and select the virtual pin here first create the variable as soil moisture and select the pin as V5 and select the data type as double and give the maximum value as 500 now click on the create button now create another variable which is for the pump again select the virtual pin and here give the name as pump and here select the pin number as V6 and data type as integer and if you want we can change the color now again click on the create button now go to web dashboard here drag one gauge widget which is for soil moisture and then one switch widget for the pump now go to the settings of the gauge and here select the data streamer soil moisture now click on the save button now go to the switch widget and here select the data streamers pump again click on the save button now go to events and notifications and here click on create event so here we need to enter the event name so in the program we gave the even name as moisturecore alert so we need to give the same even name here then in the description we can give the same description what we mentioned in the code you can also give any other description now here we need to Select 1 second and here we to enable this show event in notifications section and also enable this send event to timeline so that you can also get the alert in the timeline now go to Notifications Tab and here enable notification and select the email to option as device owner and also push notifications to device owner and here deliver push notifications as alerts so you will get the alert message and then enable the notifications management now click on the create button now you can save the template now go to devices and here click on new device and then select from template here we can see the template which we created smart agriculture system so select the template and click on the create button now copy this template ID template name and authentication token and paste in your program and then enter the Wi-Fi username and Wi-Fi password and upload the program to the nde MCU board for that go to tools and select the board as esp8266 node MC 1.0 and then select the port now click this arrow button and upload the program to the node MCU board now the program is successfully uploaded to the node MCU board now we can set up the blink mobile dashboard for that download the blink iot application from the Play Store store once you open the application you can see the template which we created in the blink web dashboard now click on the template now go to settings and click the plus button and here we need to do the same which we did in the blink web dashboard first add a gauge widget and also add a switch widget now click on the gauge and here select the data stream as soil moisture if you want to add the title go to design and enter the title now go back now click on the button widget so here select the data stream as pump and go to and select the button mode as Switch and Go to design and here enter the title now go back and again click the back button now the setup is completed and now we can check the output we can also check the moisture level Alert in the email if you place the soil sensor in the dry area of the soil the pump will start automatically and if you place in the wet area the pump will stop [Music] automatically [Music] we can also turn on and off the pump manually irrespective of the soil moisture level [Music]
4 Comments
Sir where to type the program
Plz help me sir ๐ญ๐ญ๐ญ๐
I have installed all the libraries but still its showing the error ..BlynksimpleEsp8266.h no such file or directory……
Plz help me plz plz plz ๐ญ
The automatic part depending on moisture level is not working
can i do it with ESP32 ?