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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,275
» Latest member: kajalgupta1
» Forum threads: 4,107
» Forum posts: 20,589

Full Statistics

Online Users
There are currently 119 online users.
» 0 Member(s) | 105 Guest(s)
Amazonbot, Applebot, Baidu, Bing, Bytespider, PetalBot, bot

Latest Threads
How to get started
Forum: KC868-A16
Last Post: Lomagno
3 hours ago
» Replies: 17
» Views: 7,073
ESP32 Smart Controller – ...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
Yesterday, 10:09 PM
» Replies: 6
» Views: 692
KC868-COLB Tuya Integrati...
Forum: Development
Last Post: namalumfard
Yesterday, 01:42 PM
» Replies: 11
» Views: 1,418
N30 power supply
Forum: N30
Last Post: admin
06-27-2026, 11:55 PM
» Replies: 1
» Views: 40
Force sensitive sensor wi...
Forum: KC868-A series and Uair Smart Controller
Last Post: Elgatoguiri
06-27-2026, 11:51 AM
» Replies: 6
» Views: 157
G1 powerup issue
Forum: G1
Last Post: admin
06-27-2026, 06:47 AM
» Replies: 1
» Views: 27
DM16 output not turning o...
Forum: DM16
Last Post: admin
06-26-2026, 01:11 PM
» Replies: 26
» Views: 2,850
A Project in Saudi Arabia...
Forum: Apply for free sample product
Last Post: Maxsys249
06-26-2026, 07:56 AM
» Replies: 2
» Views: 120
KinCony Pi5M32 – Raspberr...
Forum: News
Last Post: admin
06-25-2026, 10:40 AM
» Replies: 0
» Views: 73
RS485 issue
Forum: B4M
Last Post: admin
06-25-2026, 02:04 AM
» Replies: 6
» Views: 95

  KC868-A16 LCD issue
Posted by: dany_l2003 - 07-17-2023, 06:30 PM - Forum: KC868-A16 - Replies (8)

Hi, i just bought KS868-A16 Rev1.6 and i have problems connecting a serial LCD.

Port connected P19
LCD-serial controller PC8574T
LCD model 20x4

Testet whith 3,3V also whith 5V
Scan whith Arduino i2c scanner no results.

LCD tested on Arduino Uno is ok.
KC868-A16 tested whith a simplet test IO ok.
Try whith simple Arduino examples i2c LCD
Try wired the LCD examples SCL/SDA to IO 4/5
Any help please?

Print this item

  KC868-A6 Hardware function diagram
Posted by: KinCony Support - 07-17-2023, 04:56 AM - Forum: KC868-A6 - No Replies

   

Print this item

  868-A4 pins for SPI
Posted by: bria_s - 07-16-2023, 07:56 AM - Forum: KC868-A4 - Replies (1)

Hello

is it possible to configure the 433mhz pins for SPI?

Print this item

  KC868-H32L Latest firmware
Posted by: v1rtus - 07-15-2023, 03:42 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello,

what is the latest firmware available for KC868-H32L? I have V1.437 installed, is it the latest one? I failed to find any info regarding that!

Print this item

  KC868-A4 wiring diagram
Posted by: KinCony Support - 07-14-2023, 12:48 AM - Forum: KC868-A4 - Replies (7)

   

Print this item

  KC868-A2 wiring diagram
Posted by: KinCony Support - 07-14-2023, 12:47 AM - Forum: KC868-A2 - No Replies

   

Print this item

  Kc868-a8e
Posted by: avihay - 07-11-2023, 11:54 PM - Forum: "KCS" v2 firmware system - Replies (16)

Good evening, you sent me a version of your application KCS_KC868_A8_V2.0.2. I work with it. I recorded a generator remote rf. I send ignition and the generator does not turn on during the recording


Good evening, you sent me a version of your application KCS_KC868_A8_V2.0.2. I work with it. I recorded a generator remote rf433. I send ignition and the generator does not turn on during the recording.

Print this item

  KCS Software and Arduino script
Posted by: alessiovietri - 07-11-2023, 12:54 PM - Forum: KC868-A16 - Replies (3)

Hi everybody,

We're trying to use an arduino script (with homespan, to connect the board to homekit) and the KCS software (to use the tuya connection), but if we install the arduino script, we lose the KCS software interface.

We aim to:
- use the arduino script to connect homekit (actually working)
- connect tuya devices to the board

Is is possible to achieve this?

Thanks in advance

Print this item

  How can I use Interrupt ?
Posted by: Ksirirux - 07-10-2023, 12:10 PM - Forum: KC868-A series and Uair Smart Controller - Replies (5)

Board: KC868-A8S
platform : Platform IO on vscode

My Project require Interrupt Signal .. about water flow rate from flow meter 
Can I connect some gpio for interrupt process ? 

Thank you so much.

Print this item

  KC868-H32B V5.06 firmware support Loxone Miniserver directly
Posted by: admin - 07-10-2023, 02:10 AM - Forum: News - No Replies

improvement:

support integrate to Loxone Miniserver system by UDP command directly. Because when relay state and switch state feedback by HTTP command, Loxone need >= every 10 seconds for update, it's slowly. Now we developing new firmware feedback state by UDP command, it's fast. If you want to add to Loxone Miniserver, just enable option for "LOXONE INTEGRATION", then fill the Miniserver IP and Port.

firmware BIN file download for KC868-H32B controller:

.zip   H32B_V506_230629.zip (Size: 134.79 KB / Downloads: 699)

   

   

Loxone project file download:

.zip   KinCony-32CH-Relay-Controller.zip (Size: 28.23 KB / Downloads: 700)

added UDP command protocol:

1. control single relay:

RELAY-SET-255,X,Y

X: relay channel ID
Y: 1: ON  0: OFF

For example a: TURN ON relay1:

Send: RELAY-SET-255,1,1  feedback:RELAY-SET-255,1,1,OK

For example b: TURN OFF relay1:

Send: RELAY-SET-255,1,0  feedback:RELAY-SET-255,1,0,OK


2. when relay state changed by any way , will auto feedback to UDP:

RELAY-SET-255,X,Y,OK

X: relay channel ID
Y: 1: ON  0: OFF

RELAY-SET-255,1,1,OK  means: relay1 is ON
RELAY-SET-255,2,0,OK  means: relay2 is OFF


3. when digital input port changed, will auto feedback to UDP:

RELAY-GET_INPUT-255,X,Y,OK

X: digital input ID
Y: 1: ON  0: OFF

For example: digital input2 is ON:
RELAY-GET_INPUT-255,2,1,OK

4. when KinCony Smart Controller re power on , will auto feedback (32 channel relay state+ 6 channel digital input state) to UDP:

[2023-06-29 09:20:23.205]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,1,0,OK

[2023-06-29 09:20:23.206]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,2,0,OK

[2023-06-29 09:20:23.207]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,3,0,OK

[2023-06-29 09:20:23.208]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,4,0,OK

[2023-06-29 09:20:23.209]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,5,0,OK

[2023-06-29 09:20:23.209]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,6,0,OK

[2023-06-29 09:20:23.210]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,7,0,OK

[2023-06-29 09:20:23.210]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,8,0,OK

[2023-06-29 09:20:23.213]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,9,0,OK

[2023-06-29 09:20:23.219]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,10,0,OK

[2023-06-29 09:20:23.222]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,11,0,OK

[2023-06-29 09:20:23.223]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,12,0,OK

[2023-06-29 09:20:23.225]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,13,0,OK

[2023-06-29 09:20:23.227]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,14,0,OK

[2023-06-29 09:20:23.229]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,15,0,OK

[2023-06-29 09:20:23.230]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,16,0,OK

[2023-06-29 09:20:23.232]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,17,0,OK

[2023-06-29 09:20:23.236]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,18,0,OK

[2023-06-29 09:20:23.237]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,19,0,OK

[2023-06-29 09:20:23.239]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,20,0,OK

[2023-06-29 09:20:23.241]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,21,0,OK

[2023-06-29 09:20:23.243]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,22,0,OK

[2023-06-29 09:20:23.245]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,23,0,OK

[2023-06-29 09:20:23.246]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,24,0,OK

[2023-06-29 09:20:23.249]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,25,0,OK

[2023-06-29 09:20:23.250]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,26,0,OK

[2023-06-29 09:20:23.252]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,27,0,OK

[2023-06-29 09:20:23.254]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,28,0,OK

[2023-06-29 09:20:23.256]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,29,0,OK

[2023-06-29 09:20:23.257]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,30,0,OK

[2023-06-29 09:20:23.261]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,31,0,OK

[2023-06-29 09:20:23.262]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-SET-255,32,0,OK

[2023-06-29 09:20:23.265]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,1,0,OK

[2023-06-29 09:20:23.266]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,2,0,OK

[2023-06-29 09:20:23.268]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,3,0,OK

[2023-06-29 09:20:23.270]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,4,0,OK

[2023-06-29 09:20:23.271]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,5,0,OK

[2023-06-29 09:20:23.273]# RECV ASCII FROM 192.168.1.200 :4001>
RELAY-GET_INPUT-255,6,0,OK

Print this item