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

Using nRF SDK with EmBitz (EmBlocks)

Hello there,

I've been trying to use embitz (the new version of emblocks) to program a nRF5188 but i always fail to compile the "ble_peripheral_hrs" exemple, i'm always missing header files that are not present in the SDK zip.

  • I downloaded the SDK11 zip file and the ble_hrs exemple from the github
  • i managed to compile it with the make file.
  • i use softdevice 130 v2.0.1 with embitz

So i create a new nRF51 project with embitz, it auto generate the header files and a source file from the softdevice. Then i add the reference to all the SDK files AND the source files from the ble_hrs exemple.

When i try to build with the constant "CUSTOM_BOARD" defined i got the message that "ant_parameters.h" is missing,but this file is not present in the SDK...

Am i missing some basic configuration point or uses of the SDK ?

Thanks, Arthur

Parents
  • Hi,

    Is this specific to that project only or are you experiencing this accross multiple projects that you download from github? Is it possible that the include architecture for embitz is different, meaning that you actually are missing the file indicated by the error? Since it compiles with make I expect this to be specific to the IDE.

    ant_parameters.h is present in nRF5_SDK_11.0.0_89a8197\components\softdevice\s212\headers

Reply
  • Hi,

    Is this specific to that project only or are you experiencing this accross multiple projects that you download from github? Is it possible that the include architecture for embitz is different, meaning that you actually are missing the file indicated by the error? Since it compiles with make I expect this to be specific to the IDE.

    ant_parameters.h is present in nRF5_SDK_11.0.0_89a8197\components\softdevice\s212\headers

Children
No Data
Related