Coder Social home page Coder Social logo

fpga-ultrasonic-radar's Introduction

FPGA-ultrasonic-radar

Verilog implementation of a ultrasonic radar

Description

Full

I used an ultrasonic proximity sensor attached to a servo to scan in three directions: left, center, and right. The sensor detected objects at a max of 200cm and displayed the objects on the VGA Screen. Any objects not detected by the sensor will not be displayed on the screen. A pulse is played out of a speaker based on the distance of the objects.

Overview of Modules

top – This module connects all other modules together and changes the overall state of the program. Each state change either turns the servo or gets a new value from the ultrasonicSensor module. It also displays the distance from the sensor on the 7 segment displays

ultrasonicSensor - This module is responsible for calculating the distance in centimeters and outputs the distance (in cm) whenever the enable is high.

sound – this module outputs a C6 note for the given period of time and outputs no note for the same period of time. The period of time is given to module based on the distance from the ultrasonic sensor.

DrawRadar – Handles all of the drawing on the VGA PwmGenerator.v – Generates the PWM signal to control the servo at 0, 90, or 180 degrees

Images

State Machine

StateMachine

Technical Diagram

TechnicalDiagram

VGA

VGA

fpga-ultrasonic-radar's People

Contributors

bryonkucharski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.