Smart Home Automation Forum
KC868-A2 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: KC868-A2 (https://www.kincony.com/forum/forumdisplay.php?fid=43)
+--- Thread: KC868-A2 ESP32 I/O pin define (/showthread.php?tid=2691)

Pages: 1 2


RE: KC868-A2 ESP32 I/O pin define - admin - 12-22-2024

take a photo of your A4S PCB. i want to see PCB version.


RE: KC868-A2 ESP32 I/O pin define - taalaibek - 12-22-2024

(12-22-2024, 07:40 AM)admin Wrote: take a photo of your A4S PCB. i want to see PCB version.



RE: KC868-A2 ESP32 I/O pin define - admin - 12-22-2024

GPIO13 and GPIO15. here is diagram
   


RE: KC868-A2 ESP32 I/O pin define - piratzaskoku - 09-01-2025

To use these GPIOs, do I need to call any library?


RE: KC868-A2 ESP32 I/O pin define - admin - 09-02-2025

ESP32 GPIO you can use it directly, without install library.


RE: KC868-A2 ESP32 I/O pin define - Vitaly8209 - 12-09-2025

(03-16-2023, 05:31 AM)admin Wrote: Relay1:15
Relay2:2

DS18B20/DHT11/DHT21/LED strip -1: 33
DS18B20/DHT11/DHT21/LED strip -2: 14

Ethernet (LAN8720) I/O define:

#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

RS485:
RXD:35
TXD:32

GSM:
RXD:34
TXD:13


DI1:36
DI2:39

IIC BUS:
SDA:4
SCL:16

board KC868-A2-V2.5 -  all the same?


RE: KC868-A2 ESP32 I/O pin define - admin - 12-09-2025

just the GSM pin define should be:
tx_pin: GPIO5
rx_pin: GPIO13