bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.19k stars 249 forks source link

Work with spread spectrum? #131

Closed jdtsmith closed 4 years ago

jdtsmith commented 4 years ago

I'm trying to get a sense if this software-defined radio driver would work with a spread spectrum 900Mhz device, like this one. I cannot find any information about the messaging protocol for its one-way communication, but perhaps I don't know what I'm looking for.

bemasher commented 4 years ago

Based on the test report this meter appears to be transmitting FSK packets on 25 different channels. For AMR purposes, channel hopping probably happens on the order of seconds or minutes. An rtl-sdr radio would probably have no trouble listening to it and hopping along.

https://apps.fcc.gov/eas/GetApplicationAttachment.html?id=1663726

That said, rtlamr has no current or future plans to support FSK messages.

jdtsmith commented 4 years ago

Thanks. Unfortunately your link is not authorized.

Taking a closer look at the markings on the transmitter, it seems this is the relevant FCC report (GIF-2006B). It's also likely that mine is not in fact a spread-spectrum unit, but instead a "narrowband" device that stays at a single frequency (916.4-916.5 MHz). From the manufacturers of a custom radio board which can read this unit's transmissions, I learned:

The Badger ORION CE radio protocol is used by Badger ORION Universal and Badger ORION CE water and gas metering endpoints. It is proprietary and encoded, but not encrypted. It comes in two flavors: frequency-hopping and fixed-frequency (“narrowband” in the manufacturer’s terminology). Frequency-hopping models are prominently labeled with the code “FHSS”.

My transmitter just says "FH". So, assuming it is a fixed frequency, and that the output is not encrypted but "encoded", does this alter your assessment?

danmandle commented 4 years ago

@jdtsmith Did you get anywhere with this? I have a Badger Orion and haven't seen its ID show up in RTLAMR.

jdtsmith commented 4 years ago

No progress to report sadly.

--

On Jul 30, 2020, at 2:19 PM, Dan Mandle notifications@github.com wrote:

 @jdtsmith Did you get anywhere with this? I have a Badger Orion and haven't seen its ID show up in RTLAMR.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.