Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sefffal/redpitaya-multichannelanalyser

A fresh Multichannel Analyser app for the Red Pitaya
https://github.com/sefffal/redpitaya-multichannelanalyser

Last synced: 2 months ago
JSON representation

A fresh Multichannel Analyser app for the Red Pitaya

Awesome Lists containing this project

README

        

# Seeking Maintainer
This project is not up to date with the latest version of red pitaya OS and might not work. Unfortunately I am not in a position to maintain this project. If you are interested, you are welcome to fork. Let me know and I will update this page to point to any active fork.
You might also have luck with Pavel Demin's original work upon which this is based: https://pavel-demin.github.io/red-pitaya-notes/

-WT

# Red Pitaya Multichannel Analyser
*A fresh Multichannel Analyser app for the Red Pitaya.*

![Image of MCA app](https://raw.githubusercontent.com/sefffal/redpitaya-multichannelanalyser/master/assets/mca.png)

This is a web application that can be run on the [Red Pitaya](http://redpitaya.com/) single board computer.
It supports the STEMLAB-10 and STEMLAB-14 running OS version 0.97+.

The FPGA program is taken from Pavel Demin's [red-pitaya-notes](http://pavel-demin.github.io/red-pitaya-notes/) repository so he deserves most of the credit.

The interface is responsive — try it on your phone!

## Installing

Access your Red Pitaya (replace rp-??? with the address on the sticker):
~~~bash
sh root@rp-???
~~~

Clone the reposity:
~~~bash
git clone https://github.com/sefffal/redpitaya-multichannelanalyser.git
~~~

Set the install directory of the Red Pitaya Ecosystem:
~~~bash
export INSTALL_DIR=/opt/redpitaya
~~~

Enter the directory, build, and install:
~~~bash
cd redpitaya-multichannelanalyser
make install
~~~

You should now have a new application on your Red Pitaya's home screen.