12-12-2024, 05:46 AM
Pages: 1 2
08-05-2025, 05:45 PM
(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.
08-05-2025, 11:13 PM
compile by esphome, download by usb-c cable, it should work. please check your yaml file.
08-06-2025, 07:45 AM
(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