A transport implementation for Bluetooth Manager based on Bluegiga API to work with BLE112 dongles (or similar)
- Adapters are not getting discovered.
- Make sure your user has got sufficient permissions to access adapters (serial ports) in your OS (e.g.
sudo adduser <username> dialout
)
- Make sure your user has got sufficient permissions to access adapters (serial ports) in your OS (e.g.
To build the project you will need to install the Bluegiga library into your maven repository. Run this in the root of the project:
sh .travis/install-dependencies.sh
Then run maven build:
mvn clean install