Git Product home page Git Product logo

grunenwald's Introduction

grunenwald

Decoding utility for Grunenwald scorer remote control

The unit whose signal was reverse-engineered is a GD 2100 ECO It has been found to transmit a BFSK signal around 433.92MHz (frequency deviation is about 30KHz from center frequency) Baudrate is around 39400. The data seem to be transmitted asynchronously, with 1 Start, 8 data, 1 parity and 1 stop. Encoding is rather special, using a 2-bit ON par nibble, so 4-bit ON per byte, one byte representing 1 digit on the scoreboard

The program is intended to run on a Pi3A+, so it has been split into a low pass filter (averaging filter on I and Q channel) and a demodulator/decoder program (that outputs an ASCII representation of the decoded data) to run on multiple core. The input is an usigned char IQ stream coming from a cheap RTL-SDR dongle, piped from rtl_sdr to u8iqfilter then to demod. Signal capture, filtering and demodulating / decoding uses less than a core at 1Msps.

The BPSK decoding runs on IQ and simply detects the sign of the frequency offset using cross-product of successive samples. So it should be extremely robust to carrier frequency shift and jitter (up to the actual Frequency offset).

grunenwald's People

Contributors

ingenico-zanetti avatar

Watchers

 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.