Earlier quoted context omitted.
Raw logs, history access and APIs to weather data are usually $$$. Like at the ECMWF: you can have a look at all beautiful charts for free. But if you want to have the data behind them they want to see big cash.
Thanks a ton! Was afraid that that's the answer - and that there's no reasonably priced aggregator/abstraction layer, eg like https://open-meteo.com for ECMWF.
World Wide Lightning Location Network
21–30 of 34 posts
Re: World Wide Lightning Location Network
#22Earlier quoted context omitted.
Thanks a ton! Was afraid that that's the answer - and that there's no reasonably priced aggregator/abstraction layer, eg like https://open-meteo.com for ECMWF.
Open-meteo does have ECMWF data and forecasts. Free for non-commercial use. I think the person behind open-meteo is on HN.
Re: World Wide Lightning Location Network
#23Earlier quoted context omitted.
You can look at lightning in an SDR receiver, they look like horizontally oriented stretched droplets. Somewhere around 7kHz iirc.
I tried to detect lightning with a Bosch Sensortec COTS magnetometer - but failed. Was a fun experiment: https://www.dm5tt.de/2025/07/26/thunderstorm-detector-with-m...
Edit: you’re reading at 400 Hz so you’ll read phenomena below 200 Hz
Re: World Wide Lightning Location Network
#24Earlier quoted context omitted.
I tried to detect lightning with a Bosch Sensortec COTS magnetometer - but failed. Was a fun experiment: https://www.dm5tt.de/2025/07/26/thunderstorm-detector-with-m...
I’d like to ask to repeat this experiment but with a ferrite core next to the sensor (touching it). On the low spectrum (below a few MHz?) the magnetic component in the electromagnetic wave becomes dominant. Which is why receivers in shortwave radio and in e.g. DCF77 use a ferrite antenna. The ferrite’s length should be perpendicular to the line formed by the sensor and the location of the storm. Edit: you’re reading…
Going to write the ferrite core on my next shopping list.
Re: World Wide Lightning Location Network
#25Earlier quoted context omitted.
Open-meteo does have ECMWF data and forecasts. Free for non-commercial use. I think the person behind open-meteo is on HN.
You rang ;-) I’m in the middle of adding more ECMWF data that will be released as open data starting October 1st. At the moment, only a limited set of lower-resolution (0.25°) ECMWF forecasts can be shared open-data. That’s going to change in a big way, though I can’t share more details just yet.
Re: World Wide Lightning Location Network
#26See also the excellent https://www.lightningmaps.org , an additional service of the excellent Blitzortung.or crowdsource project
Re: World Wide Lightning Location Network
#27[0] - https://hjelp.yr.no/hc/en-us/articles/9260735234076-Lightnin...
Re: World Wide Lightning Location Network
#28There's also Blitzortung.org which is a very interesting project. They are receiving Sferics on the lower HF frequencies and tag them with GPS timestamps (with the PPS signal they are in the Nanoseconds precision range). A central server will then do the triangulation. All with off-the-shelf hardware (STM32, etc.). Their service is stable for many many years now. (Offtopic: The STM32H7 ADC is great for many many thin…
Re: World Wide Lightning Location Network
#29I wonder if this can be used for navigation? At the very least, for sanity checking GPS data.
20th-century navigation used to operate like that, except using artificial radio sources—fixed beacons. I guess you could answer a lot of technical questions by looking at OMEGA, which, similar to lightning-generated RF, used the VLF range (3–30 kHz), and had global range bouncing off the ionosphere, https://en.wikipedia.org/wiki/Hyperbolic_navigation ( "Hyperbolic navigation" ) https://en.wikipedia.org/wiki/Omega_(n…
Re: World Wide Lightning Location Network
#30There's also Blitzortung.org which is a very interesting project. They are receiving Sferics on the lower HF frequencies and tag them with GPS timestamps (with the PPS signal they are in the Nanoseconds precision range). A central server will then do the triangulation. All with off-the-shelf hardware (STM32, etc.). Their service is stable for many many years now. (Offtopic: The STM32H7 ADC is great for many many thin…
Is it any different from the ADC on other MCUs?