Skip to content

ersinpw/433mhz_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

433Mhz

This script allows you to read 433Mhz codes using a Raspberry Pi. The code is tested with Raspberry pi zero and Raspberry pi 3. The 433Mhz receiver module I have used was the superheterodyne qiachip. This module contains 4 pins (5V VCC, GND and two for Data). It doesn't matter which Data pin you use, they give identical result.

Connection table

433Mhz Pin Raspberry Pi Pin
VCC 5V
GND GND
Data GPIO 21/27

Installation

A one line installation:

make

And you are done!

How to run?

./RFsniffer

About

Decode 433Mhz signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published