nRF51 SDK - S110 SoftDevice
|
Before you can run more advanced examples that use Bluetooth, you must program the SoftDevice on the board. The SoftDevice binary is located in folder components\softdevice\s110\hex
in the SDK.
You can also download the S110 SoftDevice and other SoftDevice files from http://www.nordicsemi.com.
There are three methods to program the SoftDevice:
See the following sections for detailed instructions on how to program the SoftDevice.
After you programmed the SoftDevice, follow the steps described in Running a first example to run an example that uses the SoftDevice. For example, test the Heart Rate Application.
To program the SoftDevice using nRFgo Studio, perform the following steps:
nRFgo Studio will erase any existing SoftDevice and program the selected SoftDevice.
To program the SoftDevice using an example project in Keil, perform the following steps:
Keil will erase any existing SoftDevice and program the appropriate SoftDevice for the example.
To program the SoftDevice using a GCC makefile, perform the following steps:
Running the makefile will erase any existing SoftDevice and program the appropriate SoftDevice for the example.