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

How to compile the idf-esp project into arduino-esp32 for use #10615

Open
1 task done
allen4z opened this issue Nov 18, 2024 · 2 comments
Open
1 task done

How to compile the idf-esp project into arduino-esp32 for use #10615

allen4z opened this issue Nov 18, 2024 · 2 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@allen4z
Copy link

allen4z commented Nov 18, 2024

Related area

BT

Hardware specification

ESP32

Is your feature request related to a problem?

No related issues

Describe the solution you'd like

Our project uses the classic Bluetooth function. Some Android phones cannot adjust the volume. We asked for help from the idf-esp project and provided a modification patch. It can be used normally in the idf environment.

However, we encountered problems when compiling idf-esp into the arduino environment. We don’t know how to correctly compile the idf-esp project required by arduino. At present, we only need to compile the libbt.a package. The size compiled by cmake is inconsistent with the size of the idf-esp associated with the directly downloaded arduino.

We tried the following versions:
· idf-esp v4.4.7 corresponding to arduino-esp32 v2.0.17
· idf-esp v5.3.1 corresponding to arduino-esp32 v3.1.0 RC3

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@allen4z allen4z added the Type: Feature request Feature request for Arduino ESP32 label Nov 18, 2024
@me-no-dev
Copy link
Member

It's not very clear what you want to achieve. Do you want to compile custom ESP-IDF libs for use in Arduino, or use Arduino as part of IDF?

For Arduino v3.1.x you need to use the release/v5.3 branch of the lib-builder. For Arduino v3.0.x you need to use the release/v5.1 branch and for 2.0.17, you should use the release/v4.4 branch

@allen4z
Copy link
Author

allen4z commented Nov 19, 2024

need to compile custom ESP-IDF libs for use in Arduino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants