tinyb
tinyb copied to clipboard
TinyB exposes the BLE GATT API for C++, Java and other languages, using BlueZ over DBus.
A segmentation fault occurs when the JNIEnvContainer destructor detaches the thread and the JVM has already exited. The cause is `Monitor::lock_without_safepoint_check()` receives a null pointer from `Thread::current()`. `Monitor::ILock()` receives the...
This PR tries to fix the issue #113. A mutex and guard_locks are added in BluetoothManager to synchronize the access to the event_list. I'm not a C++ expert, so please...
First, execute a program. java -jar XXX.jar Second, In java program, run ble and run 'sudo reboot now' third, after boot, execute a program. java -jar XXX.jar 1) In case...
I have build the tinyB.jar on my DragonBoard 410c running Debian UNIX. I have started up the java program HelloTinyB and have passed in the address of my laptop. The...
Example for TI Sensortag (example -tinyb/examples/asynctinyb.cpp) to read temperature gets struck in below line Waiting for service f000aa00-0451-4000-b000-000000000000 to be discovered. None of the services gets discovered .
Want to use the api to continuously listen the all the connected devices. So if i run the code in loop for 10 times most of the time i get...
how can i integrate tinyB in intelij in a project. Outcome should be a microprocess running on a rusberry pi3 modelB handlind BLE-connections
Hello, I want to use this library to connect my wearable device. I started with the HelloTinyB.java in Eclipse. I successfully got the services, characteristics and descriptors. When I tried...
Hello, I have a problem. When I run the code below, the code in the method: BluetoothGattService tempService = sensor.find("0000FFE0-0000-1000-8000-00805F9B34FB"); Before that, I can connect to the At-09 module normally....
We are working on a project to connect our IoT gateway on the Intel Edison board to a few wearable devices via BLE. We are currently using the TinyB for...