Let KC868 relay controller support RF 315/433MHz sensor - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: DIY Project (https://www.kincony.com/forum/forumdisplay.php?fid=3) +--- Thread: Let KC868 relay controller support RF 315/433MHz sensor (/showthread.php?tid=257) |
Let KC868 relay controller support RF 315/433MHz sensor - admin - 03-29-2021 now you can weld a RF receiver module (315MHz or 433MHz) with ESP8266 module (voice module). write some arduino code will support RF sensor decode ,it's easy to integrate RF sensors for trigger any relay output or do scene mode. RE: Let KC868 relay controller support RF 315/433MHz sensor - admin - 03-31-2021 this is arduino code for RF module control relay output by wifi TCP socket, not need connect with RS232 port. ReceiveDemo_Simple.zip (Size: 980 bytes / Downloads: 477) |