https://github.com/twinleaf/trendline
https://github.com/twinleaf/trendline
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/twinleaf/trendline
- Owner: twinleaf
- Created: 2025-02-03T16:29:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T13:49:12.000Z (over 1 year ago)
- Last Synced: 2025-02-12T14:54:43.493Z (over 1 year ago)
- Language: Rust
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trendline
Graphical interface tool for Twinleaf sensor stream data. Equipped with RPC controls and fast fourier transform analysis
### Installation
[To install Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
Be sure to confirm all twinleaf-rust crate dependencies are satisfied.
To run:
Connect the sensor to a proxy via twinleaf-rust proxy tool
tio-proxy --auto
When there is more than one serial port available, it is necessary to specify the port
[linux]> tio-proxy -r /dev/ttyACM0
[macOS]> tio-proxy -r /dev/cu.usbserialXXXXXX
[wsl1] > tio-proxy -r COM3
Optionally specify stream number and fft sampling time (default is on stream 1 and a 10 second sampling time)
cargo run [stream_id] [fft_time]