sebmillet / rf433dap

Decode RF433 signal for Any Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RF433decode - RF433 Decode Any Protocol

Uses a RF433Mhz component plugged on an Arduino to listen to signals and decode it.

The decoder tries to be as flexible as possible to decode any protocols, without pre-knowledge about encoding. To be generic enough, only the relationships between timings is analyzed, no pre-defined timing is used.

Assumes one of the following auto-synchronization protocols:

  • Tri-bit (normal or inverted)
  • Manchester

Schematic: Arduino plugged on a RF433 RX component, like MX-RM-5V. The RF digital pin must be plugged on Arduino pin D2.

About

Decode RF433 signal for Any Protocol

License:GNU General Public License v3.0


Languages

Language:C++ 82.7%Language:Shell 15.1%Language:C 1.5%Language:Perl 0.5%Language:Makefile 0.3%