Connecting a Laser Distance Measurer (Bosch Disto GLM 50 C) with Smartphone (Android Studio)

后端 未结 2 640
花落未央
花落未央 2021-02-05 22:55

I got stuck at a special problem (I think). For a study project I have to make an Android application that can connect to a Laser Distance Measurer (Bosch GLM 50 C Distometer).

2条回答
  •  误落风尘
    2021-02-05 23:34

    The Bosch PLR 50 C (basically the cheaper version) uses the protocol known from the Bosch PLR 15. I could imagine the GLM 50 C also using it.

    There is a post on EEVBlog.com that outlines the most important commands:

    Example measure: send C04000EE --> reply 00 04 13 0E 00 00 32
    Change endianness: 13 0E 00 00 --> 00 00 0E 13 distance in mm: 0x00000E13*0,05 = 180mm

提交回复
热议问题