This repository was archived by the owner on Oct 15, 2021. It is now read-only.
This repository was archived by the owner on Oct 15, 2021. It is now read-only.
Translation of RCSwitch from Arduino to RPi #18
Open
Description
Hi,
I am using an Arduino to control my lights at home using RCSwitch. I would like know use a Raspberry Pi and I fand this library. I try several times but I didn't find an issue...
For Arduino I use:
Serial.println("Turn ON RCSwitch");
mySwitch.send(1394005,24);
Serial.println("Turn OFF RCSwitch");
mySwitch.send(1394004,24);
I tried:
sudo ./send 1394005 24 1
sudo ./send 1394004 24 0
It doesn't work... Do you have any idea?
Thanks
P0uet
Metadata
Metadata
Assignees
Labels
No labels