OpenSprinkler Forums Hardware Questions OpenSprinkler Beagle (OSBo) Where is the repo for the ospi.py file that is in the BBB image, how to upgrade

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35208

    Niv Gal Waizer
    Participant

    I decided to move on, and upgrade the original ubuntu image that was recommended for the beaglebone black , to a more recent one, which will run kernel 3.19.

    I will use RobertCNelson repository. I first got the debian image and flashed the BBB. Here is how https://blog.fite.cat/2014/03/<wbr />upgrade-beaglebone-black-to-<wbr />debian-7-4-and-kernel-3-14/

    I then installed the new kernel from here: https://rcn-ee.net/deb/jessie-<wbr />armhf/v3.19.0-rc3-bone2/

    open sprinkler by Dan is available at https://github.com/Dan-in-CA/OSPi/ , but the current maser offers 2.2 version.

    I wanted the old 1.8.3 version, that came with the original image, the reason is that this version allows simple GET call to turn the taps on and off. In 2.x you need to supply a session cookie.

    So I wrote this post to note that you need to checkout the old-master branch and then checkout the commit 85c6ddc29fbb2180bbd9b045c392ebde0376c984

    I see several advantages in the linux upgrade I did:

    1. I can now use the TP-Link TL-WN723N , which has far better reception then the edimax nano.

    2. The GPIO and the device tree are also improved, which I need as I added a flow sensor, and use https://github.com/nivw/irrigation_bone

    #35216

    Ray
    Keymaster

    Thanks for sharing your work. In the OSBo user manual, I have actually documented the 1.8.3 version:
    http://rayshobby.net/docs/osbo11_manual.pdf
    page 9. It’s different from the version you found, but the differences are probably very minor.

    I took a quick look at your github repository, and it seems to use the Penman–Monteith equation, which if I understand correctly is an approximate ET algorithm. Is that correct? Would you mind sharing some more details about it? Thanks.

    #35507

    niv
    Participant

    Idea is simple. Fetch daily evaporation coefficient near where I live. Multiply by  plant coefficient, multiply by area, and get the mount you need to irrigate.

    Here is where to get the coefficient for north carolina  : http://www.nc-climate.ncsu.edu/openwaterevap

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions OpenSprinkler Beagle (OSBo) Where is the repo for the ospi.py file that is in the BBB image, how to upgrade