-
Notifications
You must be signed in to change notification settings - Fork 0
Quakescope
Your Valar Scope can also run as a live earthquake radar. It's built on the same polar view as Blipscope (the Aviation edition), but instead of aircraft it plots earthquakes by bearing and distance around your location β straight from the keyless USGS feed.
It's a separate firmware build for the same Valar Scopes hardware: flash the Quakescope firmware and the device boots into the quake radar instead of the flight radar. Everything else you already know carries over β WiβFi setup, the web config page, persistent storage, overβtheβair updates, and ntfy alerts.
Where the data comes from. Quakescope talks directly to the USGS earthquake API (the FDSN event query service) β there is no backend and no API key, USGS data is open. It runs two bounded queries: a worldwide "recent" sweep (everything at or above your configured minimum magnitude, default M2.5) and a radiusβbounded "near me" query (with a lower, fixed M1.0 floor, so small local quakes still populate the radar). A large quake on the far side of the planet and a small one down the road both show up. Each query is capped at 60 results and (once the clock is set) scoped to the last 7 days to keep responses small; both poll about every 2 minutes, one request in flight at a time, with exponential backoff to a 10βminute cap that keeps the last good readings on screen through a hiccup. An optional feedβbase URL can be set in config, but it's empty by default β the device goes direct to USGS.
Quakescope mirrors the Aviation radar (Blipscope): three swipeβable screens with a tapβtoβinspect detail card. Swipe left / right to move between them; on the radar or list, tap a quake to open its card.
| Screen | What it shows |
|---|---|
| π Radar | A polar plot of recent earthquakes around your location, by bearing and distance, sized and coloured by magnitude (blue micro β red strong), with a "You" dot and crosshairs at centre and a contact count in the corner. It uses static range rings rather than a moving sweep β quakes are events, not contacts to track β with the outer ring set to your radius. Quakes at M5.0+ get an extra ring around their blip, blips fade as they age, and a bottom readout names the single nearest quake (magnitude, distance, bearing). |
| π List | A scrollable table of quakes. With a location set the header reads NEARBY and rows are sorted by distance, each showing magnitude, place, and distance + bearing. With no location it reads RECENT β the worldwide feed, newest first, showing a relative age instead. Tap a row to open its detail card. |
| π Stats | A worldwide 7βday summary: the biggest quake in the window (magnitude, place, depth, and age), the total count of quakes, and the time since the last M4.5+ event. |
| π Detail card | Tap any quake (on the Radar or List) for a card with its magnitude, depth, place name, distance and bearing from you, and how long ago it occurred. A tsunami flag is called out when USGS marks the event. |
Quakescope can push phone notifications via ntfy (see Alerts and Watchlist for how ntfy works). Set a topic and pick which triggers fire β each independently toggleable, and all seeded at boot so the existing backlog of quakes never pings you, only fresh ones:
- Big quake worldwide β any quake at or above a magnitude you choose (default M β₯ 6.0), anywhere on Earth.
- Quake near me β a quake at or above a lower magnitude (default M β₯ 4.0) inside your radius. (Needs a location set β it rides the "near me" feed.)
- Tsunamiβflagged β any event USGS tags with a tsunami advisory.
Leave the topic blank to disable all alerts.
Everything is set from the same web page as the radar β Configuration Reference explains how to open it. The Quakescope build's page offers:
| Setting | Description |
|---|---|
| Location | Latitude / longitude β the centre of the radar, the centre of the "near me" query and alert, and the basis for the day/night autoβdim. Without it you still get the worldwide List and Stats, but no radar or nearβme alerts. |
| Minimum magnitude | The smallest quake the worldwide feed fetches (default 2.5) β raise it to cut noise. (The "near me" feed uses its own fixed M1.0 floor, so local microβquakes appear on the radar regardless of this setting.) |
| Radius | How far the "near me" query reaches, in km (default 500, clamped 50β20000) β also the radar's outerβring distance scale. |
| ntfy.sh topic + triggers | Phoneβalert topic and the three perβtrigger toggles, each with its own configurable magnitude threshold (big worldwide Mβ₯6.0 / near me Mβ₯4.0 / tsunami). |
| Feed base URL | Optional backend to poll instead of USGS. Empty by default β the device goes direct. |
| Brightness / Autoβdim | The same backlight and nightβdim controls as the radar (dims to ~1/5 at night when the sun is below the horizon at your location). |
Changes apply live on Save, with no reboot β same as the radar.
Quakescope is its own firmware image on its own update channel, so a device set up as Quakescope only ever pulls Quakescope firmware (and a radar device only pulls radar firmware) β the products never cross. Overβtheβair updates otherwise work exactly as on the radar; see Firmware Updates.
- Configuration Reference β opening the web config page
- Alerts and Watchlist β how ntfy phone alerts work
- Screens and Gestures β the swipe/tap model this edition shares with the radar
- Clock and Brightness β the autoβdim this edition honours
- Network and Setup β WiβFi setup
- Orbitscope Β· Quillscope Β· Reelscope Β· Missileer β its sibling editions
Editions
- π‘ Blipscope (Aviation β feature pages below)
- π Missileer
- π°οΈ Orbitscope
- π Quakescope
- π¦ Quillscope
- π£ Reelscope
- π€ Claudescope
- π Speedscope
Blipscope (Aviation) features
- Radar Display
- Aircraft Details
- Screens and Gestures
- Alerts and Watchlist
- Clock and Brightness
- Firmware Updates
Reference
- Configuration Reference
- Network and Setup
- Flight Data and Updates
- Choosing an ADS-B Receiver
- Assembly