Simple Raspberry Pi Pico soil moisture monitor using Micropython

Поділитися
Вставка
  • Опубліковано 9 бер 2023
  • Here's the prototype soil moisture monitor helping ensure my houseplants get the right amount of water. Includes hardware set-up of water sensor and Raspberry Pi Pico, with basic programming in Micropython to get a red LED to flash a low water alert. Very much a beginners guide, particularly those, like me, new to the Pico. See my follow-up here: • Rechargeable Raspberry...
    Micropython code can be found here: github.com/PaterPracticus/Wat...
  • Наука та технологія

КОМЕНТАРІ • 5

  • @XanthiumIndustries
    @XanthiumIndustries Рік тому +1

    Nice work

    • @paterpracticus
      @paterpracticus  Рік тому

      You can also see how I (just about) managed to extend battery life using MicroPython deepsleep: ua-cam.com/video/ndmJR6Z_u5w/v-deo.html

  • @overstreetjailen
    @overstreetjailen 4 місяці тому

    Is the code for this project posted somewhere?

    • @paterpracticus
      @paterpracticus  4 місяці тому

      Not yet, but I’m looking into that now. Not sure if a website is best, or something like GitHub.

    • @paterpracticus
      @paterpracticus  4 місяці тому +2

      Hi, I have got the code available now. You can find it here: github.com/PaterPracticus/Water_Monitor_v1