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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,685
» Latest member: sarahwilson34
» Forum threads: 4,195
» Forum posts: 20,848

Full Statistics

Online Users
There are currently 48 online users.
» 1 Member(s) | 34 Guest(s)
AhrefsBot, Amazonbot, Baidu, Bing, Crawl, PetalBot, bot, kostenko1954

Latest Threads
N60 configure yaml for ES...
Forum: N60
Last Post: admin
08-23-2026, 01:42 AM
» Replies: 7
» Views: 1,905
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: EDVALDO DE MARINGA
08-22-2026, 01:31 PM
» Replies: 2
» Views: 52
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 121
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,621
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,479
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 68
KC868-A8v3 PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
08-17-2026, 08:44 AM
» Replies: 0
» Views: 89
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,217
N60 Sensor channel label
Forum: N60
Last Post: marekd1
08-14-2026, 09:14 PM
» Replies: 18
» Views: 2,580
solar production and cons...
Forum: N30
Last Post: admin
08-14-2026, 01:46 AM
» Replies: 3
» Views: 179

  [Arduino demo source code for KC868-A4]-16 homekit with DS18B20 temperature sensor
Posted by: admin - 09-02-2022, 01:13 PM - Forum: KC868-A4 - Replies (2)

here is source code used by homespan library and onewire library.

.zip   KC868-A4-HomeKit-DS18B20.zip (Size: 3.23 KB / Downloads: 1039)
   
apple homekit pair code
   
   
   

Print this item

  alexa
Posted by: davesmithr1 - 09-01-2022, 02:58 PM - Forum: KC868-A16 - Replies (1)

hi, im looking to set this up to work with alexa and is there an app for these, also i want to web browse to it for setup so what is the ip address and login?

Print this item

  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: 1442)

[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: 1557)

   

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