esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
293 stars 36 forks source link

[SPI] On ESP32-S2 SPI3 device impossible to configure #6252

Open shibida opened 2 months ago

shibida commented 2 months ago

The problem

In the SPI component :

This cause the problem of do not be able to use the real spi3 device on the ESP32-S2 boards.

Which version of ESPHome has the issue?

2024.10.0-dev

What type of installation are you using?

Docker

Which version of Home Assistant has the issue?

2024.9.1

What platform are you using?

ESP32

Board

wemos S2 mini

Component causing the issue

SPI

Example YAML snippet

spi:
  - id: spi_bus3
    clk_pin: GPIO39
    mosi_pin: GPIO37
    miso_pin: GPIO40
    interface: spi3

Anything in the logs that might be useful for us?

No response

Additional information

No response

jesserockz commented 2 months ago

Try using esp-idf as the framework instead of arduino

shibida commented 2 months ago

I didn't try that cause, I made a custom sensor integrate an other library (based on arduino) It was more simple to me to patch spi component to make it work for my case.

But it is to trace the fault.