Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth Beacon Detection functionality added #3

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

wurmc
Copy link

@wurmc wurmc commented Jun 7, 2019

I added a Bluetooth Beacon Detection functionality to the DataLogger.
The functionality is based on https://github.com/youten/iBeaconDetector
Some parts of the code were updated, too.
The app is working fine and I finished my work on it.

wurmc and others added 20 commits March 11, 2019 15:52
…lated code. app is currently working as it should. device location should be set to "hand" without the ability to change it, so every possible setting should be visible
… and bluetooth to the top; added front end for bluetooth data collection; added class for collecting bluetooth data as child class of "AbstactDataCollector"
…Collector.java and helper classes in BTHelper directory. App is working fine, the only issue seems to be with run() in BluetoothDataCollector class. Every other run() is working fine. No errors but app is not writing content into Bluetooth txt files. BLE beacon detection from: https://github.com/youten/iBeaconDetector
…comments in ScannedDevice.java from japanese to english.

deleted some test terminal logs from WiFiDataCollector.java.
No errors but app is still not writing content into Bluetooth txt files.
…untion. added LOG calls to some other classes
…s now working. Still errors with bluetooth. App is stopping as soon as it is started.
…t files. DeviceAdapter does not extend any class anymore. Erased a few commented lines, which are not needed anymore.
…the rssi value and the hex string into the txt file. Unnecessary comments and lines of code deleted.
…old php script didn't match the data structure of the file array, changed the php script to match it.
…ated again. Yet not working: Connecting slave to master does not work yet due to not opening device list activity.
… working. BT Sync and new BT Beacon detection are successfully working in parallel.
… working. BT Sync and new BT Beacon detection are successfully working in parallel.
… working. BT Sync and new BT Beacon detection are successfully working in parallel.
Added User guide to README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant