Grabbing Weather And Traffic Overlays From IHeartRadio

When the older of us think of radio, we think of dialing in an FM or AM station.  Giant broadcast towers strewn throughout the countryside radiated electromagnetic waves modulated with music, talk and sports across our great land. Youngsters out there might be surprised that such primitive technology still exists. Though the static of an untuned AM receiver might be equivalent to the dial tone of a 56K modem, it’s still a major part of our society.

Like all technology, radio has transitioned to faster and better ways of sending information. Today we have digital radio stations – one of the most popular being iHeartRadio. And because it’s digital, it can also send along info other than audio, such as weather and traffic information.

The guys over at [KYDronePilot] have made use of this to display real-time weather and traffic maps with an SDR and a little Python. They’re new to Python, so be sure to check out their GitHub, grab a copy of the code, and let them know if you see room for improvement.

This hack is based on recent work decoding the digital data, which is worth checking out if you’re interested in SDR, DSP, or any other radio-related acronyms.

Radiosondes: Getting Data From Upstairs

Ever since I first learned about radiosondes as a kid, I’ve been fascinated by them. To my young mind, the idea that weather bureaus around the world would routinely loft instrument-laden packages high into the atmosphere to measure temperature, pressure, and winds aloft seemed extravagant. And the idea that this telemetry package, having traveled halfway or more to space, could crash land in a field near my house so that I could recover it and take it apart, was an intoxicating thought.

I’ve spent a lot of time in the woods over the intervening years, but I’ve never seen a radiosonde in the wild. The closest I ever came was finding a balloon with a note saying it had been released by a bunch of schoolkids in Indiana. I was in Connecticut at the time, so that was pretty cool, but those shortsighted kids hadn’t put any electronics on their balloon, and they kind of left me hanging. So here’s a look at what radiosondes are, how they work, and what you can do to increase your chances of finding one.

Continue reading “Radiosondes: Getting Data From Upstairs”

Grabbing Better Images From A Newer Russian Satellite

The Soviet Union took the world by surprise when it sent its Sputnik satellite into low earth orbit way back in 1957. The event triggered a space race between the Soviets and the United States and ushered in technologies that would go on to touch the lives of every human on earth. Today, several nations have a space program. And one of the more useful things to put in orbit are weather satellites.

In 2014, the Russians launched their Meteor N M-2 weather satellite into a polar orbit. The part that were most interested in is the fact that it transmits images at 137.1 MHz using the standard LRPT protocol. However, the newer Meteor N M-2 transmits images at twelve times the resolution of US NOAA satellites. No typo there –  that’s twelve (12!) times. Have we got your attention now?

We shouldn’t have to tell you to jump on over to [phasenoise’s] blog which gives you everything you need to start grabbing some of these awesome images.

Now, before you get your jumper wires in a bunch – we are well aware that receiving satellite images is nothing new.

Thanks to [Roy Tremblay] for the tip!

A Minimalist Weather Clock With A Unique Display

If you’re looking for a home hub to display weather, time, and important family information, the formula is pretty simple: build yet another “magic mirror” project. We’re not complaining — magic mirrors look great. But if all you need is time and weather, this elegant pixel display is something just a little bit different.

Among his many criteria for the perfect hack, [Dominic] lists usefulness, visual appeal, and low cost. We’ll agree that his minimalist weather clock hits all those marks, and with the careful selection of a 16 x 32-pixel RGB display module, [Dominic] ended up giving back to the community by developing an Arduino driver for it. He points out that strips of Neopixels could have been used for the display, but they’d have ended up costing more, so the LED matrix was a sensible choice. A 3D-printed separator grid and a paper diffuser provide the proper pixelated look, and some simple animated icons display the two-day weather forecast. We find the time and temperature numerals a little hard to read, but it’s not bad considering the limited resolution of the display. And the case is a nice bit of woodworking too. Not a bad result for only €43.

We’re intrigued by the P10 LED matrix module [Dominic] used for this one. It might be a good choice for a word clock and weather station, or with his driver, a display for just about anything.

Distributed Air Quality Monitoring Via Taxi Fleet

When [James] moved to Lima, Peru, he brought his jogging habit with him. His morning jaunts to the coast involve crossing a few busy streets that are often occupied by old, smoke-belching diesel trucks. [James] noticed that his throat would tickle a bit when he got back home. A recent study linking air pollution to dementia risk made him wonder how cities could monitor air quality on a street-by-street basis, rather than relying on a few scattered stations. Lima has a lot of taxis, so why wire them up with sensors and monitor the air quality in real-time?

This taxi data logger’s chief purpose is collect airborne particulate counts and illustrate the pollution level with a Google Maps overlay. [James] used a light-scattering particle sensor and a Raspi 3 to send the data to the cloud via Android Things. Since the Pi only has one native UART, [James] used it for the particle sensor and connected the data-heavy GPS module through an FTDI serial adapter. There’s also a GPS to locate the cab and a temperature/humidity/pressure sensor to get a fuller environmental picture.

Take a ride past the break to go on the walk through, and stick around for the testing video if you want to drive around Lima for a bit. Interested in monitoring your own personal air quality? Here’s a DIY version that uses a dust sensor.

Continue reading “Distributed Air Quality Monitoring Via Taxi Fleet”

Weather Station Needs Almost No Batteries

While the ESP8266 has made its way into virtually every situation where a low-cost WiFi solution is needed, it’s not known as being a low-power solution due to the amount of energy it takes to run WiFi. [Alex] took this design constraint as more of a challenge though, and with the help of an ATtiny microcontroller was able to develop a weather station using an ESP8266 that only needs new batteries every 2-4 years.

While the ESP8266 module consumes a bit of power, the ATtiny excels in low-power mode. To take advantage of this, [Alex] designed the weather station using the ATtiny to gather data every two minutes, store the data in a buffer, and upload all of it in bursts every hour using the ESP8266. This means that the power-hungry WiFi chip can stay off most of the time, drastically limiting the power demands of the station. [Alex] mostly details the setup of the ATtiny and the ESP8266 on his project page, so this could be applied anywhere that low power and network connectivity are required.

As for the weather reporting capabilities, the station is equipped to measure temperature, light, and humidity. Presumably more could be added but this might increase the power demands for the weather station as a whole. Still, changing batteries once a year instead of once every two years might be a worthwhile trade-off for anyone else attempting such an ambitious project. Other additions to the weather station that we’ve seen before might include a low-power display, too.

I See Rain In Your Future

Who wouldn’t like to have a crystal ball? Unfortunately, our computers aren’t very good at predicting the future. However they do occasionally get the weather correct, so [Jenny Hanell] built a crystal ball to show the weather forecast. She calls it “Sphaera” and you can see a video of it in operation below.

The user interface is entertaining, and relies on 5 photoresistors. The Raspberry Pi inside detects when you cover one of them up, and interprets that as a command. A piece of plastic allows for projection inside the sphere from an LCD display. [Jenny] calls that a hologram although technically it isn’t a true hologram, of course.

Continue reading “I See Rain In Your Future”