Crates.io | ppk2 |
lib.rs | ppk2 |
version | 0.1.2 |
source | src |
created_at | 2022-09-21 12:02:17.306287 |
updated_at | 2023-01-06 08:41:42.001033 |
description | A driver for Nordic's Power Profiler Kit 2 |
homepage | |
repository | https://github.com/hdoordt/ppk2-rs |
max_upload_size | |
id | 670914 |
size | 62,907 |
Rust library and CLI for working with Nordic Semiconductor's Power Profiler Kit II. Far from complete, but can be used at least with the PPK2 functioning as a source meter.
Heavily based on nrfconnect-ppk and its derivate ppk2-api-python.
To install, run:
cargo install ppk2-cli
If you want to use this crate as a library, you can take inspiration from examples/cli.rs
to get an idea of how to use it.