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

ESP32-S3 USB and Bluetooth cannot work together (IDFGH-6336) #7998

Closed
hhuysqt opened this issue Dec 2, 2021 · 4 comments
Closed

ESP32-S3 USB and Bluetooth cannot work together (IDFGH-6336) #7998

hhuysqt opened this issue Dec 2, 2021 · 4 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@hhuysqt
Copy link

hhuysqt commented Dec 2, 2021

Environment

  • Development Kit: ESP32-S3-DevKitC-1
  • Kit version: v1
  • Module or chip used: ESP32-S3-WROOM-1
  • IDF version: v5.0-dev-553-g42cce06704
  • Build System: idf.py
  • Compiler version: 8.4.0
  • Operating System: Linux
  • Using an IDE?: No
  • Power Supply: USB

Problem Description

ESP32-S3 USB goes off when Bluetooth is turned on. I found this topic a week ago in the forum: https://www.esp32.com/viewtopic.php?f=25&t=24561, which says that this issue will be solved in a new release in just a few days. However the work-around is still missed in the latest esp-idf.

Looking for an update ASAP!

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 2, 2021
@github-actions github-actions bot changed the title ESP32-S3 USB and Bluetooth cannot work together ESP32-S3 USB and Bluetooth cannot work together (IDFGH-6336) Dec 2, 2021
@Dazza0
Copy link
Collaborator

Dazza0 commented Dec 2, 2021

@hhuysqt Does 65f3bf4 resolve the issue?

@hhuysqt
Copy link
Author

hhuysqt commented Dec 2, 2021

Oh yes, this resolves the problem. I had forgotten to update the git submodules... Thanks for your reply!

@hhuysqt hhuysqt closed this as completed Dec 2, 2021
@espressif-bot espressif-bot added Resolution: Done Issue is done internally Status: Done Issue is done internally and removed Status: Opened Issue is new labels Dec 7, 2021
@acebearxp
Copy link

acebearxp commented Feb 22, 2022

Oh yes, this resolves the problem. I had forgotten to update the git submodules... Thanks for your reply!

Confirmed! I had the same issue in v4.4 and updating the submodule fix this.

# switch to esp_phy\lib submodule
cd %IDF_PATH%
cd components\esp_phy\lib
# manually update the submodule to master
git checkout master
# then re-build & re-flash
...

and should enable ESP_PHY_ENABLE_USB in menuconfig, see this #8241 (comment)

@NicoBocki
Copy link

NicoBocki commented Dec 29, 2022

The problem still exist in release 2.0.6 from arduino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

5 participants