rfctl
rfctl copied to clipboard
Linux driver and control tool for 433 MHz communication on Raspberry Pi
After `sudo apt install raspberrypi-kernel-headers` on my Pi 3 with raspbian buster I cannot find a folder called `rfctl`. I tried to search for it with `sudo find / -type...
Hello Joachim, thanks for the very nice work! I was looking for a way to bitbang a RAW rf signal but cannot figure out how to do it with rfctl....
Due to check on line 276 of rfctl.c: `if ((protocol != PROT_SARTANO && !group) || !channel || !level)` the `PROT_IMPULS` option requires a group number while it only uses the...
Good day, Sir ! You project support RCswitch protocol ? Example RCswitch https://github.com/wendlers/rcswitch-kmod https://github.com/r10r/rcswitch-pi https://github.com/apiel/rcswitch TNX for reply !