Skip to content
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
@Pacit0

Description

@Pacit0

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions