KinCony KC868-AM

esp32 global Comes with ESPHome relay

GPIO Pinout

PinFunction
GPIO15Relay
GPIO51-Wire GPIO
GPIO141-Wire GPIO
GPIO131-Wire GPIO
GPIO331-Wire GPIO
GPIO23ETH_MDC
GPIO18ETH_MDIO
GPIO35RS485_RXD
GPIO32RS485_TXD
GPIO4IIC_SDA
GPIO16IIC_SCL
GPIO36Free GPIOs for user
GPIO37Free GPIOs for user
GPIO38Free GPIOs for user
GPIO39Free GPIOs for user
GPIO34Free GPIOs for user
Additional pinout/design details

Basic Configuration

# Basic Config
esphome:
  name: KC868-AM
esp32:
  board: esp32dev
  framework:
    type: arduino
# Enable logging
logger:
# Example configuration entry
ethernet:
  type: LAN8720
  mdc_pin: GPIO23
  mdio_pin: GPIO18
  clk_mode: GPIO17_OUT
  phy_addr: 0
switch:
  - platform: gpio
    name: "am-light1"
    pin: 15
    inverted: False