# node-red-contrib-rpi-433

A Node-Red node to sniff and emit codes on the 433 mhz frequency. It wraps the [rpi-433-v3](https://github.com/jmc265/rpi-433-v3) library.

## Install

```
sudo apt install wiringpi
cd ~\.node-red
npm install node-red-contrib-rpi-433
```
