Smart Home Automation Forum
KinCony ALR ESP32 I/O pin define - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KinCony ALR (https://www.kincony.com/forum/forumdisplay.php?fid=59)
+--- Thread: KinCony ALR ESP32 I/O pin define (/showthread.php?tid=6164)



KinCony ALR ESP32 I/O pin define - admin - 07-21-2024

ANALOG_A1  4
ANALOG_A2  6
ANALOG_A3  5
ANALOG_A4  7

1-wire: 15
digital input:16

DIP switch: use for set LoRa address
DIP-K1:47
DIP-K2:21
DIP-K3:14
DIP-K4:13
DIP-K5:12
DIP-K6:11
DIP-K7:10
DIP-K8:9

relay:48

IIC SDA:39
IIC SCL:38


SPI_Bus: (For SX1278 LoRA)
CS: 41
MOSI: 44
MISO: 43
SCK: 42

RST:2
DIO0:40


RE: KinCony ALR ESP32 I/O pin define - maso - 12-07-2024

is the button DL the DIO0:40?


RE: KinCony ALR ESP32 I/O pin define - admin - 12-07-2024

DL button is GPIO0


RE: KinCony ALR ESP32 I/O pin define - maso - 12-08-2024

THis is correct & tested
#define IO0 0 //DL Button


RE: KinCony ALR ESP32 I/O pin define - admin - 12-09-2024

all kincony's esp32 board , DL button use by GPIO0


RE: KinCony ALR ESP32 I/O pin define - mcdave - 03-05-2026

Hello admin,

I am using the KinCony KC868-A6v3 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: KinCony ALR ESP32 I/O pin define - admin - 03-06-2026

already replied in another topic.