18 comments

[ 2.4 ms ] story [ 38.4 ms ] thread
I was kinda expecting analogue tech and computer vision here. :D Nice work.
"If you want to support me, send me AA batteries" in the bot account profile made me chuckle.
Holy cow, cheap weather stations are encoding and decoding JSON? What a century.
You might consider joining the Citizen Weather Observer Program. It's a great way to share your data with other station owners.

http://www.wxqa.com/

I had a station for a few years. The receiver had a usb interface so no software radio required. I used weewx to import the data. I even had a water temperature sensor off the end of my dock so I could see if the lake was warm enough to swim in.

Cool project but I would just have used a zigbee/wifi weather station, they are just as cheap.
I want to do the reverse: I have a DIY esp32 "weather" station (temp/humidity but more importantly particle sensor) and I would love to share it via radio!
I expected "putting something on the internet" to mean being to talk to a device directly, not taking its data and publishing it somewhere. Is it just me?
Man, the interesting bits like decoding the radio signals to temperature isn't even in the article.

Also, the temperature measurement is probably not accurate to 2 decimal places, but the "toot" converts 7.2 C to 44.96 F. Someone needs to learn about significant digits.

W.r.t. decoding signals to temperatures: They mention using rtl_433 which is an awesome piece of software that does that for you.
Every time someone does a project like this, it exposes how trivial “IoT” really is once you strip away vendor lock in and buzzwords. A $3 sensor, a 10 line script, and a 40 year old ham protocol outperform half the commercial weather APIs out there.
this is one of the most fascinating and funniest articles i've read in a while
my winter project is to create a container pod at home that remixes media, maybe adds in some old or joke tv commercials between shows, and most importantly, shows the weather and the route to work at 7am. i think everything exists to do this, but it might take a few weeks to cobble together.
Slightly tangential, my hope is that the Blitzortung project picks up momentum.

> Blitzortung.org and Lightningmaps.org are world-wide non-commercial low-cost community-based lightning detection and lightning location networks. They provide free real time lightning maps for a lot of count

[docs of the projects](https://docs.lightningmaps.org)

[real-time lightening map](https://map.blitzortung.org)

The sensor network is great, the website is long in the tooth.
I was very grateful to the author for `aprs-weather-submit` while building cwop.rest. Great post.
Been meaning to DIY a weather solution too...just need to figure out how to power it on balcony (no power). Thinking perhaps via the new sodium batteries & explore that too while at it.
This reminds me...

My parents gave me a smart weather station for Christmas a few years ago. I never even took it out of the box. I know it exposes a web server so I can view a fancy UI in my browser...

I should take it out of the box and run a pentest on it. I imagine it's pretty insecure. The developers of these types of things often don't consider security.