SUMP/OLS compatible logic analyzer firmware for RP2040 based boards.
PulseView is a Qt based logic analyzer GUI for sigrok.
Select Openbench Logic Sniffer & SUMP compatible
protocol when connecting to μLA.
Protocol selection | Connect window |
---|---|
SigrokCli is a command-line frontend for sigrok.
Scan for devices
$ sigrok-cli -d ols:conn=/dev/tty.usbmodem_ula_1 --scan
The following devices were found:
ols - uLA: Micro Logic Analyzer with 16 channels: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Sample two 10 MHz square waves with 90° phase shift
$ sigrok-cli -d ols:conn=/dev/tty.usbmodem_ula_1
-O ascii:charset='_`\/'
--config samplerate=100m
--samples 70
libsigrok 0.5.2
Acquisition with 16/16 channels at 100 MHz
0:``\____/`````\___/`````\___/`````\___/`````\___/`````\___/`````\___/``
1:____/`````\____/````\____/````\____/````\____/````\____/````\____/````
2:______________________________________________________________________
rustup target add thumbv6m-none-eabi
rustup component add llvm-tools-preview
cargo install cargo-binutils
(Note: on some Linux distros (e.g. Ubuntu) you may need to install the packages build-essential, gcc-arm-none-eabi, libssl-dev and pkg-config prior to installing cargo-binutils)cargo install elf2uf2-rs
git clone git@github.com:dotcypress/ula.git && cd ula
cargo run --release
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.