Heckie

Results 42 comments of Heckie

For more documentation especially for Mipow Playbulb BTL201, you may want to go to https://github.com/Heckie75/Mipow-Playbulb-BTL201 I have investigated and written an API documentation. At this moment I am also implementing...

@d-f-clark It seems that there aren't any changes in this project anymore. I suggest you to fork this project and fix the issues / applying PR in your fork. BTW:...

Maybe take a look at https://github.com/intel-iot-devkit/tinyb/pull/164/files In my case it works: OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu1) OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu1, mixed mode, sharing)

Actually in Ubuntu 19.04 I have installed some additional packages, i.e. apt install libglib2.0-dev pkg-config cmake After this step (and some adjustments for building it in openJDK 10) it works.

@jandemna Pls. check if my latest commit fixes this issue.

It seems that handles are different in the firmware version. This is a problem since at this moment these are hard-coded. Please do the following: ``` $ gatttool -b FC:69:47:06:CB:C6...

I have changed the code so that hard-coded handles are removed and charactistics are read dynamically. Pls. double-check if this works for you.

OK, in this case it seems that the problem is not only related to this script. Actually I have no Idea how to help. Sorry. I also think that I'm...

BTW: Where have you read the firmware version? I can see that there are two handles. In my case both is V1.00 ``` [FC:69:47:06:CB:C6][LE]> char-read-hnd 1a Characteristic value/descriptor: 56 31...

From my POV I can´t really help since both of my devices have probably an older firmware and it just works. I think that there is a change related to...