PolygonalTree / Led-control

Control program for circadian experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Led-control

PT-LED-Control is a program to set up behavioural experiments that implies LED's with different colours and brightness. This software is formed by two programs, one being the arduino software which drives the LED's and the other one a program to set up the experiment in which you can select the duration, periods of light and dark, and intenisity.

Although, this program is working, is still a work in progress. Any collaboration is wellcome.

Installation:

The LED control is a python package with PySide 2 as dependency. Due to this dependency it is compatible with python version until 3.4. It is possible to use it with python 3.6 but some tinkering is neccesary.(or the use of a linux distro). It can be installed following this steps.

  1. Install PySide. Follow the instructions for your specific operating system: https://pypi.python.org/pypi/PySide/1.2.4
  2. Download the Led-control zip file from Github.
  3. In a terminal or console, navigate to the folder where the zip file is.
  4. use pip install led-control-master.zip

More info in how to install a python package with pip here: http://python-packaging-user-guide.readthedocs.io/tutorials/installing-packages/#installing-from-local-archives

Polygonal Tree 2013. License GPLv3.

About

Control program for circadian experiments.

License:GNU Affero General Public License v3.0


Languages

Language:Python 92.7%Language:C++ 7.3%