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