A fresh Multichannel Analyser app for the Red Pitaya.
This is a web application that can be run on the Red Pitaya 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 repository so he deserves most of the credit.
The interface is responsive — try it on your phone!
Access your Red Pitaya (replace rp-??? with the address on the sticker):
sh root@rp-???Clone the reposity:
git clone https://github.com/sefffal/redpitaya-multichannelanalyser.gitSet the install directory of the Red Pitaya Ecosystem:
export INSTALL_DIR=/opt/redpitayaEnter the directory, build, and install:
cd redpitaya-multichannelanalyser
make installYou should now have a new application on your Red Pitaya's home screen.
