Slashdot Mirror


PressureNET 2.1 Released: the Distributed Barometer Network For Android

cryptoz writes "Cumulonimbus has released a new version of their open source, global barometer network. The network is built around an Android app called pressureNET which uses barometric sensors in new phones (such as the Nexus 4, Galaxy Nexus, Galaxy S3, Note, and others) in order to build the comprehensive network. They plan to use the data to improve short-term weather prediction, and the gives a teaser of the new data visualization tool they are building."

9 of 82 comments (clear)

  1. Very nice by medcalf · · Score: 3, Insightful

    I've been thinking that temperature and pressure sensors would be a great app enabler on cell phones. Kudos to Google and the Android device makers then.

    --
    -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
    1. Re:Very nice by alexander_686 · · Score: 3, Insightful

      I think it’s just pressure – and I am not sure how valuable a tempura gauge would be. I thinking my body temperature would throw off the readings to the point that they were meaningless.

    2. Re:Very nice by 19thNervousBreakdown · · Score: 4, Funny

      A tempura gauge sounds awesome!

      Warning! You are dangerously close to delicious food. Rapid cholesterol rises eminent.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
  2. Surprise sensors. by Anonymous Coward · · Score: 3, Insightful

    The most exciting part of this - my Galaxy Nexus has barometric sensors!?

  3. Why do the phones have barometric sensors? by SuperKendall · · Score: 3, Interesting

    I thought it was pretty interesting that phones would include barometric sensors which I had not heard of before - are they just there in a package with other more commonly used sensors? How do the phones that have them normally make use of or present that data?

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Why do the phones have barometric sensors? by Anonymous Coward · · Score: 3, Informative

      I thought it was pretty interesting that phones would include barometric sensors which I had not heard of before - are they just there in a package with other more commonly used sensors? How do the phones that have them normally make use of or present that data?

      Makes GPS system start up faster.

    2. Re:Why do the phones have barometric sensors? by Atticka · · Score: 5, Informative

      They were originally added to assist with navigation (they double as an altimeter, sensing pressure changes due to elevation) allowing the phone to acquire GPS lock quicker by using the data in conjunction with latitude and longitude calculations.

      --
      No sig here...
  4. Re:Needs isobar lines by cryptoz · · Score: 5, Informative

    I agree completely! We are adding those as soon as we can. In the early days of the project, there was not enough data to build isobars. But now, we have enough and we are determined to add that feature. The project is built by me and volunteers in our free time, so it'll probably be a couple weeks or months before we get isobars in. Of course, pressureNET is fully open source and so if anyone feels like writing the isobar code and getting that feature done faster, we will welcome that too! Code is on github: https://github.com/JacobSheehy/pressureNET, https://github.com/JacobSheehy/pressureNETServer and https://github.com/JacobSheehy/pressureNETAnalysis.

  5. rubbish source of data by SuperBanana · · Score: 4, Interesting

    Cell phones are often:

    -In cars, which have varying interior pressure levels depending on design, speed, and other conditions (for example, I had a car where putting the sunroof in the "vent" position would result in a noticeable change in air pressure)

    -In buildings, which can have wildly different pressures floor-to-floor or even between areas depending on a variety of factors

    -In hyper-localized high pressure areas (for example, ever been caught in a severe wind gust between skycrapers? How about subway entrances and exits?)

    -At different heights. Barometer readings are useless without knowing your altitude, and GPS is extremely poor at moment-to-moment altitude data; you have to collect a fair number of points over at least a couple of minutes. Do they perform this calibration?

    A+ for the idea, C on evaluating the likely accuracy of the data...