V
V
Vadim Belkin2014-12-24 19:30:12
Arduino
Vadim Belkin, 2014-12-24 19:30:12

How to properly extract data from IR pulse in Miles tag 2 protocol?

I use the IRremote library to get the IR pulse data of a shot from a laser tag weapon, which is implemented on the Miles tag 2 protocol . The shot packet contains 2 bytes: [Header]-[player ID]-[damage], output to the monitor in binary code. With each shot, different data comes (they may be repeated several times, they may differ), the number of characters is different and the sequence is different. How to correctly extract the data in the required format (in particular, the player's ID is of interest)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2014-12-24
@gbg

Output everything received in the rows of the table (in binary form) and look for repeating pieces.
It probably uses Manchester coding. Read about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question