Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp-idf framework problem? #4945

Open
def1149 opened this issue Oct 3, 2023 · 2 comments
Open

esp-idf framework problem? #4945

def1149 opened this issue Oct 3, 2023 · 2 comments

Comments

@def1149
Copy link

def1149 commented Oct 3, 2023

The problem

I tried to set up an ESPHome Bluetooth proxy.

It compiled, linked, and flashed without error, but would not come online and was not visible on my network

I think the issue is related to specifying type: esp-idf framework for the Bluetooth proxy as is called out in the guide.

I tried two different esp32-s3 boards. Both of these were confirmed to work using the Arduino library for other ESPHome devices.

I switched the yaml to specify the Arduino framework, instead of the esp-idf framework, and the Bluetooth proxy came on-line and and appeared as a new device.

I'm not sure if t he BT proxy is working because it has not found any BT devices yet

Which version of ESPHome has the issue?

2023.9.3

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.9.3

What platform are you using?

ESP32

Board

Adafruit S3 Feather and Smart Bee S3

Component causing the issue

???

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@def1149
Copy link
Author

def1149 commented Oct 3, 2023

With help from the ESPHome Discord channel, I figured it out. When using the ESP32-S3 with the esp-idf it seems you have to specify DIO flash mode in the YAMAL

E.g.

esphome:
  name: bluetooth-proxy-3
  friendly_name: Bluetooth Proxy 3
  platformio_options:
    board_build.flash_mode: dio

@samuelolteanu
Copy link

samuelolteanu commented Oct 20, 2023

I have an Weact esp32c3 wich does not boot anymore with esp-idf framework. Could be hardware problem because another identical board is online as bt_proxy+temp+ld2410.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants