Automatic Garden Watering System

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ค. 2024
  • Building two different systems to water my garden. One just to collect data and make cool plots, one to create a simple and inexpensive solar-powered watering system.
    Parts I designed for the project: www.printables.com/pl/model/7...
    More about the project: indystry.cc/diy-solar-powered...
    Patreon: / nikodembartnik
    @PracticalEngineeringChannel video: • Arduino Garden Control...
    Raspberry Pi Pico: amzn.to/3O2GBdG
    Garden irrigation set: amzn.to/3uLS3DL
    Solar panel: amzn.to/3PqgpLp
    Pump: amzn.to/3O74vF0
    My gear:
    Camera: amzn.to/3VdbfGH
    Lens: amzn.to/44nY2z0
    Better lens: amzn.to/424iuCX
    Tripod: amzn.to/3Nh2Cca
    3D printer: bit.ly/43SS7S5
    Label printer: amzn.to/3oW55yn
    Headphones: amzn.to/3LDTXz6
    Speakers: amzn.to/3nl34eJ
    Oscilloscope: amzn.to/3HmGMjN
    Lab bench power supply: amzn.to/3HpotdD
    Soldering station: amzn.to/3Vd39xH
    Follow me on Instagram: / nikodembartnik
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 164

  • @nikodembartnik
    @nikodembartnik  ปีที่แล้ว +23

    Thanks a lot for watching! Let me know what you think about this project! Here you can find files, code and plots: indystry.cc/diy-solar-powered-garden-watering-system/

    • @007hansen
      @007hansen ปีที่แล้ว +3

      Great Video! I do believe the capacitive soil moisture sensor can run with 5v and the analog pin will never see more than 3.3 Volts! Btw, do you know OpenSprinkler exists?

    • @generalawareness101
      @generalawareness101 ปีที่แล้ว

      I am very interested in that capacitive tester for wetness because I lost all my plants this year because they were too dry, or sopping wet yet the meter was all over the place.

    • @ric_dk-9520
      @ric_dk-9520 ปีที่แล้ว +1

      You should add a rainwater collector to the system.

  • @theonlyari
    @theonlyari ปีที่แล้ว +100

    Awesome job! I dont think your LEDs are the biggest contributor to your power consumption, although its not a small part either. A few things to consider:
    1. Reduce your sensor bandwidth. You dont need to know the soil moisture content every few milliseconds... or seconds... or minutes. You could check once an hour and turn the sensor off for the rest of the time.
    2. Get rid of those pesky linear regulators. They are super inefficient. You can either lift some design examples for your own SMPS or go with a module. I have used Analog Devices "LTM" modules a lot and they are great- the downside is they are very expensive ($10+). They are also BGA parts, so you may have trouble soldering them. But they are a good option if you want something small that "just works"
    3. Use low power modes in the microcontroller. Put the MCU to sleep when you dont need it.
    If you implement those few things there's no reason you can't get months of battery life out of this thing.
    Either way, very good job on making a clean, tidy system. Im sure you had a good time making it and its far better than some professional system i have seen. :)

  • @husam2761
    @husam2761 ปีที่แล้ว +28

    " I want to make this project because it is the 21th century "
    Literally less than 20 minutes later, " 14:25 " : proceeds to use Stone Age tools.

  • @teyuenbing8400
    @teyuenbing8400 23 วันที่ผ่านมา

    It’s great that your dad supports you for your projects. I admire most western people that you can do what interests you such as this project instead of studying all day.

  • @nrdesign1991
    @nrdesign1991 ปีที่แล้ว +73

    Another way to reduce power consumption is to only turn on the sensors and the SD card when they are needed

    • @simonbaxter8001
      @simonbaxter8001 ปีที่แล้ว +18

      Totally agree. The rate at which things change in a system like this is very slow, so the device can easily spend 10 minutes in low power standby, then wake up, check the sensors and if nothing needs doing, go back to sleep for 10 minutes. If the pump does need to be on, then stay awake until the pump is turned of then repeat! Would probably save 80% of the power consumed and the battery would easily stay fully charged by the solar panel.

    • @ianstarcroft
      @ianstarcroft ปีที่แล้ว +8

      Definitely. I created a very similar system using an ESP8266 clone. It sleeps for 1 hour, reads all the sensors, uploads then to the internet. It uses the light sensor to determine if its night or day and runs the pump on the transitions between the two. Using an old car battery and a 10w solar panel it never runs out of power.

    • @thesower6577
      @thesower6577 11 หลายเดือนก่อน +1

      @@ianstarcroft hi. It’s lovely to hear about your project. Will you care to connect and share some of your insight with me? I’m trying to build a system like that in Africa

    • @jamesmyles2009
      @jamesmyles2009 หลายเดือนก่อน

      Thanks for the great video. Planning a simple timed system based on gravity feed with tank topped up with river water by a pump. Have gone for a 12v car battery and 120W solar. I hope I build something even half as neat as yours.

  • @sunfoundermakereducation8590
    @sunfoundermakereducation8590 ปีที่แล้ว +7

    I watched your videos from beginning to end, and I really like your meticulous attitude to work.👍

  • @Sylvan_dB
    @Sylvan_dB ปีที่แล้ว +5

    Your soil moisture needs to be using A.C. to minimize corrosion. This simply means alternating the polarity of each probe or better to use an A.C. signal rather than D.C.

  • @OhHeyTrevorFlowers
    @OhHeyTrevorFlowers ปีที่แล้ว +3

    This is neat work. Thanks for sharing your process. Also, your family's land is lovely.

  • @jothain
    @jothain ปีที่แล้ว +4

    Nice. Though for reliability I'd suggest to use that minimum level float inverted. Put ball in shaft and let it sink from top and use almost whatever switch when level goes too low. Parts are really easy to print. Also functions well as visual indicator of level far away.

  • @KeritechElectronics
    @KeritechElectronics ปีที่แล้ว

    Nice project. It takes some practice to solder these perfboards, but it can be done nicely. That's how I prototype devices (or build single production units).

  • @mists_of_time
    @mists_of_time ปีที่แล้ว +3

    Great project, I love how you showed your designing process in a nice condensed way.

  • @piconano
    @piconano ปีที่แล้ว +1

    I just finished a solar ESP32 radiation detector async webserver project.
    Planted it into the ground on a 2x3 pole just like you, but used NiMH batteries instead.
    Now that I upgraded my electric moped to LiFePO4, I have 4 x 22Ah sealed lead acid batteries.
    I'll use one of them to replace the NiMH. They perform better in -20ºC of Canadian winters.

  • @mynameisjeff9560
    @mynameisjeff9560 ปีที่แล้ว +1

    Awesome, I made a similar project when in school but I used RF modules to send a signal to turn on the pump at the water tank because it was to far away for using cables. I also used GSM module that could send me an SMS when the battery or water level in the tank was low. I reduced power consumption by putting the Arduino to sleep and waking it up every hour to check the moisture. The project worked but sadly I never implemented it in the garden. I got the inspiration now to finally do it after 6 years hah

  • @makergona
    @makergona ปีที่แล้ว +4

    The video is very good. It seems to be a video that contains a lot of the prototyping process.
    I have a job to teach high school student the production process in Korea, and I will recommend this video to them. It's also very educational.

  • @piconano
    @piconano ปีที่แล้ว +1

    The best programming language, is the one you know the best.

  • @GreenCinco12Official
    @GreenCinco12Official ปีที่แล้ว

    Nice project. I would try to change the lid of the barrel to a grid/net to collect water but keeping leaves etc. out.
    This way the barrel fills a little bit everytime it rains.

  • @JPToto
    @JPToto ปีที่แล้ว

    This is so well done Nik!!

  • @ScootLogix
    @ScootLogix ปีที่แล้ว +1

    very cool man. I've been wanting to do something similar, possibly with aquaponics. Just need the land, I live in a small townhouse. Keep it up, looks like you really enjoy this stuff.

  • @FabriceCHERRIER
    @FabriceCHERRIER ปีที่แล้ว

    nice work. I have same interrogation about soil moisture sensor... I use the capacitive one but need to replace it every year

  • @direnm100
    @direnm100 ปีที่แล้ว

    Great project! Exactly what i was looking for. 👏

  • @Kmnri
    @Kmnri 8 หลายเดือนก่อน

    1. Imo automated systems work much better when you have remote control over them so i would use esp32 (so c++)
    2. Putting mcu to sleep is also good idea, read sensors every 30 minutes or so, upload data via wifi, put it back to sleep

  • @pucek1517
    @pucek1517 ปีที่แล้ว +5

    Szacun za projekt, wykonanie i fajną prezentację. Ostatnio zacząłem interesować się elektroniką i tak trafiłem na twój kanał :) Puki co jedyne co zrobiłem to prosty projekt z pompką, przekaźnikiem i czujnikiem wilgotności gleby zasilany powerbankiem, jednak polubiłem to i chciałbym spróbować czegoś z mikrokontrolerem. Leci sub i powodzenia

  • @VeerDaVlog
    @VeerDaVlog ปีที่แล้ว

    love you film making & projects.
    Lots of love from somewhere in India.

  • @hippopotamus86
    @hippopotamus86 ปีที่แล้ว +12

    Maybe instead of a pump, you could run an electronic valve to open and close, and allow gravity to move the water.

    • @Hofstader007
      @Hofstader007 ปีที่แล้ว +2

      There is a problem with that. It depends on how much water you have in your barrel and the hight where the barrel is placed. As the water level decreases the pressure decreases and less water is flowing through the nozzles . If you are connected to a water source with constant pressure you can use a solenoid valve as you speak of.

  • @temyraverdana6421
    @temyraverdana6421 ปีที่แล้ว

    WOW, an amazing and useful project.
    I think it is useful to add an inlet filter to the pump and add a something like a funnel to the reservoir to recover the rain water falling down.
    Thanks for share it

    • @nikodembartnik
      @nikodembartnik  ปีที่แล้ว

      Adding a filter to the pump is a great idea! The funnel added to the reservoir would collect plenty of dust inside

    • @temyraverdana6421
      @temyraverdana6421 ปีที่แล้ว

      @@nikodembartnik You are right about funnel, adding a little wire mesh at the end of the cone?

  • @Accessgp
    @Accessgp 9 หลายเดือนก่อน

    Amazing project and I really appreciate your effort going into details, couple of inputs here from my experience. One the soil moisture sensor will not work reliably if it is too far from the microcontroller because of DC losses.you can move your controller and tank in the middle of the garden to overcome this. Next like others have already mentioned in the comments reduce the interval of data gathering and you will save power. Last add a 12v solenoid valve to the input line to keep the tank always topped up or top up when empty. Next for the challenges with your diy sensor 3D print the legs and have the metal only at the end for consistent performance because no matter how well you insulated the metal humidity will creep in and ruin the day. Hope my inputs help.
    Overall your project is far better than most commercially available systems for the same purpose. Keep it up 😊

  • @elmocho9003
    @elmocho9003 8 หลายเดือนก่อน

    amazing job !!!!! congrats

  • @Mr.Saiful
    @Mr.Saiful ปีที่แล้ว +1

    we love you Bartnik
    😊

  • @zilotix9377
    @zilotix9377 10 หลายเดือนก่อน +1

    it would be cool if you could hook it up to a weather system or maybe just a weather app to predict certain aspects for the project like humidity or total rainfall to alert your system to save water and just wait for the rain.

  • @ARMadillo18
    @ARMadillo18 ปีที่แล้ว

    This looks cool. Thanks for this video.

  • @leventeagas
    @leventeagas 10 หลายเดือนก่อน

    nicely done mate. i didnt read all comments so i dont know if anybody else suggested...ive seen that massive rain and you checked your water level and the barrel was almost empty. you can have maybe few holes on top with a mosquito mash as well to stop the dirt going into the barrel and have it refilled when its rain :)

  • @woody3says
    @woody3says ปีที่แล้ว

    Fantastic work!

  • @education.online_frevryone
    @education.online_frevryone 9 หลายเดือนก่อน

    I really like your outdoor table!

  • @Impossiblespace
    @Impossiblespace ปีที่แล้ว +1

    Great video and project!

  • @johnspence8141
    @johnspence8141 ปีที่แล้ว

    Absolutely inspiring

  • @scerrisebastien
    @scerrisebastien ปีที่แล้ว

    Thanks for the share. Great video!

  • @Bianchi77
    @Bianchi77 7 หลายเดือนก่อน

    Nice video shot, well done, thanks for sharing it :)

  • @aaronag7876
    @aaronag7876 ปีที่แล้ว

    Thank you. This is such a great video and exactly I wanted to play with. Ive Subbed and notified

  • @jordansahs1529
    @jordansahs1529 ปีที่แล้ว

    Great project!!! I really liked it.

  • @Dimprecator
    @Dimprecator ปีที่แล้ว

    Great Video Nikodenus Bartnikator !!!!!

  • @kmSaifullah
    @kmSaifullah ปีที่แล้ว

    Great...👍👍👍 Excellent project. Best of luck Brother✌️✌️

  • @kpmathis71
    @kpmathis71 ปีที่แล้ว

    Regarding the watering side, pull those emitters back a bit from the stems. Root rot can be caused by the base of the plant (stem to root transition) staying wet & fungus growing. Also it can help to make the plants "reach" for the water a bit - wider roots, More stable plants.
    Consider using rain collection at all? Loads of additional issues, but maybe less refilling the source drum?
    Have you found any reliable soil sensors on the market? Reviews all seem to point to fast failures for all I have seen. Your solid metal (I think?) probes make more sense to me.
    Been lurker-subbed for a while. Enjoy the work. Thanks for sharing.

  • @mrcarlpaton
    @mrcarlpaton ปีที่แล้ว

    You inspire me to make things brother!

  • @Very_Dark_Engineer
    @Very_Dark_Engineer ปีที่แล้ว +1

    Well done Nikodem, i impressed by your productivity. Be careful with fiberglass dust whan work with pcb, fiberglass dust can be dangerous.

  • @sabaubogdan6997
    @sabaubogdan6997 ปีที่แล้ว

    Frankly. Prototype boards are my to-go solutions usually. I don't have the patience to make or wait for a pcb. I found on TH-cam different techniques for prototyping on perf boards. If you take a bit of time the end result could be quite nice.

  • @TheRainHarvester
    @TheRainHarvester ปีที่แล้ว +1

    Great project. Watch for long term uv exposure with plastics and water vapor will condense in the morning onto cool electronics and eventuality corrode. So best to put them in a breathable box which is dry (a nearby shed or big container ). Water vapor will even get sucked down wire insulation into a sealed box a the pressure inside a sealed box goes high then low.

    • @TheRainHarvester
      @TheRainHarvester ปีที่แล้ว

      Oh hot glue will not last through a freeze. It will melt\flow while inside a glass jar during Texas heat (oops).

    • @TheRainHarvester
      @TheRainHarvester ปีที่แล้ว

      Just some issues/tips to consider! Great project. Watch out for clear tubing growing algae which clogs.

    • @TheRainHarvester
      @TheRainHarvester ปีที่แล้ว

      I also want to automate my 35 minute daily watering....but drip doesn't evenly moisten the bacteria here in Texas. Need to grow bacteria in the moist soil to feed the plants. Wicking beds help (on my channel).

  • @lucyfeer2582
    @lucyfeer2582 ปีที่แล้ว +2

    Właśnie na to czekałem! Pozdro

  • @visuinoprojects
    @visuinoprojects ปีที่แล้ว

    Very Cool project!

  • @rubenwardy
    @rubenwardy ปีที่แล้ว +4

    Very nice video as always!
    When I made such a system, I used an ESP32 which supports deep sleep - I only turn it on every 5 minutes. Maybe using this or turning sensors off would have allowed you to keep the sensors?

  • @hitechhuckleberry3678
    @hitechhuckleberry3678 ปีที่แล้ว

    man you have a very nice garden.

  • @droneexperience2300
    @droneexperience2300 ปีที่แล้ว

    Loved it

  • @stevekent3991
    @stevekent3991 ปีที่แล้ว

    It also helps if you have good soil, I only water my veg during the seedling stage. Mother Nature does the rest, no need to water again unless there is a long hot dry period. If you need to water everyday, you are either overwatering and/or your soil is low quality and not retaining moisture.
    For thirsty veg, consider Kratky hydroponics and use a float value.

  • @mmhmnms
    @mmhmnms ปีที่แล้ว

    I'm a big fan of the perf boards you can buy that have a few pins connected together in the same way as on breadboards 👌 can recommend

    • @davidsherrick8633
      @davidsherrick8633 ปีที่แล้ว +1

      Adafruit makes one called the Perma-Proto board that you can solder on and is electrically connected just like a regular breadboard. They are significantly easier to work with than just plain perf boards. I use solderable jumper wire so you never have to make traces with solder like you do with perf boards.

    • @mmhmnms
      @mmhmnms ปีที่แล้ว

      @@davidsherrick8633 nice! I've only ever bought mystery brandless ones of aliexpress but looks like it's basically the same thing 😄

  • @pedro_8240
    @pedro_8240 ปีที่แล้ว +3

    Now you need to add another water level sensor to the barrel, but this time to the top, and with some hysteresis you activate a valve to automatically fill the barrel, and then, after that you realize that you over engineered the system and could have just used the water supply instead of a barrel and a pump 😝

  • @Ataraxia27
    @Ataraxia27 ปีที่แล้ว

    Witam! I can't believe you are almost at 100k. Watching your channel for years now. sorry for not subscribing earlier.

  • @solarindependentutilitysystems
    @solarindependentutilitysystems ปีที่แล้ว

    Awesomeness

  • @leandroalbero
    @leandroalbero ปีที่แล้ว +3

    Dont use clear tubes, they will get covered in algae pretty fast. ;)

  • @WoLpH
    @WoLpH ปีที่แล้ว

    You should take a look at the Flaura project (it's also here on TH-cam). He's done many tests to see which soil moisture detectors work well and which are wrong (most on aliexpress are wrong). Your current solution will work for a while but I highly doubt that the soil moisture sensors will work for long.

  • @Impossiblespace
    @Impossiblespace ปีที่แล้ว

    Nice

  • @UseR-ne8fm
    @UseR-ne8fm ปีที่แล้ว

    really cool job!!! ;)

  • @HoneymoonCampers
    @HoneymoonCampers 5 หลายเดือนก่อน

    Pozdrowienia z Portugalii gdzie Twoja wiedza nam się przyda! :))

  • @JoNorthkeeper
    @JoNorthkeeper หลายเดือนก่อน

    Great project thx, nice Filament. Do you have a link? thx

  • @demotulation
    @demotulation ปีที่แล้ว

    Ground moisture is the most important . But when I talked to a botanologist he told me that , the lack of water is the magic ingredient that gives so much better taste on home made vegs and fruits!! Lack of water forces vegs to produce some chemicals in order to survive and keep their fruits intact . When you give them plenty of water there is no need for those chemicals. Thats why fruits and vegs from big green houses are so tasteless. So keep that on mind ... more is not always the best

  • @tullgutten
    @tullgutten ปีที่แล้ว

    Think you should also have a drain hole in your electronics container as water always find a way inn and can build up if it can't get out.
    Ive burned myself many times with electronics just burning up from water buildup even with everything sealed with caulk and tape...

  • @jonnyevason2219
    @jonnyevason2219 ปีที่แล้ว

    I love this idea, but I wonder how the automated system performs Vs occasionally watering the plants Vs letting nature run its course? I guess in terms of crop yield and quality.

  • @jackson384
    @jackson384 ปีที่แล้ว

    amazing kid

  • @DIYwithBatteries
    @DIYwithBatteries ปีที่แล้ว +2

    Yo... This is really cool Dude well made and we can easily make a automatic watering but data collection was a bit work Hah really so nice 👍

  • @ronen124
    @ronen124 ปีที่แล้ว

    nice projects, 5:17 there are beautiful tomatoes hanging on your right (-:
    12:47 that rain came where your father lives on July or much before?
    to my opinion LED's should glow only when a button is pressed to save power

  • @KangurosPL
    @KangurosPL ปีที่แล้ว

    Hi Nikodem. Thanks for the great video. I've built a similar system in the past. A problem that I ran into was the water from the tank would siphon and drain the tank complete after the pump stopped working. This of course only happens in a situation when the tank water level is above the plants (like in your case). Did you run into a similar problem? If yes it would be great to know how you solved it. Thanks, keep up the great work

    • @IKILLPEOPLEx
      @IKILLPEOPLEx ปีที่แล้ว +1

      a check valve or backflow preventer will solve this issue

  • @cavinrauch
    @cavinrauch ปีที่แล้ว

    That video from practical engineering got me into Arduino's

  • @Hybert_
    @Hybert_ ปีที่แล้ว

    What a coincidence, I have everything needed for this project and a few tomato plants 👀

  • @DogeMultiverse
    @DogeMultiverse ปีที่แล้ว +1

    use an arduino for the sleep mode. it uses 100x less power than rPI when in sleep.

  • @mitas3484
    @mitas3484 ปีที่แล้ว +2

    Why spend 2 hours watering, if you can spend 20 hours on making a system that waters for you. As a software engineer, I approve :D

    • @lupusk9productions
      @lupusk9productions ปีที่แล้ว

      LOL i do this all the time with "monotonous tasks" at work automating in excel or excel VBA... sometimes i wonder why i spend 20 hours fixing a 5 minute per day task... but then I realize it's just fun.

  • @TheTurmanDreams
    @TheTurmanDreams ปีที่แล้ว

    Let´s go !!!

  • @itisno1
    @itisno1 ปีที่แล้ว

    Made a system similar but think I'll go w Arduino bc of higher stability/reliability of 8-bit system; I find 32-bit is an overkill for my application. You may consider an 8-bit system too, since you're using solar to power it. Ofc, lower power consumption. I see you've already done an Arduino build in the past. One thing I've thought about, is perhaps using multiple sensors in one pot to water based upon an average soil moisture index between multiple sensors.

  • @amirrezaheidari8041
    @amirrezaheidari8041 ปีที่แล้ว

    You are very skilled 👌 did you study electronics? By the way, how did you recorded data? Was it a free cloud service?

  • @NaveenKumar-lz3ei
    @NaveenKumar-lz3ei หลายเดือนก่อน

    hi. how to check voltage and current input of the system ? got any example video?

  • @antsz5451
    @antsz5451 ปีที่แล้ว +1

    Po akcencie poznaję, ze to nasz człowiek. 😃

  • @gennadiymoroz7252
    @gennadiymoroz7252 ปีที่แล้ว

    Hi from Ukraine, nice job! :)

  • @smallwhitebug7566
    @smallwhitebug7566 11 หลายเดือนก่อน

    wow you put label on it 😮 6:13

  • @cridr
    @cridr ปีที่แล้ว

    how to you manage to make sure that the water reaches all the plants ? in my experience I always had locations where the water did not reach for some reason and more water reached other locations. This happens specially when there are more plants so more small cables. Also nice and strange locations for a garden, looks like in the middle of a public field. Hopefully no one will steal your project, literarily.

  • @YassinHM
    @YassinHM ปีที่แล้ว

    "I just wanna make cool graphs too!" Hah! nice one.

  • @MrMic18650
    @MrMic18650 ปีที่แล้ว

    Can you make your own l298N motor modul?

  • @ibraheemali9541
    @ibraheemali9541 ปีที่แล้ว

    can we use this system for drip irrigation?

  • @j0nikus
    @j0nikus ปีที่แล้ว

    now its time to make it with wifi. Solar energy is future! Sensor block with solar mini battery and ESP module. Controller with solar panel, battery, water pump, ESP, day/night sensor.

  • @alokkadam4416
    @alokkadam4416 10 วันที่ผ่านมา

    If you still haven't managed to get to the root cause of those erratic readings from your DIY sensor, then I'd suggest changing those hollow aluminum pipes to solid aluminum rods, since the moisture inside the pipes is the main cause of the varying resistance.

  • @jut7030
    @jut7030 ปีที่แล้ว

    Great work Niko. Where did you log the readings too and what did you use to create the plots? Did you use a database?

    • @nikodembartnik
      @nikodembartnik  ปีที่แล้ว +1

      Thanks! I logged everything on SD card as a CSV file and later imported it to Google sheets for processing

    • @jut7030
      @jut7030 ปีที่แล้ว

      @@nikodembartnik have a look at InfluxDB, seems to be built to capture sensor data and then plot it, runs on a Pi as well

  • @alexlavertyau
    @alexlavertyau 3 วันที่ผ่านมา

    Should add some hydroponic nutrient into the reservoir and super charge the plant growth 🤓

  • @MrMic18650
    @MrMic18650 ปีที่แล้ว

    Hey, Nikodem will give to your Pateron if you make a room a clone?

  • @gg-gn3re
    @gg-gn3re ปีที่แล้ว

    welcome to 15 years ago man! you need checkvalved emitters with flow rate control, spread them around more, water plants shorter 15-30 seconds and switch to next plant, next plant, next etc and then restart to first plant this way they get less water in events instead of tons of water for 5 mins and then no more.

  • @paxon57
    @paxon57 ปีที่แล้ว +2

    Zajebista robota, mysle tylko czy nie lepiej na zaworach i zbiornik nad ziemia zeby grawitacja robila robote

    • @xby2918
      @xby2918 ปีที่แล้ว

      dobry pomysł, dużo mniej prądu potrzeba!

  • @user-rb2dw9ep1s
    @user-rb2dw9ep1s ปีที่แล้ว

    how did you get rid of that connection that almost burnt your circuit.

  • @Sanjuro555
    @Sanjuro555 ปีที่แล้ว

    As far i see you use normal cable glands. With more than one cable it isn't waterproof. To make it waterproof you must use sealing inserts for multiple cables eg. look at Lapp Kabel SKINTOP DIX (with SKINTOP DIX-DV for sealing unused holes in SKINTOP DIX) or use Icotek split cable gland with multicable instert seal. Only that or similar solution allow to waterprof seal multicable glands.

  • @nickgur7133
    @nickgur7133 ปีที่แล้ว

    I dont understand how are u able to drive these IRFZ44 mosfets with 3.3V from pico, datasheet says u need atleast 4V to open them fully

  • @mathtone
    @mathtone ปีที่แล้ว

    Nie no, malina!!! XD

  • @vincentliet7995
    @vincentliet7995 ปีที่แล้ว +1

    Why not watering under the ground in stead above?

  • @almasrafi4102
    @almasrafi4102 ปีที่แล้ว

    Tell me, Sir?
    What was your college major
    EE,ME or what?
    And you are amazing sir....

  • @explorerpragun431
    @explorerpragun431 ปีที่แล้ว

    Sir what work you actually do it nasa

  • @education.online_frevryone
    @education.online_frevryone 9 หลายเดือนก่อน

    Have you considered making a video on being a businessman as an engineer?

  • @mohamedachchaq7728
    @mohamedachchaq7728 6 หลายเดือนก่อน +1

    good joob forum Morocco