petreeftime
petreeftime
Hi, At this time it is not possible to create a BLE server, but I will consider adding this in future versions of the library. If you would like to...
Hi! What version of TinyB and BlueZ are you running? Did you follow the steps in [TROUBLESHOOTING.md](https://github.com/intel-iot-devkit/tinyb/blob/master/TROUBLESHOOTING.md)? Can you run the hellotinyb example (the native one, not the java one)...
Hi! I don't think you need to explicitly write 1 to that characteristic. Just use `enable_value_notifications` like in the [notifications example](https://github.com/intel-iot-devkit/tinyb/blob/master/examples/notifications.cpp#L140) (or [for Java](https://github.com/intel-iot-devkit/tinyb/blob/master/examples/java/Notification.java#L193)). Tell me if this helps.
`no class found : tinyb/BluetoothNotification` is a TinyB issue, but I'm having some issues replicating it. Are you sure that the `tinyb.jar` file you are using is the same that...
Hi! This seems to be a BlueZ issue and I would encourage you to update BlueZ (and TinyB) to the latest version and if the issue persists try asking on...
Hi! Do you want to build it on Windows or run it on Windows? Unfortunately running it on Windows is not really an option at this time and it's very...
I will look into building it on Windows, although it might be fairly complicated, and it's not going to be a priority. But if you want to run in under...
You can find information about building in the README.
Hi, the most likely cause is that the gradle build does not package the MANIFEST file properly since it first needs to be generated through CMake. Someone needs to look...
If the version of BlueZ on Ubuntu is smaller than 5.42 you have to add the -E flag to the bluetoothd daemon when starting it. You can check the troubleshooting...