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

Troubles compiling "nrf52-ble-tutorial-advertising" github project on SES

Hi

I'm trying to get started with the the nrf52 Dev Kit and the Bluetooth Low Energy tutorial series, I've downloaded the first example "nrf52-ble-tutorial-advertising" from GitHub , but when I try to Build or Compile, I get the next message:


C:\NordicSemi\nRF5_SDK_15.3.0_59ac345\components\libraries\experimental_log\src\nrf_log_backend_serial.c: No such file or directory


I'm using the .zip version of the SDK 15.3.0, so the path of the nrf52-ble-tutorial-advertising folder is:
C:\NordicSemi\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral

and the path of the main.c file  is:
C:\NordicSemi\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\nrf52-ble-tutorial-advertising

If someone has an idea about what's going on, I'll be very grateful
Thanks in advace.

Related