Skip to content

Simple example application showing how to do a custom service. Fully explained in nAN-36, available on www.nordicsemi.com.

License

Notifications You must be signed in to change notification settings

aaronli2k/nrf51-ble-app-lbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrf51-ble-app-lbs

This is the accompanying code for the application note nAN-36: "Creating Bluetooth Low Energy Applications Using nRF51822". It is an implemtation of a simple application that shows a custom service with two characteristics; one for a button and one for a LED. The button characteristic will send a notification with the button state when the button is pressed or released, while the LED characteristic can be used to control an on-board LED.

Requirements

  • nRF51 SDK version 7.1
  • S110 SoftDevice version 7.0
  • nRF51822 Evaluation Kit version 2.1.0 or later

The project may need modifications to work with other versions or other boards.

To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder.

About this project

This application is one of several applications that has been built by the support team at Nordic Semiconductor, as a demo of some particular feature or use case. It has not necessarily been thoroughly tested, so there might be unknown issues. It is hence provided as-is, without any warranty.

However, in the hope that it still may be useful also for others than the ones we initially wrote it for, we've chosen to distribute it here on GitHub.

The application is built to be used with the official nRF51 SDK, that can be downloaded from https://www.nordicsemi.no, provided you have a product key for one of our kits.

Please post any questions about this project on https://devzone.nordicsemi.com.

About

Simple example application showing how to do a custom service. Fully explained in nAN-36, available on www.nordicsemi.com.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%