Automatic Smart Plant Watering Kit

The Smart Watering Kit allows to provide all your own smart plant monitoring system with ease of use and unlimited options! The kit include pump, soil moisture sensors, water switch to redirect the water to up to 4 plants and pipes for the water to go through.

How to make it?

1、Circuit diagram design

①、The MCU I used ATMEGA32U4-XUAU Minimal circuit system,Similar to the use of atmega328p chip, they are all programmed in the ARDUINO IDE environment.

②、RTC timing module I choice DS1307,I2C Address is 0x68.

③、ESP8266 IoT control

Internet of things control module, in order to facilitate my wireless monitoring of watering at home.

④、Relay control module

We use a 12v motor to water the flowers, and the drive capability of the ATMEAG32U4 chip is not enough, so we need to use an additional power supply to supply power, so we need to use a relay drive circuit to control the 12v servo.

⑤、12v motor interface

⑥、Voltage detection

Through ADC analog-to-digital conversion, to detect the size of the input voltage to ensure safety.

⑦、PCB design

2.Take it to the factory to make pcb circuit boards,and welding components,that is the product shown below

3.Upload code

you can download code here https://www.elecrow.com/download/watering_kit.zip

4.How to use it, refer to this link for circuit connection and use

https://pt.aliexpress.com/item/32890254830.html?spm=2114.search0104.3.2.592574d5WUgIOT&spm=a2g0o.store_home.slider_8241283.4&ws_ab_test=searchweb0_0,searchweb201602_1_10065_10068_318_10890_319_10546_5731311_317_10548_5730311_10696_5728811_10084_10083_5729211_10618_452_10307_5731411_532_5731211_5731111_204_328_10059_10884_323_325_10887_5731511_100031_5731611_320_321_322_5731711_10103_5732011_5732511-10890,searchweb201603_2,ppcSwitch_0&algo_expid=e038b24a-f09b-4e59-bd02-0c1e6d641727-0&algo_pvid=e038b24a-f09b-4e59-bd02-0c1e6d641727

Comments

  • I especially like the connector for ESP-01. Remote access is super convenient.

    It would be even cooler if the connections and the bootloader were modified as to allow remote sketch upload (via the hardware UART and ESP8266)! For example, using ESP-Link firmware.

Sign In or Register to comment.