Introduction
This blog post provides details on how to perform stereo calibration for the Ultra96-V2 development board with Dual-Camera Mezzanine.
Getting Started with the pre-built image
If you want to re-build the vivado 2021.2 and pe...
Hello everyone. Today it is deadline of 7 Ways to Leave Your Spartan-6 FPGA. Today I completed quiz (with one mistake made) and post blog post about my project. My performance in this competition is not as good as I originally expected. It was mainly...
In my last two blogs, I talked only about VHDL codes and the implementation of digital logic design in Vivado. In this blog, I will be working on the hardware aspects.
I received the Arty-S7 board from e14 for the Spartan_Migration challenge. I will...
Hello everyone. I welcome you to this blog post describing my project as part of 7 Ways to Leave Your Spartan-6 FPGA contest.
In this blog post I will describe my core project as part of this competition. As part of this competition I originally prom...
Introduction:In my project, I am sending the blurred image to my PC over uartlite. I had to put some delay (50 us) between sending consecutive data packets. Due to the large size of the image, it takes around 8-9 mins to transfer the image.Maybe redu...
Arty-S7-Rover (sensor+actuator)
Disclaimer
Add a sensor to your project with the Arty S7, 7 Ways to Leave Your Spartan-6 FPGA challenge.
The Arty-S7-Rover is a small functional autonomous vehicle based on the Digilent Arty S7-50 board. The ...
Introduction:In my previous blog, I learned how to use the XADC block in my design. I am thinking of using the XADC alongwith the IR sensor that I used in that blog in my Image Processing project.I will use this IR sensor to toggle between various bo...
Introduction
As part of the 7 Ways to Leave Your Spartan-6 FPGA roadtest, I have been exploring sensors that can be connected to the Arty-S7 for audio applications. For the current project, I am focussing on the following sensors
Pmod I2S2 - Used to...
In this post we describe how to build a low resolution thermal imaging camera with VGA output. The solution is based on the Melexis MLX90640 IR Array, the Digilent's PmodVGA module, and the AMD-Xilinx Spartan-7 FPGA of the Digilent Arty S7 ...
In my last blog on FPGAs, as a part of the 7 ways to Leave your Spartan-6 contest, I published an introductory blog on getting started with FPGAs and VHDL.
In the 2nd blog, I will discuss digital logic design using FPGAs. Here, I will cover the follo...
Introduction:The Arty S7 board comes with an on board ADC. The XADC core within the Spartan-7 is a dual channel 12-bit analog-to-digital converter capable of operating at 1 MSPS. The analog pins can be used to read analog values. I have a IR sensor w...
Introduction:After learning about various things that can be done on Arty S7-50, I think I am now ready to put all my learnings together in one project.In this blog, I will try to implement a basic image processing algorithm (blurring an image) on th...
Well, my challenging week is continuing. I'm not sure whether it is bad luck, faulty hardware, or just unfortunate coincidences.
I decided to take a look at the problem that I was having with the external inputs to the XADC last night. ...
Introduction:
Greetings everyone!
Over the next few days I will be posting blogs describing my project entry for the 7 Ways to leave your Spartan-6 challenge.
So what is my project? It is a Mandelbrot set "explorer" built around the Arty S7 FPGA boa...
This week has been a very challenging one to be sure...
I ended last week with a problem with the primary external hard drive that contains the Ubuntu Virtual Machines that I use for Xilinx development tools. I was intermittently gett...
From my previous post, We had addressed the hardware issue, installed Vivado 2019.2, and executed the demo program. We will interface with the IR sensors and will be discussing the Logical Implementation in this blog.
Reasons to switch from ...
Introduction:Working on FPGA often requires you to transfer data to your PC for better evaluation. In this blog, we will learn to transfer data from the Arty S7-50 board to our PC using the xuartlite APIs in Vitis. I will be using the design that I c...