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
  • Thanx for the response,

    i tried the blinky example to make it simple, same error... I just re-downloaded the SDK11_89a8197, no "ant_aparameters" in the S212\headers folder :)

    I suspect embitz tries to compile files that is not needed for the project..

    I found the missing files online "ant_parameters.h" and "ant_interface.h" but know i got missing struct definition...

    i'm gonna read the manual of embitz i guess..

Reply
  • Thanx for the response,

    i tried the blinky example to make it simple, same error... I just re-downloaded the SDK11_89a8197, no "ant_aparameters" in the S212\headers folder :)

    I suspect embitz tries to compile files that is not needed for the project..

    I found the missing files online "ant_parameters.h" and "ant_interface.h" but know i got missing struct definition...

    i'm gonna read the manual of embitz i guess..

Children
No Data
Related