My GitHub Repository contains a blog recording my progress with the Red Pitaya and a code repository for my projects.
My blog has been built as a Jekyll site with GitHub Pages the source is in the docs folder of this repository.
I have a YouTube Playlist that demonstrates some of these notebooks on my YouTube channel.
Most of my projects are written using Jupyter notebooks they include examples in the signal processing and machine learning.
To make these projects show up in the Red Pitaya JupyterLab run the following commands form the command line:
git clone https://github.com/M0JPI/red-pitaya-projects.git
ln -s /root/red-pitaya-projects/ /home/jupyter/
My Edge Impulse audio classification project can be found here