... if it isn't being used by anyone else?

Along the lines of what I understood GrandFather said: a suggestion would be that in addition to what (great) you are doing, to make (or start a collaboration for) an app using Pi and Perl which is extensible by pluggins. The old art of combining electronics+programming is scarce today IMO, so if you have that skill and can abstract the hardware away, act like the middle-man for more programming-inclined individuals so-to-speak, then you will do us all a favour.

Here is an idea: modern cars have a socket to suck data out of their electronic system, e.g. fuel remaining, speed etc. (keyword: OBD-II, quick cpan-search: Device::ELM327, intro: https://learn.sparkfun.com/tutorials/getting-started-with-obd-ii/all). So, a Pi kit to interface with the car-can-bus (what a pun) to offer more than a common car-diagnostics tool does (which can be very expensive too) would be interesting: think of the integration to a database, wifi-ing the data home (additionally to BigBrother, gosh). A mechanic could plug that Pi-based diagnostic and the diagnosis goes straight to the car's history DB and prepares a report, or even enquires with online databases about what to do - pretty scary but now this is not our subject. The lighter side of it is logging mileage, fuel and letting you know that "hey you are running out of fuel and the cheapest fuel around here is XYZ"

Pi+Perl : the whole is greater than the sum

bw, bliako


In reply to Re: Is Perl on the Raspberry Pi worth it? by bliako
in thread Is Perl on the Raspberry Pi worth it? by stevieb

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.