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


KC868-A2 ESP32 I/O pin define - admin - 03-16-2023

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


RE: KC868-A2 ESP32 I/O pin define - tugra - 12-10-2024

Can u show every pın number ın thıs pıcture.Green termınal,black termınal etc.I'm newbıe sorry Sad


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

pin define: https://www.kincony.com/forum/showthread.php?tid=2691
[Image: KC868-A2-1_05.jpg]
in photo GPIO-1 and GPIO-2 are GPIO33 , GPIO14


RE: KC868-A2 ESP32 I/O pin define - tugra - 12-11-2024

Yes but ı try fınd the A,B,C slot GPIO number and B,A D1,D2 gpıo number ın green termınal


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

Can you mark on the image, which port you want to know GPIO number?


RE: KC868-A2 ESP32 I/O pin define - tugra - 12-11-2024

(12-11-2024, 11:02 AM)admin Wrote: Can you mark on the image, which port you want to know GPIO number?

ALL port pls Sad


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

(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

it already showed here.


RE: KC868-A2 ESP32 I/O pin define - tugra - 12-18-2024

(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
What's the PHY gpio?I'm using 4.3.1 idf.


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

#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


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

Hello, please help me determine the RXD and TXD pins for the SIM800L on the A4S board. The pins mentioned (13 and 15) in this forum thread do not work. I also want to point out that on the A2 board, the pins for GSM were listed as 13 and 34 as mentioned here, but in reality, they turned out to be 13 and 5. I am using my own script on ESP-IDF.
this pins for A2 works well
#define UART_TX_PIN 5
#define UART_RX_PIN 13

this pins for A4s doesn't work
#define UART_TX_PIN 34
#define UART_RX_PIN 13