Skip to content

BasmalaSherief/AVR-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AVR Embedded Systems Projects

This repository contains embedded systems projects implemented on the ATmega32 microcontroller, focusing on peripheral drivers and application logic.

Projects

1. Stop Watch System

A digital stop watch with Start, Stop, and Reset functionality using Timer1 and External Interrupts. It displays time on six multiplexed 7-segment displays.

  • View Documentation
  • Key Concepts: Timers (CTC Mode), External Interrupts, 7-Segment Multiplexing.

2. Fan Controller System

A Smart Fan Controller that adjusts fan speed based on ambient temperature readings from an LM35 sensor.

  • View Documentation
  • Key Concepts: ADC (LM35), PWM (Fan Speed), LCD Display, Layered Architecture.
  • Features: Automatic speed control (0%, 25%, 50%, 75%, 100%) based on temperature ranges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors