Search found 4 matches

by st184298
Fri Jun 07, 2024 12:26 pm
Forum: ESP-IDF
Topic: Nimble controller stack usage in ESP-IDF
Replies: 3
Views: 612

Re: Nimble controller stack usage in ESP-IDF

ESP chipsets have their own controller. So for Nimble ( or bluedroid ) only the host part of upstream mynewt-nimble code is used. The nimble controller part is not enabled / compiled in ESP-IDF . Thanks for the response @irahul. It'd be really helpful if you could suggest any way to test the nimble...
by st184298
Wed Jun 05, 2024 5:01 pm
Forum: ESP-IDF
Topic: Nimble controller stack usage in ESP-IDF
Replies: 3
Views: 612

Re: Nimble controller stack usage in ESP-IDF

@rahult-github could you please support me here? I understand you are a nimble developer, so please help It's important.
I appreciate any esp controller developer @espressif to consider with high importance.
Thanks in advance, hoping for some help.
by st184298
Sun Jun 02, 2024 4:13 pm
Forum: ESP-IDF
Topic: Nimble controller stack usage in ESP-IDF
Replies: 3
Views: 612

Nimble controller stack usage in ESP-IDF

Hello, I want to know if there is a way to use the nimble controller stack with ESP-IDF. Currently, in the menu-config, we can only select the host stack, but not for the controller stack. However, I'm already aware that ESP32 architecture has the same ESP controller used for two different host stac...
by st184298
Wed May 29, 2024 10:22 am
Forum: ESP-IDF
Topic: ESP32 NimBLE Controller
Replies: 4
Views: 5941

Re: ESP32 NimBLE Controller

Hello, I want to know if there is a way to use the nimble controller stack with esp32 IDF. As it is open source, I am currently doing my research to find out various options to find the efficient throughput. One of the ways is to remove CRC and verify its throughput. Please also suggest if there is ...