rcswitch-pi icon indicating copy to clipboard operation
rcswitch-pi copied to clipboard

RCSwitch implementation for the Raspberry Pi

Results 22 rcswitch-pi issues
Sort by recently updated
recently updated
newest added

RCSwitch.cpp.diff 34a35 > char retv = '\0'; 196c197 < return '\0'; --- > return &retv; 232c233 < return '\0'; --- > return &retv; 241c242 < return '\0'; --- > return...

Hey @r10r , a while ago I found this patch for Intertechno-controller capabilities and added it to your code. Maybe you could just merge it? Thanks

With this patch it is possible to address 2^5 devices instead of only 5. You could simply provide group and device dip switch settings like this: mySwitch.switchOn("10001", "11001")

I've adapted the "send" demo program into a control program for remote power switches, which I then trigger from Node-RED. This can be used with a Raspberry Pi (or Orange...

The Raspberry is now supported by the original rcswitch library: https://github.com/sui77/rc-switch This code is outdated, I'd recommend using the rcswitch library instead. It's easier to add new protocols (defined in...

I am running Ubuntu 16.04 and get a compile error. make all g++ -DRPI -c -o ../rc-switch/RCSwitch.o ../rc-switch/RCSwitch.cpp g++ -DRPI -c -o send.o send.cpp g++ -DRPI ../rc-switch/RCSwitch.o send.o -o send...

I am trying to make deep sleep with arduino, when receiver gets a signal arduino will wake up. Is it possible? If yes device will be battery powered. I think...

When i try to run you're send command, i get a segmentation fault, and nothing has been sent.

Please add code from this device RCS AAA3680-A , It is power adapters with self-learning function http://forum.arduino.cc/index.php?topic=202556.0 https://github.com/peterand/BATsender