Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,368
» Latest member: Alan.llm
» Forum threads: 2,574
» Forum posts: 13,304

Full Statistics

Online Users
There are currently 53 online users.
» 1 Member(s) | 34 Guest(s)
Bing, Bytespider, Crawl, Google, PetalBot, Semrush, Yandex, bot, xarouli5

Latest Threads
change wake up name
Forum: KinCony AS
Last Post: gal
7 hours ago
» Replies: 12
» Views: 73
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
8 hours ago
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
10 hours ago
» Replies: 32
» Views: 392
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 63
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
Yesterday, 11:40 PM
» Replies: 7
» Views: 46
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 11:38 PM
» Replies: 2
» Views: 167
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 22
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: admin
12-16-2024, 10:55 PM
» Replies: 12
» Views: 447
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
12-16-2024, 10:53 PM
» Replies: 5
» Views: 34
M16 SHT31 sensor disconne...
Forum: KC868-M16 / M1 / MB / M30
Last Post: bsarra
12-16-2024, 08:36 PM
» Replies: 4
» Views: 39

  Lesson5- How to use Arduino to control dimmable LED brightness
Posted by: admin - 06-19-2021, 08:22 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

Print this item

  Lesson4- How to use Arduino to read DS18B20 temperature sensor
Posted by: admin - 06-19-2021, 08:22 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

Print this item

  Lesson3- How to use Arduino to control relay by wall switch button
Posted by: admin - 06-19-2021, 08:21 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

Print this item

  Lesson2 - How to use Arduino to control relay ON/OFF
Posted by: admin - 06-19-2021, 08:19 AM - Forum: KC868-A series and Uair Smart Controller - Replies (9)

Print this item

  KC868-A4 bluetooth android phone app source code
Posted by: admin - 06-11-2021, 12:05 PM - Forum: KC868-A4 - No Replies

arduino IDE source code BlueTooth control relay function for KC868-A4 and Google App Inventor source code download:

.zip   bluetooth.zip (Size: 32.76 KB / Downloads: 567)

Print this item

  KC868H16 and Home Assistant ?
Posted by: Max - 06-09-2021, 07:29 PM - Forum: KC868-HxB series Smart Controller - Replies (3)

Hi, the KC868H16 is supported by Home Assistant ? If yes, there is a youtube tutorial ?
Thanks.

Print this item

  customer project photo by H32L and COLB from Saudi Arabia
Posted by: admin - 06-01-2021, 12:53 PM - Forum: DIY Project - No Replies

Made by
KC868-H32L relay controller
KC868-COLB logical controller
       

Print this item

  Issues with software
Posted by: Eugene - 06-01-2021, 09:23 AM - Forum: KC868-HxB series Smart Controller - Replies (3)

Hello everyone!

We are using KC868-H32 via Ethernet connection and have problems with PC app:

1. We cannot check the connection status while the application is running. So after the first successful connection, we don't know the current status. If something goes wrong, we will not know about it.

2. If there is no connection between the PC and the relay module, we can still turn the relays on and off in the app, but the relays will not switch in reality! And if we do this remotely, it is very difficult or impossible to check if the relays are actually switching.
Dear Kincony Team, what should we do? Maybe you have a new version of the app?
Thanks in advance!

Print this item

  KC868-A4 ESP32 I/O pin define in Arduino IDE
Posted by: admin - 05-31-2021, 01:29 AM - Forum: KC868-A4 - Replies (2)

#define DAC1 25
#define DAC2 26

#define ANALOG_A3  32
#define ANALOG_A4  33

#define ANALOG_A1  34
#define ANALOG_A2  35

const int Relay1 = 2;
const int Relay2 = 15;
const int Relay3 = 5;
const int Relay4 = 4;

const int DI1 = 36;
const int DI2 = 39;
const int DI3 = 27;
const int DI4 = 14;

const int BEEP = 18;

DS18B20 ds(13);

Print this item

Wink Lesson1-config Arduino IDE for ESP32 module
Posted by: admin - 05-30-2021, 03:03 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

1. Download and install Arduino from https://www.arduino.cc/
2. add "https://dl.espressif.com/dl/package_esp32_index.json" to your "Additional Boards Manager URLs"
[Image: config-arduino-ESP32-1.png]
3. Search "ESP32" install esp32 by Espressif Systems board.
[Image: config-arduino-ESP32-2.png]
4. complete.

Print this item