Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A2 ESP32 I/O pin define
#1
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
Reply
#2
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


Attached Files Image(s)
   
Reply
#3
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
Reply
#4
Yes but ı try fınd the A,B,C slot GPIO number and B,A D1,D2 gpıo number ın green termınal
Reply
#5
Can you mark on the image, which port you want to know GPIO number?
Reply
#6
(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
Reply
#7
(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.
Reply
#8
(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.
Reply
#9
#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
Reply
#10
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
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)