• Scanner doesn't work on NRF52832/SDK 14

    Hi, We have custom board with STM32F407 as an application chip and BL652-SC-01 as a connectivity chip. When we worked on SDK 13 and softdevice 4.0.2 or 4.0.4 we had problem with connection mentioned here but didn't have any problems with concurrent…
  • Is the advertising module removed from docs?

    I am programming a beacon, first I had some problems using sd_ble_gap_adv_start() so I changed to ble_advertising_start() . Now I have a problem when compiling: _build/nrf52832_xxaa_main.c.o: In function `advertising_start': /Users/.../pca10040…
  • Assign action/event to custom button installed in other PIN

    Is there a way to achieve what bsp_event_to_button_action_assign(button_id, action, event) does but using my own button? The functions requires a button_id like 0,1,2,3 not a custom GPIO pin, but what if I have a button connected to a custom pin like…