Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.76 KB

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