This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Migrating to peer manager in nordic mouse example

Hello,

I currently have a PCA10036 EVK with softdevice SDK1

Following below well written tutorial, I have modified ble_app_hids_mouse example main.c file as in attachment.main.c

devzone.nordicsemi.com/.../

I have modified corresponding Makefile. It compiles successfully.

However, after modification, the board stops advertising (or ble_stack is not properly initialized at all?)

I would really appreciate it, if you could point me to the right direction or other documents for understanding the issue.

Thank you.

Parents
  • I recommend to get a proper development kit (PCA10040), the PCA10036 is a preview development kit, it doesn't have the final revision of the nRF52832 chip.

    Why would you migrate the ble_app_hids_mouse example? Which SDK are you migrating from and to?

    Have you tried to debug? Printf? I'm guessing that APP_ERROR_CHECK() is called with an error somewhere and the chip is reset. See this for more information.

Reply
  • I recommend to get a proper development kit (PCA10040), the PCA10036 is a preview development kit, it doesn't have the final revision of the nRF52832 chip.

    Why would you migrate the ble_app_hids_mouse example? Which SDK are you migrating from and to?

    Have you tried to debug? Printf? I'm guessing that APP_ERROR_CHECK() is called with an error somewhere and the chip is reset. See this for more information.

Children
No Data
Related