• pc_ble_driver_py cannot import name config

    Hi, We are trying to learn how to use the python bindings with the nrf51 dongle on an application for a windows PC. We got as far as installing the pc_ble_driver_py, but when we try to run the example serial_port_enum.py, python cannot import config…
  • NRF51 to NRF52 - ble_advertising : NRF_ERROR_INVALID_PARAM

    Hi we are switching from NRF51 to NRF52. Putting the same (very basic) inits for sd and advertising, leads to NRF_ERROR_INVALID_PARAM.. This is my source: #define APP_ADV_INTERVAL 64 #define APP_ADV_TIMEOUT_IN_SECONDS 4 static void advertising_init…