Posts: 4
Threads: 1
Joined: Jun 2025
Reputation:
0
10-16-2025, 08:00 AM
(This post was last modified: 10-16-2025, 08:02 AM by D2K.)
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.
Posts: 9,616
Threads: 1,298
Joined: Oct 2020
Reputation:
247
KC868-A6 only support LoRa and nRF24L01 wireless module.
Posts: 11
Threads: 6
Joined: Sep 2021
Reputation:
0
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.