$ sudo apt install
git
$ cd $HOME $ git clone https://github.com/WiringPi/WiringPi $ cd WiringPi $ sudo ./build $ cd $HOME $ git clone --recursive https://github.com/ninjablocks/433Utils.git $ cd 433Utils/RPi_utils $ make |
$ sudo ./codesend Usage: ./codesend decimalcode [protocol] [pulselength] [bitlength] decimalcode - As decoded by RFSniffer protocol - According to rc-switch definitions pulselength - pulselength in microseconds bitlength - bit length $ sudo ./codesend 1 $ sudo ./codesend 2 $ sudo ./codesend 1 2 $ sudo ./codesend 2 2 |
$ sudo ./RFSniffer |