Can't set bluetooth low power clock to 32KHz crystal in menuconfig.
Posted: Tue Aug 01, 2023 5:02 pm
Hello
With esp32-s3 and IDF 4.4.
I setup my project, first, based on this thread: https://github.com/espressif/esp-idf/issues/947
and then based in this page.: https://docs.espressif.com/projects/esp ... ement.html
It allows me to have significant results. However, the last article deals with CONFIG_BTDM_CTRL_LOW_POWER_CLOCK and the first with :
The problem is that it does not appear in menuconfig. What can it be?
Thanks
Julien
With esp32-s3 and IDF 4.4.
I setup my project, first, based on this thread: https://github.com/espressif/esp-idf/issues/947
and then based in this page.: https://docs.espressif.com/projects/esp ... ement.html
It allows me to have significant results. However, the last article deals with CONFIG_BTDM_CTRL_LOW_POWER_CLOCK and the first with :
which I supposed are the same parameter.Enable Bluetooth modem sleep with external 32.768kHz crystal as low power clock:
menuconfig ---> Component config ---> Bluetooth ---> Bluetooth controller ---> MODEM SLEEP Options --->
[*] Bluetooth modem sleep
Bluetooth Modem sleep mode (ORIG mode(sleep with low power clock))
Bluetooth low power clock (External 32kHz crystal)
The problem is that it does not appear in menuconfig. What can it be?
Thanks
Julien