Skip to content

RedBearLab/arduino-BLEPeripheral

 
 

Repository files navigation

Arduino BLEPeripheral

An Arduino library for creating custom BLE peripherals.

Compatible Hardware

Note: Does not require use of nRFgo Studio!

Pinouts

Shield/Board REQ Pin RDY Pin RST Pin
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

Usage

Download Library

cd ~/Documents/Arduino/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.1%
  • C 26.2%
  • Other 11.7%