Smart Home Automation Forum

Full Version: KC868-A64 configure for ESPhome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
thanks share your yaml file.
(05-12-2022, 01:05 AM)admin Wrote: [ -> ]esphome:
  name: a64
  platform: ESP32
  board: esp32dev

(...)

  - platform: adc
    pin: 36
    name: "a64--analog--3"
    update_interval: 20s
    attenuation: 11db
   
  - platform: adc
    pin: 35
    name: "a64--analog--4"
    update_interval: 20s
    attenuation: 11db

Hi. I compile this code and upload it to A64 (rev 1.4) by USB using recommended flash download tool. Board don't work on esphome binary, but works well on KCS 1.0.27. I need use I2C onboard. What can I do? I try framework Arduino, esp-idf - nothing.
compile by esphome, download by usb-c cable, it should work. please check your yaml file.
(08-05-2025, 11:13 PM)admin Wrote: [ -> ]compile by esphome, download by usb-c cable, it should work. please check your yaml file.

I have used esphome. Binary from esphome i upload by software esp flash download tool described here from 0x0000. This board has not usb-c. Rev 1.4 has usb B port. Yaml is the same as on this forum. There is no errors during compile.
Pages: 1 2