EEC180/181 Tutorial: Receiving data from a D8M-GPIO camera

EEC180/181, Digital Systems Design


  1. Overview
  2. This tutorial describes and provides the code for a starter design that uses a basic method to receive data from a D8M-GPIO camera connected to the DE1-SoC board through the GPIO interface.

  3. Description and Code
  4. camera.pdf, overview of the hardware to interface with the camera port

    camera.zip, verilog source code

      Because they are used so often, the top-level module also includes ports for the LED and HEX displays, the SW switches, and the KEY push buttons; as well as very simple code to turn the LED and HEX displays off by default.

      Because the VGA display will very often be used when the camera is being used, the VGA port interface is also included in this starter code.

  5. Common Pitfalls


EEC 181 | B. Baas | ECE Dept. | UC Davis
2022/04/11  Written
2022/05/10  Updated camera.zip
2022/05/25  Added first pitfall
Written by Ziyuan Dong and Bevan Baas