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

Bluetooth Development Studio with nrf52

hi everyone! I'm trying to use BDS with NRF52-DK with last SDK version.

I read manual here to start develop my custom service in BDS.

i create my service and characteristics in BDS. Then i run template project bluetoothds_template_pca10040_s132.uvproj from examples.

BDS generated some source and header files: ble_new_profile_new_service and service_if.

I put them down to Application directory and set up header location propeties in keil's compiler settings. I tried to compile prj, but it give some errors:

F:\My documents\Bluetooth Developer Studio\PluginOutput\ble_new_profile_new_service.h(39): error: #20: identifier "ble_new_profile_new_service_mycustomprofile_t" is undefined

what i need to do to compile project well?

Related