Git Product home page Git Product logo

digitalcomputerlab2's Introduction

DigitalComputerLab2

This project implements a system that includes an MSP430 microcontroller and is based on Simple FSM. With each button press, we enter a state:

  • PB0 (state1): create a frequency counter to measure fin which is an outside clock from the scope and enter to P2.4. the value we found we show on the LCD dynamically and without refreshing the LCD, the frequency will be between 20Hz to 20kHz.

    image
  • PB1 (state2): create a clock that counts until one minute (in space of one sec) and then back to zero sec and shows on the LCD.

    image
  • PB2 (state3): Create a Tones generator from an outside signal vin that is created in the scope, using the ADC we transform vin to fout. the frequency we get is the tone. The actual Tones come out of the Buzzer we connect to P2.2

    image

Sleep Mode (state0):

state0 is in sleep mode (LPM0).

Real-Time assignment:

add state4 as follows,

  • PB3 (state4): print on the LCD the first and last names in a delay of one sec.

FSM:

image

digitalcomputerlab2's People

Contributors

orisadek avatar

Watchers

 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.