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
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.
Have you tried to flash an application that does not use the soft device? If not you can try to flash a simple application, that for instance toggles a gpio pin to make sure it is working.
Yes I tried to toggle an LED which worked! But not the BLE examples!
Are you sure you're using a BM832 - not a BM832A ... ?
Yes I'm using BM832 which uses S132. BM832A uses S112.
Have you stepped through your code in the debugger to see what's happening?
Have you stepped through your code in the debugger to see what's happening?