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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,494
» Latest member: 247expresspackers
» Forum threads: 2,286
» Forum posts: 11,887

Full Statistics

Online Users
There are currently 34 online users.
» 1 Member(s) | 26 Guest(s)
Bing, Google, PetalBot, bot, admin

Latest Threads
PWM support?
Forum: KC868-A16
Last Post: admin
39 minutes ago
» Replies: 1
» Views: 5
USB ports
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: admin
41 minutes ago
» Replies: 1
» Views: 2
Lesson23- How to connect ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Today, 10:11 AM
» Replies: 10
» Views: 7,154
KC868-AG RF - sending rep...
Forum: KC868-A series and Uair Smart Controller
Last Post: PhilW
Today, 07:46 AM
» Replies: 3
» Views: 9
Usar entradas y oled i2c ...
Forum: KC868-A6
Last Post: sistemasyusa
Today, 03:16 AM
» Replies: 4
» Views: 14
a16 as basis for a securi...
Forum: KC868-A16
Last Post: admin
Yesterday, 11:58 PM
» Replies: 8
» Views: 53
GSM CALL RELAY
Forum: KC868-A2
Last Post: admin
Yesterday, 11:53 PM
» Replies: 9
» Views: 4,106
KC868-A16S or KC868-A8S
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 11:51 PM
» Replies: 3
» Views: 38
KCS firmware
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 11:48 PM
» Replies: 10
» Views: 112
[Arduino IDE demo source ...
Forum: KC868-A6
Last Post: sistemasyusa
Yesterday, 09:03 AM
» Replies: 8
» Views: 4,564

  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