Nimble controller stack usage in ESP-IDF
Posted: Sun Jun 02, 2024 4:13 pm
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 stacks. As Nimble stack is open source, I am currently doing my research based on Nimble stack and finding ways to get optimized and efficient throughput for ble. One of the ways is to remove CRC and verify its throughput.
Please also suggest if there is any way to alter the packet using the built-in ESP Controller itself.
I appreciate any help you can provide.
Regards,
Meghana
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 stacks. As Nimble stack is open source, I am currently doing my research based on Nimble stack and finding ways to get optimized and efficient throughput for ble. One of the ways is to remove CRC and verify its throughput.
Please also suggest if there is any way to alter the packet using the built-in ESP Controller itself.
I appreciate any help you can provide.
Regards,
Meghana