Code Monkey home page Code Monkey logo

mll-amr-sdr's Introduction

MLL-AMR-SDR

A Project for decoding Miltel (what I call) 2nd generation water AMR Transmitter/Reciver 4-FSK NBFM From air to usable data

Used in:

  • E-WEP/I-WEP 433 External transmitter
  • Dorot-valves MJ Residentual water meter (Embedded transmitter),
  • Others?

FCC: Somehow I was able to find this, 2, 3 after insane amount of online search Using this confirmed my observations and narrowed my baudrate down.

How did I do it All information was recovered by open means, without access to firmware/opening device (somewhat illegal). Mostly just analysis of transmittions and using a magnet to induce them. More information to be provided.

Tech spec:

  • Frequency, In my area: 465.65 Mhz
    • Frequency when invoking TX with magnet is different for some reason, ~433Mhz
  • Modulation: 4-Level FSK (4FSK)
  • Encoding: Texas Instruments / CC1120 - Data Whitning
  • Frame: Variable length, No CC11xx "address field", With CRC16
  • Data: Encapsulated and hirachical Type, Len, Values (TLVs)
  • SYNC Word:
    • 32 bit Modulated as 2FSK (Seec CC1120 Datasheet, This is how it works)
    • Binary: 10010011000010110101000111011110; Hex(First bit recived MSB) 93 0b 51 de (0x930b51de)
    • Baseband: 1-High; 0-Low
    • This is the default SYNC word in TI documentation and code examples.
    • TI cc11xx SYMBOL_MAP_CFG = 00b
  • Preamble Modulated as 2FSK: 101010....10

Additional information: Device wakes up some time, when it wakes up it reports it's timestamp to it's basesstation. Basesstation responds with an updated time. When it wakes up, it might also deliver reading information in a couple of format (see protocol)

mll-amr-sdr's People

Contributors

hllhll avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.