-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
168 lines (123 loc) · 8.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Link to external CSS file -->
<link rel="stylesheet" href="assets/style.css">
<!-- Favicon -->
<link rel="shortcut icon" href="https://github.com/gmostofabd/melab-store/blob/main/Images/melabBD%20Logo%20192x192px.png?raw=true" type="image/x-icon">
<!-- Page Title -->
<title>8051 Microcontroller Experiments</title>
</head>
<body>
<!-- Header with Banner Image -->
<div id="header_common">
<img src="https://github.com/gmostofabd/melab-store/blob/main/Images/8051_Tutorial_Banner.png?raw=true" alt="8051 Microcontroller Tutorials Banner">
</div>
<p align="center">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/50abc7df1a1c73bb041c7264b61e53264fb06102/assets/images/ATMEL%208051%20Tutorials_Banner_x8.gif" alt="8051 Microcontroller Tutorials Banner" width="90%">
</p>
<!-- Title Section -->
<div id="topic_container">
<h2> 8051 Microcontroller Experiments</h2>
</div>
<p align="center">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/50abc7df1a1c73bb041c7264b61e53264fb06102/assets/images/ATMEL%208051%20Tutorials_Banner_x8.gif" alt="8051 Microcontroller Tutorials Banner" width="90%">
</p>
<!-- Experiments Section -->
<div id="root_cont">
<!-- Experiment 1: LED Blink -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/8051%20LED/assets/images/LED_8051_Ckt.png?raw=true" alt="LED Blink">
<a href="https://gmostofabd.github.io/8051-LED/">8051 LED Blink</a>
<p>This experiment demonstrates how to blink an LED using the 8051 microcontroller.</p>
</div>
<!-- Experiment 2: Push Button Interfacing -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/8051%20SSD%20Up%20Dn%20Counter/UP_DN_COUNTER.png?raw=true" alt="Push Button Interfacing">
<a href="https://gmostofabd.github.io/8051-Push-Button/">8051 Push Button Interfacing</a>
<p>Learn how to interface a push button with the 8051 to control outputs.</p>
</div>
<!-- Experiment 3: Seven Segment Display -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/melab-store/blob/main/8051%20Examples%20Simulation%20ScrnShots/8051%20Traffic%20Lights2.png?raw=true?raw=true" alt="LED Blink">
<a href="https://gmostofabd.github.io/8051-7Segment/">8051 Seven Segment Display Interfacing</a>
<p>Discover how to interface and display numbers on a seven-segment display.</p>
</div>
<!-- Experiment 4: LED Dot Matrix -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/8051%20DOT%20Matrix%20LED/8051%20DOT%20Matrix%20LED.png?raw=true" alt="LED Dot Matrix Display Interfacing">
<a href="https://gmostofabd.github.io/8051-LED-Matrix/">8051 LED Dot Matrix Display Interfacing</a>
<p>Interface an LED Dot Matrix to display patterns or scrolling text.</p>
</div>
<!-- Experiment 5: LCD Interfacing -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/8051%20LCD/AT89C51_8_BIT_LCD_(RW_PIN_TO_GND).png?raw=true" alt="LCD Interfacing">
<a href="https://gmostofabd.github.io/8051-LCD/">8051 LCD Interfacing</a>
<p>Interface an LCD with the 8051 to display characters and messages.</p>
</div>
<!-- Experiment 6: Analog Reading -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/AD0804%20LED/Schematic.png?raw=true" alt="Potentiometer (Analog) Reading">
<a href="https://gmostofabd.github.io/8051-Analog/">8051 Potentiometer (Analog) Reading</a>
<p>Learn how to read analog signals from a potentiometer using the 8051.</p>
</div>
<!-- Experiment 7: Keypad Interfacing -->
<div class="capt_cont">
<img src="https://example.com/keypad.png" alt="Keypad Interfacing">
<a href="https://gmostofabd.github.io/8051-Keypad/">8051 Keypad Interfacing</a>
<p>Interface a 4x4 keypad to take user input for various applications.</p>
</div>
<!-- Experiment 8: DC Motor Interfacing -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/melab-store/blob/main/8051%20Examples%20Simulation%20ScrnShots/8051%20L293D%20DC%20Motor.png?raw=true" alt="DC Motor Interfacing">
<a href="https://gmostofabd.github.io/8051-DC-Motor/">8051 DC Motor Interfacing</a>
<p>Control the speed and direction of a DC motor using the 8051 microcontroller.</p>
</div>
<!-- Experiment 9: Stepper Motor Interfacing -->
<div class="capt_cont">
<img src="https://example.com/stepper-motor.png" alt="Stepper Motor Interfacing">
<a href="https://gmostofabd.github.io/8051-Stepper-Motor/">8051 Stepper Motor Interfacing</a>
<p>Interface a stepper motor to control its motion in discrete steps.</p>
</div>
<!-- Experiment 10: RTC Interfacing -->
<div class="capt_cont">
<img src="https://github.com/gmostofabd/8051-Assembly-Programming-and-Proteus-Simulation/blob/aceb06c4975f29b3eb4b97681455b6ac34920d15/8051%20RTC%20DS1307/8051%20RTC%20DS1307%20LCD.png?raw=true" alt="RTC Interfacing">
<a href="https://gmostofabd.github.io/8051-RTC/">8051 RTC Interfacing</a>
<p>Interface a real-time clock (RTC) module to keep track of time.</p>
</div>
<!-- Experiment 11: EEPROM Interfacing -->
<div class="capt_cont">
<img src="https://example.com/eeprom.png" alt="EEPROM Interfacing">
<a href="https://gmostofabd.github.io/8051-Tutorial-Home/">8051 EEPROM Interfacing</a>
<p>Learn how to read from and write to EEPROM using the 8051 microcontroller.</p>
</div>
<!-- Experiment 12: EEPROM Interfacing -->
<div class="capt_cont">
<img src="https://example.com/eeprom.png" alt="EEPROM Interfacing">
<a href="https://gmostofabd.github.io/8051-Tutorial-Home/">8051 EEPROM Interfacing</a>
<p>Learn how to read from and write to EEPROM using the 8051 microcontroller.</p>
</div>
<!-- Experiment 13: EEPROM Interfacing -->
<div class="capt_cont">
<img src="https://example.com/eeprom.png" alt="EEPROM Interfacing">
<a href="https://gmostofabd.github.io/8051-Tutorial-Home/">8051 EEPROM Interfacing</a>
<p>Learn how to read from and write to EEPROM using the 8051 microcontroller.</p>
</div>
<!-- Experiment 14: EEPROM Interfacing -->
<div class="capt_cont">
<img src="https://example.com/eeprom.png" alt="EEPROM Interfacing">
<a href="https://gmostofabd.github.io/8051-Tutorial-Home/">8051 EEPROM Interfacing</a>
<p>Learn how to read from and write to EEPROM using the 8051 microcontroller.</p>
</div>
<!-- Experiment 15: EEPROM Interfacing -->
<div class="capt_cont">
<img src="https://example.com/eeprom.png" alt="EEPROM Interfacing">
<a href="https://gmostofabd.github.io/8051-Tutorial-Home/">8051 EEPROM Interfacing</a>
<p>Learn how to read from and write to EEPROM using the 8051 microcontroller.</p>
</div>
</div>
</body>
</html>