Skip to content

An Arduino library for creating custom BLE peripherals and observers with Nordic Semiconductor's nR51822.

License

Notifications You must be signed in to change notification settings

HiveTracker/BLEPeripheralObserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino BLEPeripheral

Analytics

An Arduino library for creating custom BLE peripherals.

Compatible Hardware

Note: Does not require use of nRFgo Studio!

Pinouts

Chip Shield/Board REQ Pin RDY Pin RST Pin
nRF8001
Bluefruit LE 10 2 9
BLE Shield 1.x 9 8 UNUSED
BLE Shield 2.x 9 8 UNUSED or 4/7 via jumper
Blend 9 8 UNUSED or 5/6 via jumper
Blend Micro 6 7 UNUSED or 4
IMUduino BTLE 10 7 9
nRF51822
RedBearLab nRF51822 UNUSED UNUSED UNUSED
BLE Nano UNUSED UNUSED UNUSED
RFduino UNUSED UNUSED UNUSED

Compatible IDE's and MCU's

Usage

Download Library

Arduino

cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-BLEPeripheral BLEPeripheral

MPIDE

cd ~/Documents/mpide/libraries/
git clone https://github.com/sandeepmistry/arduino-BLEPeripheral BLEPeripheral

Starter sketch

Load starter.ino

API

See API.md.

Examples

See examples folder.

Useful Links

About

An Arduino library for creating custom BLE peripherals and observers with Nordic Semiconductor's nR51822.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.6%
  • C++ 43.3%
  • Shell 0.1%