Public Lab Research note


Can a Linux board and Wifi Bridge be cost effective for remote environmental monitoring?

by rjstatic | August 11, 2015 01:19 11 Aug 01:19 | #12137 | #12137

What I want to do

I'm doing some preliminary research on what kind of "case" would be good for an outdoor/remote Sensor Pipe and could be built with off the shelf parts. The approach here uses a Solar Panel and Battery supporting a WiFi Bridge and R-Pi running Linux. What I'm trying to figure out is if this approach is cost effective compared to approaches that use lower powered boards (ex. Arduino, Waspmote, Bee) with lower powered radio protocols (ZigBee).

My attempt and results

Below you'll find some off the cuff numbers. If you're interested in this topic I'd love some feedback. I try to go for an example scenario which is somewhat worst case scenario for power and using parts that are expensive. You may find that I should account for a much worse or hopefully better scenario or maybe you have some creative ideas to cut costs.

Parts

  • Ubiquity Nano $50
  • 5 gallon bucket, upside down with electronics mounted to the bottom $3
  • solar panel with Watts high enough to produce a day's worth of electricity in 6 hours
  • battery with enough Watt Hour capacity to sustain for 24 hours
  • some kind of timer that manages power to the electronics, maybe just keeping them on for 10 minutes every hour. Example: $15

Power profiles

Raspberry Pi

The Raspberry Pi runs around 5v 1A. That's about 5W. We could use some power profiling to see how much it actually requires.

Ubiquity Nano

According to this datasheet, max consumption is around 8W. It's probably much less given we won't be streaming video in most cases.

Example scenario

Let's say we need power for 10 minutes of every hour. The total Watt Hours needed from a battery and a Solar Panel would be...

(5W Raspberry Pi + 8W Nanostation) * 4 hours = 52 Watt Hours

The battery needs a capacity of 52 Watt Hours. A Lithium Ion battery from Voltaic Systems with 72 Watt Hours costs $129. Given that it's Lithium Ion and that company offers fancy consumer tech, I think we could go get much lower but let's just go with this for worst case scenario.

The Solar Panel needs to suck in 52 Watt Hours, and let's be pessimist and say you're in an area that only get 6 hours of sunlight. That means it needs to be a 9 Watt Solar Panel (52Wh/6h=8.66W). Again going with a fancy consumer tech company, Voltaic Systems offers a 9W Solar Panel for $89.

That puts us back $218 for the Solar Panel and Battery supporting a Raspberry Pi and WiFi bridge in what might be worse case scenario. A Raspberry Pi plus a Nanostation costs about $90, tack on a bucket, some mounting brackets, and a mechanical timer (which I still need to find one that would work in this scenario, $15 maybe) and we get the price to somewhere around $350 without the sensor.

Questions and next steps

  1. I have to nail down these power profiles. I need to get a mechanical timer and a kill a watt to measure the power consumption.
  2. Then I need to do some more research on batteries and solar panels, possibly a controller and inverter too.
  3. Then it will be time to test what I (hopefully we) come up with.

Why I'm interested

The gut reaction to this question is "no", but given that Solar Panel and battery prices are dropping, may continue to drop, and small Linux boards may become more efficient, this is something I want to keep my eye on even if the answer is currently "no". The answer may turn out to be "almost" or "no for now but next year it might be the same".

The thing to gain here is if the answer is "yes" or when the answer is "yes", we get to utilize in remote places the modularity of the GNU Linux platform and modern computing standards like USB. That opens up remote sensing to a whole new audience where things like Open Pipe Kit could be really handy.


3 Comments

The first thought was that we need something to compare this to. What do/would the other lower power options cost for a similar setup? Do we want to account for other costs like ease of use in the equation?

Parts questions

Power profiles: Testing w/ a Kill-A-Watt...

  • Pi
    • A+ uses 1w
    • 1B uses 4-5w
    • 1B with usb hard drive and charging a 7" tablet uses up to 16w
  • Nanostation
    • Don't have one, but I saw 5w max power ratings. Seems like the NSM5 is what takes 8w.
    • According to this post on the Ubiquiti community forums] the Nanostation M5 (which is rated at 8w max) uses between 3.6w and 4.8w. Extrapolating from that a 5w max power device would use between 2.25w and 3w.

Scenario 1 (1B pi 6 hours/day)

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Scenario 2 (A+ 4 hours/day w/ usb wifi)

Power system cost = $55

Reply to this comment...


@chrowe Awesome estimates. I love that utility box. I'll write a longer response later but quick thought... I should maybe reframe this question to:

Can a Linux board be cost effective for outdoor environmental monitoring?

And then we break it out into three scenarios:

  1. Short range WiFi
  2. Long distance WiFi bridge
  3. Cellular GSM

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Login to comment.