This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:electronics:logic_analyzer [2016/01/14 01:44] – created admin | projects:electronics:logic_analyzer [2022/08/11 17:02] (current) – [The missing part - how to really start] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Logic Analyzer ====== | ====== Logic Analyzer ====== | ||
- | ==== USBee ==== | + | ===== sigrok getting started |
- | * [[https:// | + | |
- | + | ||
- | ==== sigrok | + | |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | ==== Installation ==== | ||
+ | Install in debian with apt package manager: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install sigrok | ||
+ | </ | ||
+ | |||
+ | ==== The missing part - how to really start ==== | ||
+ | |||
+ | invoke from the shell with the following command: | ||
+ | |||
+ | pulseview | ||
+ | |||
+ | To start immediately with the connected hardware (hantek-4032l) issue the following command: | ||
+ | |||
+ | pulseview -d hantek-4032l | ||
+ | |||
+ | To get a full list of all supported devices, use the following command: | ||
+ | |||
+ | sigrok-cli -L | ||
+ | |||
+ | Then follow [[https:// |