Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Projects

TM1637 Display Project, or lab_1 demonstrates how to use a TM1637 4-digit 7-segment display module with an Arduino. The display shows various sequences of numbers and characters using custom-defined segments.

Temperature and Humidity Display Project, or lab_2 uses an Arduino, a TM1637 4-digit 7-segment display, and a DHT11 temperature and humidity sensor to display temperature in Fahrenheit and humidity in percentage on the 7-segment display.

Keypad and LCD Menu System, or lab_3 uses an Arduino, a 4x4 matrix keypad, a LiquidCrystal I2C display, and EEPROM to create a simple menu-driven system.

Components

  • Arduino board (Arduino Mega)
  • Jumper wires

lab_1

  • TM1637 4-digit 7-segment display module

lab_2

  • DHT11 Temperature and Humidity Sensor
  • TM1637 4-digit 7-segment display

lab_3

  • 4x4 Matrix Keypad
  • LiquidCrystal I2C Display

Libraries Required

  • TM1637Display to control the TM1637 4-digit 7-segment display
  • DHT to read data from DHT sensors
  • LiquidCrystal_I2C for lcd display
  • EEPROM for memory management

Wokwi Simulation

You can view and interact with the simulation of this project on Wokwi:

About

Architecture of Modern Microprocessors - labs, 5 sem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages