Bluetooth LE library for the NRF24L01+
Go to file
Pavel Brychta 6332795d28 Oprava indexu, pouziti rychlejsi funkce z RF24 2018-09-14 16:02:16 +02:00
doc/eddystone Eddystone docs 2018-07-20 20:23:28 +02:00
examples Original library sources. 2018-07-20 20:21:55 +02:00
.gitignore Initial commit 2018-07-20 20:15:37 +02:00
BTLE.cpp Oprava indexu, pouziti rychlejsi funkce z RF24 2018-09-14 16:02:16 +02:00
BTLE.h Eddystone URL beacon working. 2018-07-21 10:46:45 +02:00
LICENSE Original library sources. 2018-07-20 20:21:55 +02:00
README.md Original library sources. 2018-07-20 20:21:55 +02:00
bluez_adv.sh Original library sources. 2018-07-20 20:21:55 +02:00
btle.inc Original library sources. 2018-07-20 20:21:55 +02:00
library.json Google nearby fix for EddystoneURL. 2018-09-11 19:21:34 +02:00
library.properties Google nearby fix for EddystoneURL. 2018-09-11 19:21:34 +02:00

README.md

BTLE

This is a fork of floe's BTLE library; it has some improvements to make it able to mimick nRF8001 and nRF51822 beacon packets. More info on http://simonebaracchi.eu/posts/temperature-beacon/ .

Arduino library for basic Bluetooth Low Energy support using the nRF24L01+ (basic support = sending & receiving on the advertising broadcast channel)

You will also need to install the RF24 library from https://github.com/floe/RF24

Note: the BTLE class and the examples are licensed under GPLv3. However, the helper functions in btle.inc are (C) 2012 by Dmitry Grinberg under a separate license (see file for details).