An open API service indexing awesome lists of open source software.

https://github.com/depau/bluetooth-dmm-rust

A client for Bluetooth Low Energy digital multimiters from AliExpress written in Rust
https://github.com/depau/bluetooth-dmm-rust

bluetooth bluetooth-low-energy btleplug electronics multimeter rust

Last synced: 2 months ago
JSON representation

A client for Bluetooth Low Energy digital multimiters from AliExpress written in Rust

Awesome Lists containing this project

README

          

# Bluetooth DMM client

A Rust-based DMM client for cheap Bluetooth Low Energy digital multimeters from AliExpress.

This is my first Rust project, so the code is probably not great.

The communication protocol/API and the CLI utility should be functional. The GUI is unfinished and I currently have no plans
to finish it, I'm releasing the code in case someone wants to finish it.

The communication protocol has been implemented based on the following sources:

- https://github.com/ludwich66/Bluetooth-DMM
- https://github.com/Shiro-Nek0/Bluetooth-DMM.py