i want program for just simple advertise the name of the ble device and no service and no characteristics in nrf52840. how to modify the examples
i want program for just simple advertise the name of the ble device and no service and no characteristics in nrf52840. how to modify the examples
Hi.
I suggest you take a look at the Getting started tutorial in our infocenter. This guide will help you setting up the neccessary tools and configurations for development.
After you have set up the development kit and installed the toolchain, you can take a look at the Start developing tutorial.
You can find a blank template under \nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart in SDK15. nRF52840 uses project files found under the pca10056 folder.
- Andreas
Hi.
I suggest you take a look at the Getting started tutorial in our infocenter. This guide will help you setting up the neccessary tools and configurations for development.
After you have set up the development kit and installed the toolchain, you can take a look at the Start developing tutorial.
You can find a blank template under \nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart in SDK15. nRF52840 uses project files found under the pca10056 folder.
- Andreas
Thanku and also how to undertans the coding of BLE line by line
Hi.
Could you be a bit more specific, which example are you looking at?
- Andreas