Skip to content

CodingKnight4/pslab-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSLab-python

The Pocket Science Lab from FOSSASIA https://pslab.io

Build Status Gitter Codacy Badge Twitter Follow

This repository hosts the python library for communicating with PSLab. This can be installed on a linux pc/raspberry pi. With this, one can communicate with the hardware using simple python code.

The goal of PSLab is to create an Open Source hardware device (open on all layers) that can be used for experiments by teachers, students and citizen scientists. Our tiny pocket lab provides an array of sensors for doing science and engineering experiments. It provides functions of numerous measurement devices including an oscilloscope, a waveform generator, a frequency counter, a programmable voltage, current source and as a data logger. Our website is at: https://pslab.io

Communication

Please join us on the following channels:

Installation

To install PSLab on Debian based Gnu/Linux system, the following dependencies must be installed.

Dependencies

  • PyQt 4.7+, PySide, or PyQt5
  • python 2.6, 2.7, or 3.x
  • NumPy, Scipy
  • pyqt4-dev-tools   For pyuic4
  • Pyqtgraph   For Plotting library
  • pyopengl and qt-opengl   For 3D graphics
  • iPython-qtconsole   optional
Now clone both the repositories pslab-apps and pslab.
Libraries must be installed in any order
  1. pslab-apps
  2. pslab

Note If user is only interested in using PSLab as an acquisition device without a display/GUI, only one repository pslab needs to be installed

To install, cd into the directories
$ cd <SOURCE_DIR>

and run the following (for both the repos)

$ sudo make clean

$ sudo make

$ sudo make install

Now you are ready with the PSLab software on your machine :)

For the main GUI (Control panel), you can run Experiments from the terminal.

$ Experiments

Installing PSLab Python library without GUI

If a user wants to install the python library to have a command line interface to execute commands, he can do so by simply installing the dependencies and latest Python versions.

Windows

Dependencies
Instructions
  1. Install the latest Python version on your computer and configure PATH variable to have both Python installation directory and the Scripts directory to access pip tools.
  2. Open up command prompt and execute the command pip install pyserial && pip install numpy to install the required dependencies.
Validate
  1. Download the PSLab-Python library from this repository and extract it to a directory.
  2. Browse in to that directory and create a new file named test-pslab-libs.py
  3. Paste the following code into that file and save it.
from PSL import sciencelab
I = sciencelab.connect()
capacitance = I.get_capacitance()
print(capacitance)
  1. Plug in the PSLab device and check if both the LEDs are turned on.
  2. Now run this file by typing python test-pslab-libs.py on a command prompt and observe a numerical value printed on the screen along with PSLab device version and the port it is connected to.

Development Environment

To set up the development environment, install the packages mentioned in dependencies. For building GUI's Qt Designer is used.

Steps to build documentation

First install sphinx by running following command

sudo pip install -U Sphinx

Then go to pslab/docs and run the following command

$ sudo make html

Blog posts related to PSLab on FOSSASIA blog

About

Python Library for PSLab Desktop: https://pslab.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy