Android app showing Bluetooth advertising packets and measuring reception rate using one RFduino module
git clone git@github.com:bertrandmartel/bluetooth-le-analyzer.git
cd bluetooth-le-analyzer
git submodule update --init --recursive
./gradlew clean build
make
refer to https://github.com/bertrandmartel/rfduino-makefile for troubleshoot
-
BLE AD frame parser : https://github.com/TakahikoKawasaki/nv-bluetooth
-
DiscreteSeekbar : https://github.com/AnderWeb/discreteSeekBar
-
MPAndroidChart : https://github.com/PhilJay/MPAndroidChart
-
Makefile for rfduino : https://github.com/bertrandmartel/rfduino-makefile
-
RFduino : https://github.com/RFduino/RFduino
Thanks to Tolson for his Lazarus Library
Copyright (C) 2017 Bertrand Martel
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.
Foobar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.