esp32 relay board

How to programming with KC868-A8

In the last article (https://www.kincony.com/kc868-a8-hardware-design-details.html) we got acquainted with the Kincony KC868-A8 controller and its circuitry, in this article we will analyze the programming of its functional blocks (inputs, relays, temperature sensors, Ethernet interface, etc.). You can use the code examples from this article in your projects on KC868-A8.   Personally, I like both Kincony…

smart power controller

smart distribution board (MCB box) – case19

distribution board customsize design: Functions: 1. remote / locally control 5 channel AC220V 1 phase 63A power output by mobile phone and PC application. 2. use dry contactor sensor trigger output power. 3. support connect with analog DC 0-5v sensors and digital sensors and DS18B20 temperature sensors. 4. input sensors trigger output automatic by IFTTT…

smart circuit breaker

smart distribution board (MCB box) – case18

distribution board customsize design: Functions: 1. remote / locally control 27 channel AC220V 1 phase power output by mobile phone and PC application. 2. use “Omron” removable relay module. 3. use dry contactor sensor trigger output power. 4. support connect with analog DC 0-5v sensors and digital sensors and DS18B20 temperature sensors. 5. input sensors…

esp32 relay board

KC868-A8 hardware design details

While we dealt with the universal entry-level controller on ESP32 for DIY automation Kincony KC868-A4 his older brother Kincony KC868-A8 “came up” – a much more serious device with 8 optoisolated digital inputs, 8 relays on board for controlling various equipment, an I2C connector on the board, a built-in Ethernet interface on the LAN8270A and…

wall switch

metal frame momentary wall switch panel

momentary wall switch introduce: LED Supply Power: DC12V S1/K1–S6/K6:key line KCOM:key Common D6–D1:LED display DCOM:LED Common Note:”Kx” with “KCOM” is dry contactor. D6–D1:LED display DCOM:LED Common Note: D6–D1: input 0V (GND) Then LED ON DCOM: +12V KinCony YouTube channel: https://www.youtube.com/c/KinCony

kc868-a4

control via mobile Telegram bot for KC868-A4

In the previous article (https://habr.com/en/company/ruvds/blog/647119/) of the Kincony KC868-A4 cycle, we examined the “atomic” programming of the components of this controller, in this article we will analyze more advanced examples of working with KC868-A4 – control your (IoT) system via the Internet.   There are many ways to control the controller via the Internet, today…

kc868-a4

how to code by arduino IDE for KC868-A4

We continue the ultimate guide to the Kincony KC868-A4 controller, which began in the previous article. Today we will analyze in detail the pinout of the KC868-A4 and get acquainted with the principles of programming the components (functional blocks) of this controller. All examples will be accompanied by ready-made working code that you can use…

kc868-a4

KC868-A4 hardware design details

One long winter evening, I would sit in front of a monitor and browse the internet for anything interesting in general and anything interesting in particular. Unfortunately, the Internet was not very pleased with anything special and I came across either the already stuffed standard debug boards, or variations on the theme “box with ESP8266…

zigbee wifi hub

ESP32 433MHz RF and IR gateway – KC868-AG

we have designed KC868-AG by ESP32 module, it’s easy to use ESPHome for home assistant. You can define RF buttons and IR buttons to control TV or air conditioner by IR signal. Related technical information ——————————— schematic: https://www.kincony.com/download/KC868-AG-schematic.pdf ESP32 I/O pin define: https://www.kincony.com/forum/showthread.php?tid=1667 config yaml file for ESPHome: https://www.kincony.com/forum/showthread.php?tid=2329 arduino demo source code: https://www.kincony.com/forum/forumdisplay.php?fid=30 KCS…