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

Initializing nRf51822 radio without BLE stack

I am using nRf51822 series controller here i want to customize advertising request and other parameters, so i want to develop a radio code but without using stack. So can anybody guide me how to start or give sample code for reference. Here generally i am not clear about BLE stack like should i not include any .c file or any other stuff.

Parents
  • Hi,

    Which registers that must be written to in order to enable and disable various radio features are described in chapter 17 of the reference manual. The link Torsten provided will likely be helpful in understanding how to use the information in the reference manual.

    It is however recommended that you use a SoftDevice and the SDK for most normal applications, as it will likely save you a lot of trouble in getting your application running quickly and efficiently.

Reply
  • Hi,

    Which registers that must be written to in order to enable and disable various radio features are described in chapter 17 of the reference manual. The link Torsten provided will likely be helpful in understanding how to use the information in the reference manual.

    It is however recommended that you use a SoftDevice and the SDK for most normal applications, as it will likely save you a lot of trouble in getting your application running quickly and efficiently.

Children
No Data
Related