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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,374
» Latest member: tziku
» Forum threads: 2,577
» Forum posts: 13,328

Full Statistics

Online Users
There are currently 41 online users.
» 2 Member(s) | 27 Guest(s)
Bytespider, Crawl, Google, PetalBot, Yandex, bot, admin

Latest Threads
Kc868 a8 in workshop
Forum: KC868-A8
Last Post: admin
9 minutes ago
» Replies: 1
» Views: 1
KC868-A2 configure yaml f...
Forum: KC868-A2
Last Post: admin
14 minutes ago
» Replies: 16
» Views: 7,689
One input switch - turn o...
Forum: KinCony AS
Last Post: admin
19 minutes ago
» Replies: 1
» Views: 1
change wake up name
Forum: KinCony AS
Last Post: admin
20 minutes ago
» Replies: 15
» Views: 111
KC868-A8 Switch
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
28 minutes ago
» Replies: 3
» Views: 36
H32L - home assistant
Forum: KC868-HxB series Smart Controller
Last Post: admin
30 minutes ago
» Replies: 1
» Views: 3
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: Poczwara13
2 hours ago
» Replies: 7
» Views: 66
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: biofects
3 hours ago
» Replies: 14
» Views: 474
How can I power multiple ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 09:03 AM
» Replies: 12
» Views: 140
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: admin
12-18-2024, 11:15 PM
» Replies: 18
» Views: 191

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

   

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 and diagram - No Replies

   

Print this item

  KC868-Server work with KC868-E16
Posted by: admin - 08-24-2022, 06:28 AM - Forum: Schematic and diagram - 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 and diagram - 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 and diagram - No Replies

   

Print this item

  KC868-H32BS work with KC868-E16
Posted by: admin - 08-24-2022, 06:24 AM - Forum: Schematic and diagram - Replies (4)

   

Print this item

  KC868-H32BS work with KC868-E8
Posted by: admin - 08-24-2022, 06:24 AM - Forum: Schematic and diagram - No Replies

   

Print this item