[Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A4 (https://www.kincony.com/forum/forumdisplay.php?fid=21) +--- Thread: [Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker (/showthread.php?tid=2044) |
[Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker - admin - 07-19-2022 this is a simple demo source code for KC868-A4 remote control relay by ESP RainMaker. ESP-RAINMARKER-A4-4DO.zip (Size: 1.96 KB / Downloads: 1,183) 1. install arduino IDE with "Additional Boards Manager URLs": https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json 2. Arduino IDE "Board" chose: ESP32 DEV Module 3. Arduino IDE "Tools" -- "Partition Scheme" -- chose: "RainMaker" 4. Download code 5. Scan QRcode to add device. RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - Pouya - 09-01-2022 Dear Admin How can I use of 4 input to notification me if device On/Off in Rianmaker? Can I help me? Best regards, Pouya RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - admin - 09-01-2022 i have not tested, but rainmaker support notification function. RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - davesmithr1 - 09-02-2022 (07-19-2022, 05:39 AM)admin Wrote: this is a simple demo source code for KC868-A4 remote control relay by ESP RainMaker. Hi can you please send me all the info to setup a KC868-A16 with the rainmaker app, also i want to web browse to the device, thanks RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - admin - 09-02-2022 here is source code for web browser. it's for KC868-A16: https://www.kincony.com/forum/showthread.php?tid=2165 RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - davesmithr1 - 09-02-2022 thanks, can this all work through the LAN port, i would rather use that than the wifi? also do the inputs to trigger the outputs? is there a program or a way to web browse to it? or is it only done using code? RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - admin - 09-02-2022 i have sent you the web server code: 1: input can trigger output 2: open web browser by wifi IP address. now the code work by wifi, in furture will let it work for ethernet. here is video tour: https://youtu.be/zmwWkROsKNY RE: ESP Rainmaker arduino sample code - internet control relay by KC868-A4 - admin - 09-02-2022 (09-02-2022, 11:33 AM)davesmithr1 Wrote: thanks, can this all work through the LAN port, i would rather use that than the wifi? also do the inputs to trigger the outputs? is there a program or a way to web browse to it? or is it only done using code? I think this code will help you: https://www.kincony.com/forum/showthread.php?tid=2226 it's ethernet web server for KC868-A32, input trigger output relay. later we will update every KC868-A series board demo code with ethernet web server. RE: [Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker - Dina369 - 03-22-2023 awsome!, can i apply the same solution to KC868-A8S board ?? thank you RE: [Arduino demo source code for KC868-A4]-15 internet control by ESP Rainmaker - admin - 03-23-2023 sure |