You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
i've used codesend from 433utils/rpi_utils. there you could send just one code to switch on and one to switch off.
if you dont know the right code, use receive program to read the correct one.
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:
I tried:
It doesn't work... Do you have any idea?
Thanks
P0uet
The text was updated successfully, but these errors were encountered: