Recent Posts

Build System Missing Files

less than 1 minute read

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...

Environmental Sensor Dashboard

less than 1 minute read

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...

FPGA AIX Stopwatch

less than 1 minute read

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...

Git Reset

less than 1 minute read

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...

Vagrant Setup

less than 1 minute read

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 ...