Skip to content

Custom BLE service for sending received characteristic values over SPI configured as slave.

License

Notifications You must be signed in to change notification settings

aasmune/ble_app_spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ble_app_spi

Custom BLE service for sending received characteristic values over SPI configured as slave.

Requirements

  • Nordic SDK 14.1.0
  • Segger Embedded studio 3.30
  • nRF52832 devkit

Getting Started

  1. Download the SDK and unzip it in your home folder.
  2. Clone the repo to the following path ~/NordicSemi/SDK_14_1/examples/ble_peripheral/ where the zip were extracted to ~/NordicSemi/SDK_14_1/
  3. Open the ses project found in p10040/s132/ses/under the root path in this repo.

NOTE: When flashing the softdevice the first time, this error may come up alt text In this case, you need to change the path to the Softdevice hex file in the project options. This can be done by right clicking the project and selecting Edit Options -> Debug -> Loader and changing Additional Load File[0] to the absolute path of the softdevice hex that is located in <Root folder of sdk>/components/softdevice/s132/hex/s132_nrf52_5.0.0_softdevice.hex. alt text

About

Custom BLE service for sending received characteristic values over SPI configured as slave.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published