Git Product home page Git Product logo

wavebird-reversing's People

Contributors

cfsworks avatar frederic-mahe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wavebird-reversing's Issues

Inquiry about further Wavebird Applications

Hi! I just wanted to say thank you so much for your writeup, it's great to read and see an application closer to my interests on a topic I've only scratched the surface of.

I wanted to ask a couple of questions, mainly if it would be possible to take the information a step further and create a Wavebird receiver out of a 2.4GHz radio receiver (the NFR24L01, since the HackRF One is on the more expensive side) and some Arduino code to take the incoming signal and process it. The thought came from seeing Wavebirds on eBay go for so much as a complete kit since many people lose the receiver but not the controller.

However, I've been having trouble with getting them to operate on the same frequency. Do you have any experience working with something like this, and would you have any advice? Do you thing something like this is feasible?

Thanks again!

FEC code: BCH with p(x)=x^5+x^2+1, t=2

When I read that the FEC block code was a cyclic (31,21) code, I could not help but check the BCH code tables. n=2^(q-1), k=n-t*q just screams BCH with q=5. Try to factor out a primitive polynomial, and see if that thing really is a BCH code. And lo and behold, it is.

Then I figured I could have saved myself the effort by looking up the reference you posted on the POCSAG protocol. It does not say that it is BCH, but it does display the polynomial factored into irreducible polynomials, so there is that.

Anyway, all this to say that there is absolutely nothing POCSAG-specific about that code. It is your bog-standard binary BCH code, using the most common primitive polynomial that is used for a GF(2^5). And, as you outlined in your article, it differs in significant ways from the BCH code used in POCSAG - being both non-systematic and lacking that additional parity bit.

Just wanted to give you a heads up, since that also means that the algorithm to correct errors should be in reach. The BCH decoding algorithm is typically taught for systematic codes, but since there is nothing in the decoding algorithm about how codeword bits are mapped to payload bits, it should be trivial to adapt to the non-systematic code, especially considering that you had already figured out that you can get a sensible payload if you assume the naive method of non-systematic cyclic encoding.

Color uncertainty in explanation of graphs in chapter 5.

In the "A closer look at the wave bird's line code" section of Ch5, there's a description which references reds/greens

image

These are probably our 0s and 1s. We can't really do much besides guess here, but let's arbitrarily call the green one '1' (because the plateau at the very end is high) and the red one '0'. If we're wrong we can come back and change it.


Are "green" and "red" supposed to refer to colors in either of those two graphics? the first one is blue and the second two are both green but nothing is red? I'm not really sure what "red" refers to. I may be totally misreading what this section is trying to convey (disclaimer: I'm a total beginner to all of this radio stuff and even ignoring the color stuff I'm sort of struggling to see the pattern between the blue and green graphs which probably isn't helping)

can you help clarify for me?

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.