We are moving! We are currently migrating our community to the new Bosch Connected Industry Online Portal. The community will be available latest in the new year again, until then it will be in read-only mode. Click here for more information.
02-28-2021 10:18 PM
I’m trying to connect the mentioned device with the browser using the Web Bluetooth API. I’m able to establish the connection and view the services and characteristics provided by the device. Im using (****c0d1-****-****-****-********) to write to the device. Setting the Buzzer on, for instance works fine using:
0xc0[cmdNr]00[cheksum]
Now I want to set the Laser on for instance or get "Single distance measurment (Front edge)" but the frame does not seem to work! (0xc0[cmdNr]0100[cheksum] )
Another question:
-(***c0d2-****-****-****-********) reads alawys the same hexNumber and Im not sure how to use this or what this number actually represents
what is the common workflow? write to the first UUID (c0d1) and read from the second(c0d2)? Why are the other frames not working, is there something to consider befor sending the frame to obatin measuremnts for instance?
Solved! Go to Solution.
03-01-2021 10:35 PM
Hello Bekandi, are you aware the connection/command protocol can be requested here? Or are you asking in reference to that, something still not clear?
https://developer.bosch.com/web/bosch-glm-plr-app-kit/overview
If you accept the usage terms, you can try it if you have not yet. (I don't know what the terms say about using open-source API, so here I don't comment on that.)
thank you...
03-02-2021 12:42 AM
Hello pdo,
thank you for your reponse. I already got the protocoll, and my question is actually in reference to it.
03-02-2021 11:24 PM
Ok Bekandi, we are checking on this and will reply soon, thank you.
03-10-2021 07:36 PM - edited 03-10-2021 07:41 PM
Hello Bekandi,
Actually can you please contact support directly? this is easiest way to get assistance: app dot support at bosch dot com.
Thank you!
03-10-2021 07:47 PM
I managed to solve the problem. The notification for the write characteristics, had to be set on. The sync command workes as in the documation and sends each event to the browser.
Thank you anyway