VGA

  • How to Build an Arcade Obstacle Avoidance Game Using FPGA

    Hello FPGA innovators! Remember the arcade obstacle avoidance game where blocks of pixels fall on you and you steer clear of them moving left or right? Today’s project attempts to re engineer the same game using a VGA and FPGA. Here, a pseudo random code is used to generate obstacles that fall down and buttons…

  • How to Create a Visual Audio Spectrum with a FPGA in 5 Steps

      Hello FPGA lovers! Today’s post is an interesting one which helps us visualize the audio spectrum with the help of your FPGA and an LED strip. Using a VGA cable, the spectrum can be visualised in a computer monitor as well. The microphone on the FPGA used (you may need to adapt this to…

  • Process VGA without Frame Buffers using FPGA

    Hello explorers of the FPGA Kingdom! Today’s project digs into the scope of FPGA as a tool that can replace conventional techniques further. VGA or video processing through conventional means requires a frame buffer which stores a block of data regarding pixel information in the system RAM for video display which is transferred to the…

  • How To Make Simon Says Game With Your FPGA

    https://youtu.be/SXT9aOCPFqQ Hi again FPGA people! Today I have another game for you to implement using your FPGA, Simon Says for 2 players. I know it´s a pretty old game but I promise you that it´s a very interesting project. In this project you will have to make use of your hand skills both for coding…

  • Quick Guide: 4 Easy Steps To Play Snake on Your FPGA

    Hello FPGA lovers. I am sure you are going to love today´s post: How to implement Snake Game on your FPGA. Maybe some of you are too young to remember this everlasting game that has been popular generation after generation on a wide variety of formats. And as it couldn´t be less, Snake Game deserves…

  • 9 Steps Away Of Playing Pong With Your FPGA!

    Hello all FPGA lovers. Today we have got a fantastic step-by-step article that will teach you how to implement the Pong Game in your FPGA in 9 simple steps, so you can play with it as if you were using a computer. This project is a purely VHDL coding one, and guess what? All the…

  • Stuff A Lot Of Brute Power On Your FPGA To Crack A MD5 Password

    In today´s article we present a project developed by students of the University of Illinois. This guy and his partner used the parallel power of the FPGA to create a hardware system which basically consisted of 16 MD5 cracking units-which were able to produce more than 700 million hashes per minute-, a keyboard control system…