User Tools

Site Tools


projects:electronics:logic_analyzer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:electronics:logic_analyzer [2016/01/14 01:44] – created adminprojects: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://blog.visucore.com/tags/usbee]] +
- +
-==== sigrok ====+
   * [[http://sigrok.org/]]   * [[http://sigrok.org/]]
   * [[http://sigrok.org/wiki/Fx2lafw]]   * [[http://sigrok.org/wiki/Fx2lafw]]
 +
 +==== Installation ====
 +Install in debian with apt package manager:
 +
 +<code bash>
 +sudo apt-get install sigrok
 +</code>
 +
 +==== 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://sigrok.org/wiki/Getting_started|these getting started guides]] from the official sigrok homepage.
projects/electronics/logic_analyzer.1452732250.txt.gz · Last modified: 2016/01/14 01:44 by admin