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.

17 thoughts on “Grabbing Weather And Traffic Overlays From IHeartRadio

      1. The core program that decodes the HD radio signal is nrsc5 (https://github.com/theori-io/nrsc5). This program (hdfm) takes the files dumped by nrsc5 and processes them into a viewable format. The fact that it’s coming from an iHeartRadio station doesn’t effect the decoding in any way; they’re all using the same standard. iHeartRadio stations just send extra information (traffic and weather data) that other HD stations do not.

        1. Well I know that on other RDS feeds, the data is encrypted for traffic information. Of course, with live traffic and weather information available from the web, cell phones can get this information easily.

  1. So… How easy would it be to spoof data on whatever they’re calling the HD version of RDS? Are any “infotainment” systems vulnerable remotely? I definitely don’t have the equipment (or skills) to explore….

Leave a Reply to echodeltaCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.