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

NRF51 Github ADC BLE NUS SDK 9

Hi,

I am trying to use the sdk version 9 for the NRF51 to take ADC samples and trasmit it over BLE over UART found in the link: github.com/.../nRF51-SDK-9-0-0

I downloaded both the vs 9 sdk and the code zip files and extracted them both. I placed the github files into the sdk under the ble_peripheral, but when I try building the target it produces multiple errors. I noticed some of the file pathways in the c/c++ tab were incorrect so I moved the components folder in the sdk into the examples folder and that got rid of most of the errors.

The main issue I come across is that the when I compile the code, it says "softdevice_handler.h" is not found even though it is included in the c/c++ pathway and the project window.

Thanks

Parents Reply Children
No Data
Related