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?

Parents
  • I can’t find any definition of ble_new_profile_new_service_mycustomprofile_t in the attached files, so it looks like either your BDS project is not set-up in a proper way, or that that an error happened when the BDS-template files was generated.

    Try to create a new project in BDS, and set-up the services and characteristics again. If the same thing happens again, please upload the .bds file.

  • I ste up Nordis BDS plugin from rar archive in Plugins directory at this path: C:\Program Files (x86)\Bluetooth SIG\Bluetooth Developer Studio\Plugins\Nordic Semiconductor v1.2.2 Then I started BDS and create new project and choose custom service then i fill options... In tools i selected nordic plugin and generate code. I uploaded BSD file in comment above

Reply
  • I ste up Nordis BDS plugin from rar archive in Plugins directory at this path: C:\Program Files (x86)\Bluetooth SIG\Bluetooth Developer Studio\Plugins\Nordic Semiconductor v1.2.2 Then I started BDS and create new project and choose custom service then i fill options... In tools i selected nordic plugin and generate code. I uploaded BSD file in comment above

Children
No Data
Related