CE433 2022 Spring
Week 10
John Hitti

jdhitti@fortlewis.edu

Week 10

Introduction
In this week's project we will be connecting a ambient light sensor to our FPGA via SPI communication.
Task 1

In this task we will start by loading in the example code for SPI communication and writing a top module to display the received data with the seven segment display.



Then we can verify our code by uploading it to the FPGA.


Discussion
This project was an excellent introduction into using the FPGA with SPI communication. This opens up a lot of possiblilities as SPI is one of the most common modern data transmission protocols.