/parking_sensor

Design and prototyping of a parking sensor based on a microcontroller that manages four ultrasonic distance sensors and a temperature sensor, and according to these drives an LCD display and a buzzer. An FPGA allows to record all the measures and to send them to a PC if there is a request.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Organization of the folders:

final_report: contains the technical report of the whole project in PDF format.

firmware: contains all the source codes of the microcontroller.

PC_driver: contains the python script that allows the PC to interface with the FPGA.

VHDL: contains all the RTL designs to load inside of the FPGA.