Skip to content

tomy113/nrf51-ble-micro-esb-uart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

nrf51-ble-uesb-uart

Concurrent BLE and micro-ESB wireless UART example

Example code from https://devzone.nordicsemi.com/blogs/733/running-micro-esb-concurrently-with-ble/ that illustrates how a wireless UART application can be run concurrently over micro-ESB and BLE.

Requirements

  • nRF51 SDK version 9.0.0, non-pack version
  • S130 SoftDevice 1.0.0 (note: API compatible with S110 v8.0.0)
  • 2 x nRF51-DK

Tested with Keil v5 and GCC 4.9 2015q1

How to compile the code

Copy/link the examples\ble_peripheral\ble_uesb_app_uart and examples\ble_peripheral\common folders into the ble_peripheral example folder of your local SDK. Open Keil project file (nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_uesb_app_uart\pca10028\s130\arm5_no_packs), or Makefile (nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_uesb_app_uart\pca10028\s130\armgcc).

About

Concurrent BLE and micro-ESB wireless UART example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.9%
  • C++ 8.3%
  • Makefile 7.8%