Code Monkey home page Code Monkey logo

Comments (3)

JHedgesBartec avatar JHedgesBartec commented on August 25, 2024 1

Direct support from Espressif received.
ESP32-C6 should only be built with NimBLE - BT SIG listing identified to allow use of the NimBLE stack.

from esp-at.

JHedgesBartec avatar JHedgesBartec commented on August 25, 2024

I have managed to progress the build by changing the following:
Component Config -> Bluetooth -> Host = Bluedroid
Component Config -> Bluetooth -> Bluedroid Options -> Include blufi function = enabled
Component Config -> Bluetooth -> Bluedroid Options -> Enable Peripheral Preferred Connection Parameters characteristic in GAP service = enabled
Component Config -> Bluetooth -> Bluedroid Options -> Enable BLE 4.2 features = enabled

The build is now failing at the linker step trying to link nimble functions even though it is disabled, see:
idf_py_stdout_output_115646.log

sdkconfig:
sdkconfig.txt

from esp-at.

ustccw avatar ustccw commented on August 25, 2024

@JHedgesBartec Hello!
You cannot modify the default Bluetooth protocol stack. This is because the core code in libesp32c6_at_core.a already uses the default protocol stack. Switching the protocol stack would result in some symbols not being found during the linking phase.

Could you please provide more details about why you need to change it, maybe we can give some suggestions.

from esp-at.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.