SergiuToporjinschi / rf-command

Sends binary codes via radio waves
GNU General Public License v3.0
7 stars 3 forks source link
blinds iot-device node-red node-red-contrib radio-waves rf

Offers possibility to send a binary code via radio waves. I'm personally using this for controlling different IOT devices by radio.

npm version npm npm downloads GitHub repo size in bytes GitHub last commit GitHub stars GitHub watchers GitHub license Code Climate Package Quality

rf-command

Offers possibility to send a binary code via radio waves. I'm personally using this for controlling different IOT devices by radio.

Code is tested with this device on Node red installed on a PaspberryPi II.

The node contains a python script for sending the payload; Python is mandatory;

How RF comminication works

On RF, the bits are identify by how much time the signal is high and how much time nothing is emitted on that frequency.

For example: if in 1024 µs we have 66% of time signal emitted and 33% of time silance, then is one. If we have 33% of time signal and then 66% of time silance then is zero.

Settings

Changelog

v1.0.0 (February 14, 2017)