Skip to content

Python library for interfacing with Owon B35T multimeter (BT2.0)

License

Notifications You must be signed in to change notification settings

ondras12345/B35T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B35T

Python library for interfacing with Owon B35T multimeter (BT2.0)

Owon do provide their own app for the meter, but it only works on Android (there is a new Windows app, but it only works with the BLE4.0 version of the meter).

This library relies on the fact that Windows maps the DMM as a COM port when connected. To make this work in GNU/Linux, try something like this:

sdptool add SP
rfcomm connect /dev/rfcomm0 00:11:22:33:44:55  # replace with your DMM's address

And then connect to /dev/rfcomm0.

I tested it with Bluetooth 2.0 version of the DMM only because I don't own the BLE4.0 one.

This project is still under development. Anything can change at any time. If you find a bug, feel free to open an issue so that I can fix it.

For more info see the wiki.

About

Python library for interfacing with Owon B35T multimeter (BT2.0)

Resources

License

Stars

Watchers

Forks

Packages

No packages published