![]() |
|
RF fo KC868-A6 - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22) +--- Thread: RF fo KC868-A6 (/showthread.php?tid=8655) |
RF fo KC868-A6 - D2K - 10-16-2025 Good afternoon I need to connect an RF button fo KC868-A6 KCS v2.2.14 the firmware "KCS" description lists "support for EV1527 or PT2262, PT2264 wireless remote code" there is no connection description. RE: RF fo KC868-A6 - admin - 10-16-2025 KC868-A6 only support LoRa and nRF24L01 wireless module. RE: RF fo KC868-A6 - D2K - 10-16-2025 (10-16-2025, 10:45 AM)admin Wrote: KC868-A6 only support LoRa and nRF24L01 wireless module. using the LoRa module (433 mhz) can i connect both buttons (433mhz) ? RE: RF fo KC868-A6 - admin - 10-17-2025 no, can't . RE: RF fo KC868-A6 - mcdave - 03-05-2026 Hello admin, I am using the KinCony KC868-A6v3 and ESP32 LoRa SX1278 Gateway – KinCony ALR board and developing custom firmware with Arduino / PlatformIO. The SSD1306 OLED works with the factory firmware, but when I upload my own firmware the LCD stays blank. Could you please tell me: What GPIO pins are used for the OLED I2C (SDA / SCL)? What is the I2C address (0x3C or 0x3D)? Do we need to initialize any IO expander or controller before using the OLED? Do you have a simple Arduino example to initialize the onboard OLED? Thank you. RE: RF fo KC868-A6 - admin - 03-06-2026 i2c pin define: https://www.kincony.com/forum/showthread.php?tid=7622 SSD1306 i2c address is : 0x3C SSD1306 arduino demo source code: https://www.kincony.com/forum/showthread.php?tid=7378 |