Downloads
Joulescope UI
|
|
Version release notes | |
You can also download other releases |
Joulescope User's Guides
User Interface (UI):
JS220:
JS110:
Host Source Code
The Joulescope software that runs on the host computer is open source and distributed under the permissive Apache 2.0 license. The software is split into several packages:
- joulescope_driver: GitHub pypi docs
- pyjoulescope: GitHub pypi docs
- pyjoulescope_ui: GitHub pypi
- jls: GitHub pypi
The joulescope_driver is the Joulescope driver, python bindings, and command-line utilities. The pyjoulescope package is an adapter that supports the original Joulescope API. You can use this package to develop your own applications that communicate with Joulescope, including scripting Joulescope operation. The pyjoulescope_ui package contains the graphical user interface that most users will use with Joulescope. See the software repositories for installation details.
We also maintain a repository with examples for how to use the joulescope python package:
- pyjoulescope_examples: GitHub
Front Panel Designs
The Joulescope front panel designs are also open source and are available on GitHub: