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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,980
» Latest member: slava
» Forum threads: 2,427
» Forum posts: 12,556

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 21 Guest(s)
Bytespider, Crawl, Google, Semrush, bot, help@dataminr.com

Latest Threads
DI8
Forum: Development
Last Post: Vaughan2024
6 hours ago
» Replies: 0
» Views: 4
Clarification on CT Clamp...
Forum: KC868-M16 / M1 / MB / M30
Last Post: ironbill
7 hours ago
» Replies: 0
» Views: 9
AS ESPHome yaml for home ...
Forum: KinCony AS
Last Post: admin
Yesterday, 12:29 PM
» Replies: 4
» Views: 268
KCS firmware - MQTT LWT?
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 12:02 PM
» Replies: 34
» Views: 3,305
H32W Firmware
Forum: KC868-HxB series Smart Controller
Last Post: admin
Yesterday, 10:32 AM
» Replies: 5
» Views: 1,606
"KCS" v3.0.2 firmware for...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 12:00 AM
» Replies: 0
» Views: 27
What makes the ESP32 chip...
Forum: KC868-A series and Uair Smart Controller
Last Post: alice_amira
11-08-2024, 04:38 PM
» Replies: 0
» Views: 4
Sms relays control
Forum: KC868-A8S
Last Post: Michele
11-08-2024, 11:41 AM
» Replies: 6
» Views: 24
new home automation
Forum: DIY Project
Last Post: admin
11-08-2024, 10:33 AM
» Replies: 1
» Views: 15
Energy consumption not me...
Forum: KC868-M16 / M1 / MB / M30
Last Post: sebastianfs
11-08-2024, 05:26 AM
» Replies: 2
» Views: 33

  Connecting two KC868-A8 together
Posted by: msinfo - 02-01-2024, 02:15 PM - Forum: KC868-A8 - Replies (8)

Hello, i have a strange case here. I am running ESPhome with the KC868-A8 board with Ethernet and i want to use a second KC868 board. On the second board the ethernet port is not working and i don't have access to a WiFi signal. Is there a way to communicate with the first board and send and receive data without connecting it to wifi or ethernet ?

Thanks

Print this item

  LoraWan LMIC Solution (work with thethingsnetwork)
Posted by: sergalpe - 02-01-2024, 01:21 PM - Forum: KC868-A6 - Replies (1)

Fix the card using pin 22 (nRF24L01 CE) and connect it with DI01 (view image)

   

Now the configuration in the project is as follows:

// Pin mapping
const lmic_pinmap lmic_pins = {
  .nss = 5,                                                                                             // byte 0: pin for select
  .rxtx = LMIC_UNUSED_PIN,                                                               // byte 1: pin for rx/tx control
  .rst = 21,                                                                                           // byte 2: pin for reset
  .dio = { /*dio0*/ 2, /*dio1*/ 22, /*dio2*/ LMIC_UNUSED_PIN },       // bytes 3..5: pins for DIO0, DOI1, DIO2
};

.....

SPI.begin(18, 19, 23, 5);  // These specific pins are for kc868-a6
if (os_init_ex((const void *)&lmic_pins)) {

Print this item

  ws2812 led digital strip or similar
Posted by: ndev - 02-01-2024, 09:53 AM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hi,

I would like to use on digital strip led with the board A8S V2.
How can I manage that ?
Do I  need to install ESPHome ?
Is it quite esay to configure ?
Can I use the digital strip and the relay together ? ( I Don't know ESPHome but I will learn)

Thanks !

Print this item

  A128 circuit diagram
Posted by: KinCony Support - 02-01-2024, 07:31 AM - Forum: KC868-A128 - No Replies

   

Print this item

  A8S V2 circuit diagram
Posted by: KinCony Support - 02-01-2024, 02:16 AM - Forum: KC868-A8S - No Replies

   

Print this item

  A256 circuit diagram
Posted by: KinCony Support - 01-31-2024, 03:32 AM - Forum: KC868-A256 - No Replies

   

Print this item

  HA circuit diagram
Posted by: KinCony Support - 01-30-2024, 05:36 AM - Forum: KC868-HA /HA v2 - No Replies

   


   

Print this item

  M30 circuit diagram
Posted by: KinCony Support - 01-30-2024, 05:04 AM - Forum: KC868-M16 / M1 / MB / M30 - No Replies

   

   

Print this item

  MB circuit diagram
Posted by: KinCony Support - 01-30-2024, 05:01 AM - Forum: KC868-M16 / M1 / MB / M30 - No Replies

   

Print this item

  M1 circuit diagram
Posted by: KinCony Support - 01-30-2024, 03:35 AM - Forum: KC868-M16 / M1 / MB / M30 - No Replies

   

Print this item