- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 week ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 4 weeks ago
- What is IoT and which devices to usePosted 1 month ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 2 months ago
- Make your curtains smartPosted 2 months ago
- Configuring an ESP8266 for Battery PowerPosted 2 months ago
- Creating a Telegram Bot for ESP32Posted 2 months ago
- Mini Course on BlynkPosted 2 months ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 2 months ago
- Building a Laser MicroscopePosted 2 months ago
Vinduino, a water saving project
The Vinduino project (Vineyard + Arduino) started out of necessity to better manage irrigation in Southern California vineyard and reduce agricultural water consumption by 25% (25% of 42 million acre feet/year is more than the annual urban water use).
In order to be of the greatest possible use to the public, the Vinduino project is open source, affordable, and easy to build.
Using a single soil moisture sensor, you can determine when to start irrigation, but overwatering is hard to avoid. By using multiple sensors, located at different depths, you can actually control irrigation to not exceed the active root zone, and thus save water:
Because the sensors are connected together through a soil resistance path, multi-sensor measurements can only be done when sensors are disconnected when not in use. Vinduino uses regular 2N7000 FETs for this. The handheld reader can measure only one sensor at a time, and therefore can use a simpler interface circuit without FET switches.
Before to start your project, be sure to have:
1 | × | 8 characters x 2 lines LCD displayAMC0802BR-B-G6WFDW |
1 | × | Arduino Pro Mini |
2 | × | resistor 4k7, 1%reference resistors used in sensor measurement bridge |
1 | × | resistor 470 OhmLCD backlight current limit |
1 | × | 10 k potentiometerLCD display contrast setting |
2 | × | 1N4148 diodeused in sensor measurement bridge |
2 | × | crocodile connector cable |
1 | × | Polycase VM-24 enclosure + VM24-bootenclosure + protective silicone rubber boot |
1 | × | 9 V block battery |
1 | × | Vinduino-H printed circuit board |
1 | × | Power switchon when pushed in, off when default |
Now check out the original project and start doing it yourself!