Difference between revisions of "DreamSourceLab DSLogic"

From sigrok
Jump to navigation Jump to search
m (Add correct source code directory.)
Line 41: Line 41:
== Firmware ==
== Firmware ==


In order to use this device with [[libsigrok]] the [https://github.com/DreamSourceLab/DSView/tree/4cc02c8d780e17527cd05e0ba7aa45288e49bd8a/DSView/res vendor firmare and bitstream files] are required.
In order to use this device with [[libsigrok]] the [https://github.com/DreamSourceLab/DSView/raw/886b847c21c606df3138ce7ad8f8e8c363ee758b/DSView/res vendor firmare and bitstream files] (v0.97) are required.


The easiest method to install those is to use the [http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic sigrok-fwextract-dreamsourcelab-dslogic] script. It will download the correct files, rename them to the correct filenames as expected by libsigrok and install them.
The easiest method to install those is to use the [http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic sigrok-fwextract-dreamsourcelab-dslogic] script. It will download the correct files, rename them to the correct filenames as expected by libsigrok and install them.
Line 55: Line 55:
If you want to avoid using the script, you can manually download and rename the files (but check [http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic the script] for the correct filenames).
If you want to avoid using the script, you can manually download and rename the files (but check [http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic the script] for the correct filenames).


'''Note:''' Do '''not''' use any files newer than those linked here, they're currently not supported. See [http://sigrok.org/bugzilla/show_bug.cgi?id=905 bug #905].
'''Note:''' Do '''not''' use any firmware/bitstream files newer than those linked here (v0.97), they're currently not supported. See bugs [http://sigrok.org/bugzilla/show_bug.cgi?id=905 #905] and [https://sigrok.org/bugzilla/show_bug.cgi?id=1063 #1063].


== Resources ==
== Resources ==

Revision as of 21:40, 21 November 2017

DreamSourceLab DSLogic
DSLogic.png
Status supported
Source code dreamsourcelab-dslogic
Channels 1-16
Samplerate 400MHz(4ch), 200MHz(8ch), 100MHz(16ch)
Samplerate (state) 50MHz
Triggers high, low, rising, falling, edge, multi-stage triggers
Min/max voltage -0.6V — 6V
Threshold voltage configurable: 3.3V, 5V
Memory 32MByte (2MByte/ch)
Compression no
Website dreamsourcelab.com

The DreamSourceLab DSLogic is a 16-channel USB-based logic analyzer, with sampling rates up to 400MHz (when using only 4 channels).

See DreamSourceLab DSLogic/Info for more details (such as lsusb -v output) about the device.

Hardware

Photos

Firmware

In order to use this device with libsigrok the vendor firmare and bitstream files (v0.97) are required.

The easiest method to install those is to use the sigrok-fwextract-dreamsourcelab-dslogic script. It will download the correct files, rename them to the correct filenames as expected by libsigrok and install them.

Example usage:

$ PREFIX=$HOME/sr ./sigrok-fwextract-dreamsourcelab-dslogic

This will install the files into $HOME/sr/share/sigrok-fimware. Without PREFIX, the files will be installed into /usr/local/share/sigrok-firmware by default.

If you want to avoid using the script, you can manually download and rename the files (but check the script for the correct filenames).

Note: Do not use any firmware/bitstream files newer than those linked here (v0.97), they're currently not supported. See bugs #905 and #1063.

Resources