mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-05 21:01:18 +00:00
1015 B
1015 B
Bio-Impedance Amplifier | GUI
This repository contains Rust-based software for communicating with a custom-built bio-impedance amplifier. It provides several key features:
- Single-frequency and frequency-sweep measurements
- Real-time visualization of magnitude and phase
- Support for both 2-lead and 4-lead measurements
- Data logging to
.csvfiles - Day and night display modes
- Control via on-screen buttons or keyboard shortcuts
How to Use This Software
- Install the Rust toolchain and run the software using:
cargo run --bin main_gui --release - Alternatively, a precompiled executable can be used instead of building from source.
- The software uses the
postcard-rpccrate to communicate directly with the USB hardware device’s endpoints. After connecting the hardware via USB, the device should automatically connect, and the indicator dot in the top-right corner will turn green. - Check the Shortcuts tab for useful information on available keyboard commands.