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
- Host: GitHub
- URL: https://github.com/depau/bluetooth-dmm-rust
- Owner: depau
- License: gpl-2.0
- Created: 2024-05-05T13:55:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T13:55:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T05:52:35.425Z (about 1 year ago)
- Topics: bluetooth, bluetooth-low-energy, btleplug, electronics, multimeter, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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