• Stars
    star
    1
  • Language Makefile
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mini project based on AVR Micro-Controller to guess hidden number in the game.I used only LCD driver and Keypad driver for this project.

More Repositories

1

Temperature_meter

Mini project based on AVR Micro-Controller to get room temperature using LM35 sensor connected to ADC channel and LCD to display Temperature all the time.
Makefile
2
star
2

garage_system

Garag system based on AVR Micro-Controller using two PIR sensors to detect cars on the entrance and exit gates connected to external interupts, and two servo motors to control both gates so I used also Timer module to generate PWM to control servo motors angel.Finally I used LCD to Display car number in the garage and if there is a place or garage is complete.
Makefile
2
star
3

Smart_home

Smart Home system project consist of two AVR Micro-Controllers.The first Micro-Controller responsible for interfacing with the user and the second one responsible for the system operations and control.In this project I implemented the following drivers Keypad,Lcd,SPI,Timer,and ADC.
Makefile
2
star
4

AUTOSAR-PORT-DRIVER

AUTOSAR Port driver based on TM4C123GH6M Microcontroller.
C
1
star
5

Automotive-Door-Control-Design-egFWD

In this project I have designed automotive door control system (Static and Dynamic Design) schematic diagrams, Layer Architecture, APIs , State machines, Sequence Diagrams and CPU load calculations.
1
star
6

clock

I used 8-bit timer in normal mode, with OVF interrupt we can count seconds, minutes, and hours. To reset time I used two external interrupts and select button. To keep last value of clock after power cut off, I used EEPROM driver to store time every second in EEPROM. Finally I used LCD 2x16 to display my clock.
Makefile
1
star