Difference between revisions of "LabNation SmartScope"

From sigrok
Jump to navigation Jump to search
m
(add links to my progress so far)
 
Line 57: Line 57:


== Protocol ==
== Protocol ==
== Progress ==
Detection and bitstream loading implemented in libsigrok driver.  Scope init and acquisition WIP in python test code.
See https://github.com/karlp/libsigrok/tree/devel/labnation


== Resources ==
== Resources ==

Latest revision as of 23:34, 14 January 2018

LabNation SmartScope
Lab nation smartscope mugshot.png
Status planned
Channels 8
Samplerate 100MHz
Samplerate (state)
Triggers low, high, rising, falling, edge
Min/max voltage ?
Threshold voltage Fixed: VIL=0.8V, VIH=2.0V
Memory 4Msamples (8MByte SDRAM)
Compression ?
Website lab-nation.com

The LabNation SmartScope is a USB-based mixed-signal oscilloscope (100 MS/s, 45MHz bandwidth), 8-channel logic analyzer (100MHz), arbitrary waveform generator / function generator.

See LabNation SmartScope/Info for some more details (such as lsusb -v output) on the device.

Hardware

Photos

Protocol

Progress

Detection and bitstream loading implemented in libsigrok driver. Scope init and acquisition WIP in python test code. See https://github.com/karlp/libsigrok/tree/devel/labnation


Resources