Tadeáš Těhan

Results 8 comments of Tadeáš Těhan

Hello, I had the same problem of having ESP-NOW and WiFi connected simultaneously. So first of all you need to have the espnow: wifi_channel same as the WiFi channel: ```yaml...

Hello, in this [repository](https://github.com/Juzepe1/ESPhome) is transmitter file: ```2-transmitter-soil-new-now.yaml``` and reciever file: ```1-reciever-soil-new-now.yaml```. Hope it helps.

> > Hello, in this [repository](https://github.com/Juzepe1/ESPhome) is transmitter file: `2-transmitter-soil-new-now.yaml` and reciever file: `1-reciever-soil-new-now.yaml`. Hope it helps. > > Thanks for sharing, so the wifi enabled is on the receiver,...

> I've made it work with the config below, it's a bit of mix and match from what is mentioned here and the official platformio page on seed: https://wiki.seeedstudio.com/xiao_esp32c6_with_platform_io/ >...

@FutureSharks Hello, thx for the code. I can now blink the led but I can't get the logger component working. I tried this ```yaml logger: level: DEBUG baud_rate: 115200 hardware_uart:...

Ok, I got it working. ```yaml logger: baud_rate: 115200 level: DEBUG hardware_uart: USB_SERIAL_JTAG ```

> Well got mine working now: > > ```yaml > esphome: > name: xiao > friendly_name: xiao > platformio_options: > platform: https://github.com/lucaskatayama/platform-espressif32.git#feat/seeed_xiao_esp32c6.json > > esp32: > board: seeed_xiao_esp32c6 > variant:...

What is the best way to use `arduino` framework to leverage OTA updates that work only with `arduinoo` framework? I tried running this: ```yaml esp32: board: seeed_xiao_esp32c6 variant: ESP32C6 flash_size:...