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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,976
» Latest member: supremebluza34
» Forum threads: 3,953
» Forum posts: 20,074

Full Statistics

Online Users
There are currently 4 online users.
» 0 Member(s) | 1 Guest(s)
bot

Latest Threads
F16 relay stopped functio...
Forum: F16
Last Post: autolifetech
1 hour ago
» Replies: 4
» Views: 43
"KCS" v3.24.5 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 11:38 PM
» Replies: 0
» Views: 17
Analoge input for door se...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
04-28-2026, 11:05 PM
» Replies: 1
» Views: 36
KINCONY IN KSA
Forum: DIY Project
Last Post: Maxsys249
04-28-2026, 10:19 AM
» Replies: 10
» Views: 371
KC868-E16S/E16P demo conf...
Forum: KC868-E16S/E16P
Last Post: admin
04-26-2026, 01:01 PM
» Replies: 24
» Views: 11,679
Add uptime to board infor...
Forum: Suggestions and feedback on KinCony's products
Last Post: twostar
04-26-2026, 04:06 AM
» Replies: 7
» Views: 144
KC868-A16 rev1.6 firmware
Forum: "KCS" v2 firmware system
Last Post: admin
04-26-2026, 01:04 AM
» Replies: 5
» Views: 253
Esphome + KC868-HA-V21
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
04-26-2026, 01:00 AM
» Replies: 8
» Views: 1,974
Interface T16M E/S et AIO
Forum: News
Last Post: admin
04-26-2026, 12:58 AM
» Replies: 9
» Views: 399
KC868-A16S: Can ESP32 rea...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
04-25-2026, 01:48 PM
» Replies: 1
» Views: 63

  KC868-A16 work with KC868-E16
Posted by: admin - 08-30-2022, 11:34 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item

  ESP32 firmware download tool
Posted by: admin - 08-26-2022, 01:42 AM - Forum: KC868-A series and Uair Smart Controller - No Replies


.zip   flash_download_tool_3.9.2_0.zip (Size: 31.22 MB / Downloads: 1176)

[b][Image: 11-1.jpg][Image: 22-1.jpg][/b]

Print this item

  [Arduino IDE demo source code for KC868-A16]--#10-KC868-A16_RS485_send and receive
Posted by: KinCony Support - 08-26-2022, 12:51 AM - Forum: KC868-A16 - Replies (9)

[Arduino IDE demo source code for KC868-A16]--#10-KC868-A16_RS485_send and receive

.zip   KC868-A16-RS485.zip (Size: 571.74 KB / Downloads: 1278)

   

Code:
/*KC868-A16   RS485 SEND AND RECEIVE CODE*/


void setup() {
  Serial.begin(115200);
   // Serial2.begin(115200,SERIAL_8N1,32,33);//a8&a8s
  Serial2.begin(115200,SERIAL_8N1,16,13);//a16
  //Serial2.begin(115200,SERIAL_8N1,16,14);//a32
  //Serial2.begin(115200,SERIAL_8N1,13,14);//a64
   Serial2.println("RS485 SEND is OK!!");
   Serial2.println("******************");
 
}

void loop() {
  /*print the received data of RS485 port*/
  while(Serial2.available()>0)
   {
    Serial2.print((char)Serial2.read());//Read rs485 receive data  and print it
   }
  delay(200);
}

Print this item

  KC868-A8S_WS2812-RGB_LED
Posted by: garrip - 08-24-2022, 08:26 PM - Forum: Development - Replies (4)

I am trying to use this example code

[Arduino IDE demo source code for KC868-A8S]--#08-KC868-A8S_WS2812-RGB_LED_code

but WS2812 is alway off.
PIN 12 is LOW.

I'm wrong, but I can not understand why.

I  test output, input (digital and analog), GSM, and RF433 using my code, everything works fine.

I can't get it to work (tried different code and library) is the RBG WS2812 led on the board only.

I tested my code on RBG WS2812 ring using a ESP32-Wrover-E and it works.

Can someone help me,  please?

Can someone tell me how I can download a demo firmware, when I turn on the board  the first time,  the led changed color.
I want to test the RBG WS2812 LED, so if I have broken it, I'll change with a new one.

Thank, best regards.


Marco

Print this item

Thumbs Up RS485
Posted by: iulius - 08-24-2022, 05:00 PM - Forum: KC868-A16 - Replies (4)

Hi~I'm big fan of KINCONY.

I want to communicate with other devices through RS485 of KC868-A16.

I tried various things for this using ESPHOME, but the signal does not come out from the RS485 port of KC868-A16 and the signal is not received either.

Can you give me a simple example of sending and receiving signals via RS485 in KC868-A16?

please please~~~~~!!

Print this item

  An experience of installation KC868-A32 in to my own flat.
Posted by: Lastnovik - 08-24-2022, 09:58 AM - Forum: KC868-A32/A32 Pro - Replies (1)

The KC868-A32 is used as controller of  light and water leak powered by Esphome.[/url]
Water leak detector used this [url=https://aliexpress.ru/item/1005004546201091.html]https://aliexpress.ru/item/1005004546201091.html
 connected through zigbee2mqtt and Home Assistant.
More photo you can find https://drive.google.com/drive/folders/1...sp=sharing


Identified deficiencies of the device:
1. Inconvenient connectors for connecting the load, the wires should go parallel to the board.
2. The connector for the signal wires is not removable and it is not convenient. There is no way to quickly dismantle the device without disconnecting the signal wires.

[Image: DSC-0153.jpg]

Print this item

  KC868-H32B with switch terminal board & glass touch wall switch
Posted by: admin - 08-24-2022, 06:40 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item

  KC868-Server work with KC868-E16
Posted by: admin - 08-24-2022, 06:28 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item

  KC868-Server work with KC868-H32BS + KC868-E16 + KC868-COLB + KC868-D8
Posted by: admin - 08-24-2022, 06:27 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item

  KC868-Server work with KC868-A16 and KC868-E16
Posted by: admin - 08-24-2022, 06:25 AM - Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file - No Replies

   

Print this item