-
What am I missing in my system? This is ARM based ODROID board, running ubuntu trusty. I updated the bluez package to the 5.47 as the latest one was reported to break things. What native stuff would n…
-
**Question**
How do you cross compile a small library with jni for ev3dev?
**Background Information**
I want to connect the EV3 with a Bluetooth Low Energy (BLE) device with Java. Tinyb is the …
-
Hi @vkolotov,
First thanks for this bluetooth tinyb transport binding. I have the following issue:
I am building a custom image for a Raspberry Pi 3 using the `aarch64` machine architecture. The…
-
I'm trying to make a BLE central using the BluetoothManager API with the TinyB-Transport.
The peripheral in question runs on an Android smartphone.
If the central (using your Bluetooth Manager Tin…
-
when i'm trying to run (java -cp /usr/local/tinyb/build/HelloTinyB.jar: /usr/local/tinyb/build/tinyb.jar HelloTinyB XX:XX:XX:XX:XX(MAC address) ,
i'm getting this errorr java.lang.UnsatisfiedLinkErro…
-
Hi @hypfvieh,
just noticed your project. I use tinyb library, it is cool but hard to modify and support. Some features are missing from it as well. I'm wondering if you are going to add notificatio…
-
Hello,
I try to use the bleutooth addapter of my pc "intel whireless bleutooth" but i get following error in karaf
openhab> Native code library failed to load.
java.lang.UnsatisfiedLinkError: n…
-
Hello.
TinyB library support write value by UUID.
But in my case one UUID hava many handle and value.
`[CC:78:AB:6C:97:00][LE]> char-read-uuid 00002902-0000-1000-8000-00805f`
`handle: 0x001f …
-
### Good morning everyone,
I am actually using **tinyb library for Java** on a **Raspberry Pi 3+** to scan for BLE devices.
After a period of time (it can be minutes or hours), new scans make **the…
-
Hello,
I've just downloaded and cmaked tinyb library, then installed. Now I have lib and include forlders created in /usr/local/. My question is how to integrate it with my Eclipse Java project? Impo…