Sources: Difference between revisions
Jump to navigation
Jump to search
m (→Hardware) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Hardware= | =Hardware= | ||
* [[Media:SmartScope_Schematics_v1.1.pdf |SmartScope - Schematics]] | * [[Media:SmartScope_Schematics_v1.1.pdf |SmartScope - Schematics]] | ||
* [[Media:ComponentLocations_v3.7.png |SmartScope - Component locations]] | * [[Media:ComponentLocations_v3.7.png |SmartScope v3.7 - Component locations]] | ||
* [[Media:ComponentLocations_v3.10.png |SmartScope v3.10 - Component locations]] | |||
=Decoders= | =Software= | ||
==Interface API== | |||
* [https://github.com/labnation/DeviceInterface GitHub repo with the source of the core API], which allows you to connect to a SmartScope manually and configure each setting as you wish | |||
* [https://github.com/labnation/DeviceInterface/blob/master/README.md The corresponding readme file] on GitHub, which contains information on the USB protocol used | |||
** In particular, [https://github.com/labnation/DeviceInterface/blob/master/Memories/ScopeConstants_GEN.cs the list of FPGA registers on Github] might be of interest | |||
===Console demo project=== | |||
* See [https://github.com/labnation/console-demo our console demo project] on GitHub as a hands-on example to get started | |||
===Matlab interface=== | |||
* See our [https://github.com/labnation/DeviceInterface.Matlab Matlab wrapper on Github] | |||
* Or go straight to [[http://wiki.lab-nation.com/index.php/Controlling_your_SmartScope_from_Matlab]] to see how to control your SmartScope from within Matlab | |||
<br>[[File:matlab.png]] | |||
===LabView interface=== | |||
* Grab [https://github.com/labnation/DeviceInterface.LabView our set of LabView VIs] so you can configure and read out your SmartScope from within LabView! | |||
<br>[[File:labview2.png]] | |||
==Decoders== | |||
* [https://github.com/labnation/decoders GitHub repo with the source of the default decoders], allowing you to quickly add your own | * [https://github.com/labnation/decoders GitHub repo with the source of the default decoders], allowing you to quickly add your own | ||
* See the [[Creating your own Protocol Decoder]] page for guidance | |||
* | |||
Latest revision as of 14:18, 25 December 2017
Hardware
- SmartScope - Schematics
- SmartScope v3.7 - Component locations
- SmartScope v3.10 - Component locations
Software
Interface API
- GitHub repo with the source of the core API, which allows you to connect to a SmartScope manually and configure each setting as you wish
- The corresponding readme file on GitHub, which contains information on the USB protocol used
- In particular, the list of FPGA registers on Github might be of interest
Console demo project
- See our console demo project on GitHub as a hands-on example to get started
Matlab interface
- See our Matlab wrapper on Github
- Or go straight to [[1]] to see how to control your SmartScope from within Matlab
LabView interface
- Grab our set of LabView VIs so you can configure and read out your SmartScope from within LabView!
Decoders
- GitHub repo with the source of the default decoders, allowing you to quickly add your own
- See the Creating your own Protocol Decoder page for guidance