-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Bluetooth Low Energy Tools for Android | ||
====================================== | ||
|
||
This collection of tools and utility classes is meant for using the bluetooth low energy functions of the | ||
Android 4.3 and above. This project has just started and I don't have a common pattern how | ||
to implement all the goals. If you're working on BLE and have some reusable functions or classes | ||
please consider adding them to this tools collection. | ||
|
||
The goals of the project are as follows: | ||
|
||
* design and implement patterns for the communication with BLE sensors | ||
* implement parsers for all the known characteristics | ||
* collect and implement parsers for proprietary sensors and characteristics | ||
* implement classes to read all values of a sensors | ||
* implement a fingerprint DB for sensors | ||
|
||
|