WayinTop Upgrade Automatic Irrigation DIY Kit Self Watering System for Garden Plant, Development Board + 4pcs Soil Moisture Sensor + 4 Channel Relay + 4pcs Water Pump + 5M Vinyl Tubing + Jumper Wire








Key features
- •【Upgraded Automatic Watering System】Combine development board with USB download cable, water pump, tubing, soil moisture sensor, 4 channel 5V relay module and jumper wires in one plant watering system, including all component for a whole Arduino DIY drip irrigating system.
- •【Take Care of Your 4 Plants Anytime】You can have the system to water your 4 plant automatically. Whenever your soil becomes too dry, the pump is set into motion and water flows up the tube and into the pot. You don't have to worry about your plants while going for vacations.
- •【R3 Development Board】It use the same ATmega328 as official Arduino development board. The ATmega328 on the board comes preprogrammed with a bootloader that allows you to upload new code to it without the use of an external hardware programmer.
- •【Capacitive Sensor】Insert it in to the soil around your plants and With a screen and a motherboard, you can talk to your plants. To see if your plants is thirsty, do they need more water to moisten it?
- •【Reliable Support】We have prepared detailed automatic self watering tutorial, includes: guidance manual, demo code, burning tools, necessary class libraries.(All of these are in E-format. You can contact us on Amazon, we will send PDF Document to you at any time.)
BrandWayinTop
CategoryAccessories
WayinTop Upgrade Automatic Irrigation DIY Kit Self Watering System for Garden Plant, Development Board + 4pcs Soil Moisture Sensor + 4 Channel Relay + 4pcs Water Pump + 5M Vinyl Tubing + Jumper Wire
List Price: $66.33$59.70DEALYou Save: $6.63 (10%)
Free shippingFree Returns – 30 daysFree Order CancellationSecure Payment2–3 Days DeliveryGet It June 24, 2026In Stock (1)No marketing spamNo account requiredFulfilment by FedEx / Amazon / UPS / ShipwirePayPal / Card Buyer Protection
Customer Reviews
Reviews sourced from verified Amazon purchasers4.0
out of 5
Based on 10 reviews
5★
50%
4★
50%
3★
0%
2★
0%
1★
0%
Works for watering the Christmas tree
Jon D✓ Verified Purchase•October 16, 2023
I set this up to automatically water my Christmas tree. Everything in the kit worked perfectly: I have no complaints about it at all. However, in this project, I discovered that these pumps do not prevent passive backflow (or forward flow) through them. Because of this, if you place the pump in the bottom of a jug of water next to your tree, and you run the tubing from the pump into the water in your Christmas tree stand, once you fill the tubing with water you have created a siphon system that will automatically equalize the water level between the water jug and your Christmas tree stand. If you turn the pump on and it lowers the water level in the jug below the water level in the Christmas tree stand, as soon as the pump turns off, the water will just passively flow back into the jug. At that point, you no longer need to power the pump: as long as you keep the jug of water full, the water will passively flow into the Christmas tree stand.
Nice starter kit
David✓ Verified Purchase•September 23, 2023
For clarity, I purchased the "WayinTop Upgrade Automatic Irrigation DIY Kit Self Watering System for Garden Plant" (since Amazon seems to lump reviews together for related products).
Overall, this is a nice little kit for the price. You'd be hard pressed to get all the components separately for this price. Their tutorial is on GitHub and they sent me a link. (If you know your way around GitHub it's pretty easy to find.)
A couple things I found. As someone else mentioned, their wiring diagram has a small issue. There should be a line from the battery to VIN, and the line from VIN to the relay board should actually come from 5V.
Their code is redundant and is not very clear without intimate knowledge of the hardware. Also, the default threshold value of 750 resulted in it never turning the pumps on because my sensors read 600 bone dry.
I submitted a PR (#2) with a cleaned up version of the code, so feel free to take a look at that and use it instead.
I had an issue with one of the sensors and contacted them through Amazon. They were unable to replace the sensor, but told me I could find one for $5 on Amazon, so they refunded the cost of replacing the one sensor, which I found to be a pretty decent solution. Especially since it was much faster than waiting for a replacement to be shipped from China!
Overall, this is a nice little kit for the price. You'd be hard pressed to get all the components separately for this price. Their tutorial is on GitHub and they sent me a link. (If you know your way around GitHub it's pretty easy to find.)
A couple things I found. As someone else mentioned, their wiring diagram has a small issue. There should be a line from the battery to VIN, and the line from VIN to the relay board should actually come from 5V.
Their code is redundant and is not very clear without intimate knowledge of the hardware. Also, the default threshold value of 750 resulted in it never turning the pumps on because my sensors read 600 bone dry.
I submitted a PR (#2) with a cleaned up version of the code, so feel free to take a look at that and use it instead.
I had an issue with one of the sensors and contacted them through Amazon. They were unable to replace the sensor, but told me I could find one for $5 on Amazon, so they refunded the cost of replacing the one sensor, which I found to be a pretty decent solution. Especially since it was much faster than waiting for a replacement to be shipped from China!
Good, complete kit with great support
AdaBill✓ Verified Purchase•September 21, 2023
I contacted the seller and they supplied me with the code and documentation within 1 days time. I did have a problem with the relay board and again they responded to my request for assistance within a few hours. Operator error. The kit includes everything you need for a basic automated watering system. The only thing I'll add is a water level float switch in the reservoir to tell me when the water supply level is too low to run the pumps. I purchased an automated LED grow light system earlier and this was the next area needing automation. I am happy with the quality of the parts in the kit and am very happy with the support. The kit is setup for 4 plants (4 relays, 4 sensors, 4 pumps). It can be expanded. The limit seems to be the analog pins available to read the moisture sensors. For the provided UNO it is 6 plants. If you have access to a NANO, it has 8 analog read pins so you could support up to 8 plants. My next task is determine the size of the water reservoir needed. This is completely dependent on the number of plants and their size and water needs. Each plant has different needs and the system will adjust to handle most plants.
Basic collection of parts that can be used to irrigate some plants.
Joseph Julicher✓ Verified Purchase•August 17, 2023
Reasonable basic setup to run a few pumps with sensor data.
The circuitry could be improved. The USB disconnects when the motors are turned off. This could be fixed with better isolation in the relay board and probably a few diodes.
I am using a nano and a nano breakout to simplify wiring of the sensors.
The sensor wires are short so I am using "servo extensions" to get additional distance between the plants and the arduino.
The circuitry could be improved. The USB disconnects when the motors are turned off. This could be fixed with better isolation in the relay board and probably a few diodes.
I am using a nano and a nano breakout to simplify wiring of the sensors.
The sensor wires are short so I am using "servo extensions" to get additional distance between the plants and the arduino.
This is a great kit that really works
goblin✓ Verified Purchase•August 15, 2023
This is a kit that comes with everything you need except a battery compartment or power supply which you'll need to power the water pumps. I was able to complete the entire kit in a couple of hours. I was able to get the instructions and the code from their Github link. The only issue I had was that finding the instructions in their Github repo took a little digging but once I found them I was on my way. One thing to be aware of is that the pumps are submersible so you don't have to attach any tubing to the intake side of each pump. For the price this kits is a great value. They even give you an extra pump and tons of extra wires. Also, the code is very very simple. I did have to adjust the dryness/wetness level in the code but that was very easy after reading online documentation for the sensor. It was very satisfying putting together this very useful kit and there are a lot of possibilities from what you will learn.
Page 1 of 2



![Mr.Shield [3-Pack] Screen Protector For NEW ANBERNIC WIN600 Premium Clear Screen Protector (PET Material)](https://m.media-amazon.com/images/I/41fJvp9pAYL._SL500_.jpg)



