I just bought a couple Raspberry Pi 3 devices, along with an electronics kit to get me started that'll be arriving tomorrow.

My goal will be to automate my entire hydroponic grow environment; temps, humidity, lights, EC/PPM, fans etc from a single device, with a single interface. Of course, it'll take some time, but I'm very excited to get started; it's been many years since I've dabbled with electronics/PLC type stuff.

I've been doing some research, and I think I'll start playing with the lower-level Device::BCM2835 module initially to familiarize myself with things, and if I find that I'm beginning to write too many wrappers, I'll test out the HiPi API to see if it covers most of the things that I'll need to do.

How's your project(s) going? Do you have any example code that you can share?


In reply to Re: Raspberry Pi and Perl by stevieb
in thread Raspberry Pi and Perl by marinersk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.