Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sefffal/redpitaya-multichannelanalyser
- Owner: sefffal
- License: mit
- Created: 2017-06-21T14:26:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T21:01:01.000Z (6 months ago)
- Last Synced: 2024-10-13T18:10:06.293Z (3 months ago)
- Language: JavaScript
- Size: 952 KB
- Stars: 16
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.