Skip to content

Program to read measurements from Bosch GLM 50C. May work with othe Bosch laser meters, YMMV.

Notifications You must be signed in to change notification settings

ketan/Bosch-GLM50C-Rangefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bosch-GLM50C-Rangefinder

Program to read measurements from Bosch GLM 50C. May work with othe Bosch laser meters, YMMV.

I have one of these Bosch GLM 50-27CG laser meters, that is unfortunately does not provide any programs or drivers for macos. I wanted to get data from the laser meter into a fairly complex spreadsheets, and was disappointed to find no alternative. After reading a few posts and reverse-engineering some bluetooth protocol dumps from measureon app on android.

Since I was familiar with ESP32 and this awesome BLE library, I hacked together an ESP32 program that connects to the laser meter over BLE and ships the values to a computer by pretending it is a bluetooth keyboard - this requires you to pair your computer with the "fake" esp32 keyboard.

This was later ported to a python program, that allowed me to run the program directly from my terminal, and not have to keep an ESP32 running as the middleman.

References

About

Program to read measurements from Bosch GLM 50C. May work with othe Bosch laser meters, YMMV.

Topics

Resources

Stars

Watchers

Forks