Build System Missing Files
I have been trying to follow the tutorial for making a web app. I found that the rpApp.h file is missing from the repository but can be found in the images a...
I have been trying to follow the tutorial for making a web app. I found that the rpApp.h file is missing from the repository but can be found in the images a...
Using Grove Environmental Sensors and the Red Pitaya Sensor Board I created a dashboard. The software of the dashboard is made using Jupyter Notebooks and th...
Today I started working with the FPGA fabric. I tried out the FPGA lessons 1 to 4 by Anton Potočnik. I found lesson 4 particulary interesting as it shows how...
After many months of not working on my Red Pitaya repository it got out of date with the upstream master. To correct this I ran: git checkout master git rese...
I’m interested in making code easy to follow and reproduce. I looked at what Pynq was doing to manage a consistent environment for developers and found that ...