A week or so ago there was this big volcano eruption in Tonga that created Tsunamis and such. Terrible stuff.

I knew that big events like this can create pressure waves in the air that can travel across the globe. I just recently installed an air pressure sensor, a BME280 to my radio network. I had my doubts if such a cheap sensor could actually detect such faint changes in air pressure. Well, it's more sensitive than i thought

Let's take a look at the relevant data:

Air pressure BME + + 990 +---------------------------------------------------------- +--------------------------------------+ | + + + ** + + + + + + + + | 989.8 |-+ ** + +-| | *** + | | * * + | 989.6 |-+ ** * + +-| | * ****** + | 989.4 |-+ * * * + +-| | ** ** + | | * * * + | 989.2 |-+ ** * **** + +-| hPa | ** * ** * + | 989 |-+ *** * ** ** + **** +-| | **** ** * * *** +** ** | |* * ********* * ** ** *** * +* ** | 988.8 |************ * * * * + ** ******* +-| | ** * *** + ** ****** ********** | 988.6 |-+ * * *** + ***** ** +-| | *** + *** | | ** + ** | 988.4 |-+ + **| | + + + + + + + + + + + | 988.2 +---------------------------------------------------------- +--------------------------------------+ 15.01 15.01 15.01 15.01 15.01 15.01 15.01 + 15.01 15.01 15.01 15.01 15.01 18:00 18:30 19:00 19:30 20:00 20:30 21:00 + 21:30 22:00 22:30 23:00 23:30 Logtime UTC

This corresponds quite well with data released by my government. So, it turns out you can use a cheap sensor from Ebay to detect volcano eruptions (or above ground nuclear tests). Fascinating!

With a network of these sensors over a larger geographic area, it should be possible to triangulate the (approximate) location of an event like that.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

In reply to Plotting a volcano eruption halfway across the globe by cavac

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.