Hi,
I am using Fanstel's BM832 bare chip which is based on nrf52832. The bluetooth isnt advertising. I'm using hid keyboard example & SDK 15.2.
Hi,
I am using Fanstel's BM832 bare chip which is based on nrf52832. The bluetooth isnt advertising. I'm using hid keyboard example & SDK 15.2.
You can try to change the clock source from XTAL to RC if you haven't done so already. Look at this post to see how it's done. devzone.nordicsemi.com/.../156345
You can try to change the clock source from XTAL to RC if you haven't done so already. Look at this post to see how it's done. devzone.nordicsemi.com/.../156345
Hi Hakon,
I made the changes in sdkconfig.h. I also checked https://devzone.nordicsemi.com/f/nordic-q-a/39333/nrf52832-problem-with-without-32-768khz-x-tal-or-other-problem/152344#152344
But these changes did not help.
Can you show me the changes you did to sdk_config?
Hi Hakon,
Here is my sdk_config.h. I'm trying a simple example code ble_app_blinky.
Ok, the sdk_config looks fine. Have you remembered to flash the soft device?
Yes I flashed the soft device first and then the example code. I even tried the combined hex file after erasing the whole chip.