I can only see the conf files and other yaml files when i open nrfconnectsdk sample in Segger embedded studio IDE.Where do we exactly write our application code?Application code might be running a motor based on BLE command from a central device.
I can only see the conf files and other yaml files when i open nrfconnectsdk sample in Segger embedded studio IDE.Where do we exactly write our application code?Application code might be running a motor based on BLE command from a central device.
Hi,
The main.c file is normally located in the src directory in the samples. In SES, you should find the main.c source files under Project 'app/libapp.a':

I would highly recommend you to have a look at the nRF Connect SDK tutorials. Specifically, nRF Connect SDK Tutorial - Part 1 describes how to setup a new project in nRF Connect SDK.
Best regards,
Jørgen
Hi,
The main.c file is normally located in the src directory in the samples. In SES, you should find the main.c source files under Project 'app/libapp.a':

I would highly recommend you to have a look at the nRF Connect SDK tutorials. Specifically, nRF Connect SDK Tutorial - Part 1 describes how to setup a new project in nRF Connect SDK.
Best regards,
Jørgen