Skip to content

narajoEmmanuel/Digital-Circuit-Boundary-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital-Circuit-Boundary-# Digital Limit Detection Project

This repository documents the Digital Limit Detection project conducted in the Digital Electronics Laboratory at the Costa Rica Institute of Technology.

Students

  • Gabriel Orlando González Rodríguez
  • Emmanuel Naranjo Blanco
  • David José Rodríguez Camacho

Project Overview

The project involves comparing two 4-bit digital data sets to determine which one is greater or if they are equal. One data set comes from an analog sensor connected to an Analog to Digital Converter (ADC), extracting its 4 least significant bits. The other data set comes from a 4-bit dip switch, serving as the digital limit.

The comparison checks if the sensor value is less than, equal to, or greater than the limit value. This is accomplished using only CMOS family logic gates. The output activates one of three LEDs:

  • red (value greater than the limit),
  • yellow (value equal to the limit),
  • green (value less than the limit).

Contents

  • Project Report
  • Circuit Images
  • Arduino Program
  • Multisim Simulation

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages