-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomponents.html
More file actions
621 lines (573 loc) · 36.6 KB
/
components.html
File metadata and controls
621 lines (573 loc) · 36.6 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Components</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1><a href="index.html"><span>Techno<span style="color: #1acc8d;">Site</span></span></a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto " href="index.html">Project</a></li>
<li><a class="nav-link scrollto" href="acadmics.html">Acadmics</a></li>
<li><a class="nav-link scrollto active" href="#">Components </a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<!-- <main id="main" style="margin: 2rem 0;">
<div class="container" style="display: flex;flex-direction: column;border: 2px solid rgb(55, 0, 255);">
<div class="heading" style="display: flex;justify-content:center; margin:1rem 0">
<h2>Resistor</h2>
</div>
<div class="data" style="display: flex;flex-direction: column;justify-content: space-around;border: 2px solid rgb(0, 255, 0); padding: 1rem;">
<div style="border: 2px solid red;width: 70%;font-size: 1.2rem;color: #666;display: inline-block;margin: auto;">
<p>Lorem ipsum dolor sit amet dolor sit amet consectetur adipisicing elit. Quas omnis quibusdam harum reiciendis nobis similique voluptas obcaecati reprehenderit, fugiat, dignissimos adipisci sint autem exercitationem odit! At quibusdam earum repellendus dict dolor sit amet consectetur adipisicing elit. Quas omnis quibusdam harum reiciendis nobis similique voluptas obcaecati reprehenderit, fugiat, dignissimos adipisci sint autem exercitationem odit! At quibusdam earum repellendus dict dolor sit amet consectetur adipisicing elit. Quas omnis quibusdam harum reiciendis nobis similique voluptas obcaecati reprehenderit, fugiat, dignissimos adipisci sint autem exercitationem odit! At quibusdam earum repellendus dict dolor sit amet consectetur adipisicing elit. Quas omnis quibusdam harum reiciendis nobis similique voluptas obcaecati reprehenderit, fugiat, dignissimos adipisci sint autem exercitationem odit! At quibusdam earum repellendus dict consectetur adipisrum repellendus dicta?</p>
</div>
<div style="border: 2px solid rgb(0, 132, 255);display: inline-block;margin: auto;">
<img src="assets/img/components/resistor.jpg" alt="" style="height: 200px;width: 220px;">
</div>
</div>
</div>
</main> -->
<!-- End #main -->
<!-- ======= Details Section ======= -->
<section id="details" class="details" style="margin:20px 0 ;">
<div class="search-bar" style="display:block;width: fit-content; margin:20px auto;">
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="🔎 Search for component.." autocomplete="off" title="Type in a name"
style="padding: 10px 20px;width:300px;border-radius: 20px; outline: none;border-color: #010483;"
>
</div>
<div class="container" id="myUL">
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Arduino UNO</h3>
<p class="fst-italic">
Arduino UNO is a low-cost, flexible, and easy-to-use programmable open-source microcontroller
board that can be integrated into a variety of electronic projects. This board can be interfaced
with other Arduino boards, Arduino shields, Raspberry Pi boards and can control relays, LEDs,
servos, and motors as an output.
Arduino UNO features AVR microcontroller Atmega328, 6 analogue input pins, and 14 digital I/O
pins out of which 6 are used as PWM output.
</p>
<ul>
<li><i class="bi bi-check"></i>ATmega328: This is the brain of the board in which the program is
stored.
</li>
<li><i class="bi bi-check"></i>Ground Pin: there are several ground pins incorporated on the
board.
</li>
<li><i class="bi bi-check"></i>PWM: the board contains 6 PWM pins. PWM stands for Pulse Width
Modulation, using this process we can control the speed of the servo motor, DC motor, and
brightness of the LED.</li>
<li><i class="bi bi-check"></i>Digital I/O Pins: there are 14 digital (0-13) I/O pins available
on the board that can be connected with external electronic components.
</li>
<li><i class="bi bi-check"></i>Analogue Pins: there are 6 analogue pins integrated on the board.
These pins can read the analogue sensor and can convert it into a digital signal.</li>
<li><i class="bi bi-check"></i>AREF: It is an Analog Reference Pin used to set an external
reference voltage.
</li>
<li><i class="bi bi-check"></i>Reset Button: This button will reset the code loaded into the
board. This button is useful when the board hangs up, pressing this button will take the
entire board into an initial state.</li>
<li><i class="bi bi-check"></i>USB Interface: This interface is used to connect the board with
the computer and to upload the Arduino sketches (Arduino Program is called a Sketch)</li>
<!-- <li><i class="bi bi-check"></i>DC Power Jack: This is used to power up the board with a power
supply.
</li>
<li><i class="bi bi-check"></i>Power LED: This is a power LED that lights up when the board is
connected with the power source.</li>
<li><i class="bi bi-check"></i>3.3V: This pin is used to supply 3.3V power to your projects.
</li>
<li><i class="bi bi-check"></i>VIN: It is the input voltage applied to the UNO board.
</li>
<li><i class="bi bi-check"></i>Voltage Regulator: The voltage regulator controls the voltage
that goes into the board.
</li>
<li><i class="bi bi-check"></i>SPI: The SPI stands for Serial Peripheral Interface. Four Pins
10(SS), 11(MOSI), 12(MISO), 13(SCK) are used for this communication.</li>
<li><i class="bi bi-check"></i>TX/RX: Pins TX and RX are used for serial communication. The TX
is a transmit pin used to transmit the serial data while RX is a receive pin used to receive
serial data</li> -->
</ul>
<p>
Applications:
The Arduino boards can work as a stand-alone project and can be interfaced with other Arduino
boards or Raspberry Pi boards. Arduino UNO board is used in the following applications.
1.Weighing Machines
2.Traffic Light Count Down Timer
3.Parking Lot Counter
4.Embedded systems
5.Home Automation
6.Industrial Automation
7.Medical Instrument
8.Emergency Light for Railways
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/arduino.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Capacitors</h3>
<p class="fst-italic">
A capacitor made from two conductive plates with an insulator between them and it stores
electrical energy in the form of an electric field. A capacitor blocks the DC signals and
allows
the AC signals and also used with a resistor in a timing circuit.
</p>
<ul>
<li><i class="bi bi-check"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.
</li>
<li><i class="bi bi-check"></i> Duis aute irure dolor in reprehenderit in voluptate velit.
</li>
<li><i class="bi bi-check"></i> Iure at voluptas aspernatur dignissimos doloribus
repudiandae.
</li>
<li><i class="bi bi-check"></i> Est ipsa assumenda id facilis nesciunt placeat sed doloribus
praesentium.</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/capacitor.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Diode</h3>
<p class="fst-italic">
A Transistor made from two conductive plates with an insulator between them and it stores
electrical energy in the form of an electric field. A capacitor blocks the DC signals and
allows
the AC signals and also used with a resistor in a timing circuit.
</p>
<ul>
<li><i class="bi bi-check"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.
</li>
<li><i class="bi bi-check"></i> Duis aute irure dolor in reprehenderit in voluptate velit.
</li>
<li><i class="bi bi-check"></i> Iure at voluptas aspernatur dignissimos doloribus
repudiandae.
</li>
<li><i class="bi bi-check"></i> Est ipsa assumenda id facilis nesciunt placeat sed doloribus
praesentium.</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/diode.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Battery</h3>
<p class="fst-italic">
A Transistor made from two conductive plates with an insulator between them and it stores
electrical energy in the form of an electric field. A capacitor blocks the DC signals and
allows
the AC signals and also used with a resistor in a timing circuit.
</p>
<ul>
<li><i class="bi bi-check"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.
</li>
<li><i class="bi bi-check"></i> Duis aute irure dolor in reprehenderit in voluptate velit.
</li>
<li><i class="bi bi-check"></i> Iure at voluptas aspernatur dignissimos doloribus
repudiandae.
</li>
<li><i class="bi bi-check"></i> Est ipsa assumenda id facilis nesciunt placeat sed doloribus
praesentium.</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/battery.jpeg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Oscilloscope</h3>
<p class="fst-italic">
The most reliable Test Equipment for observing continuously varying signals is an
Oscilloscope.
With the help of an Oscilloscope, we can observe the changes in an electrical signal like
voltage, over time. Oscilloscopes are used in a wide range of field like Medical,
Electronic,
Automobile, Industrial and Telecommunication Applications.
</p>
<ul>
<li><i class="bi bi-check"></i>Oscilloscopes are used to view the signals coming directly
from
devices such as sound cards, allowing the real-time display of waves. </li>
<li><i class="bi bi-check"></i>They are used as electrocardiograms, to test circuits and to
troubleshoot electronic devices such as televisions.</li>
<li><i class="bi bi-check"></i>Oscilloscopes with storage features allow signals to be
captured,
retrieved and analyzed for later use..</li>
<li><i class="bi bi-check"></i>Oscilloscopes record incoming signals on a two dimensional
graph
which shows period, amplitude, peak voltage, peak to peak voltage and frequency.</li>
<li><i class="bi bi-check"></i>Oscilloscopes measure and plot the wave shape of an
electrical
signal. Because of their importance in electrical diagnostics, they are indispensable
equipment for electricians.</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/oscilloscope.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right" >
<h3>Resistor</h3>
<p class="fst-italic">
A resistor is a two-terminal passive electronics component, used to oppose or limit the current.
Resistor works based on the principle of Ohm’s law which states that “voltage applied across the
terminals of a resistor is directly proportional to the current flowing through it”
</p>
<ul>
<li><i class="bi bi-check"></i>Used in an electronic circuit to keep the right condition in the
circuit.</li>
<li><i class="bi bi-check"></i>Used for all forms of control: Like volume control on radios.
Sliders in audio mixer.</li>
<li><i class="bi bi-check"></i>Used in a number of sensor applications.</li>
<li><i class="bi bi-check"></i>Used in high power rating devices and equipment, testing and
measuring devices and industries.</li>
</ul>
<p>
Resistors are common elements of electrical networks and electronic circuits and are ubiquitous
in electronic equipment. Practical resistors as discrete components can be composed of various
compounds and forms. Resistors are also implemented within integrated circuits.
</p>
</div>
<div class="col-md-4" data-aos="fade-right" style="display: inline-block;margin: auto;">
<img src="assets/img/components/resistor.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Relay</h3>
<p class="fst-italic">
A Transistor made from two conductive plates with an insulator between them and it stores
electrical energy in the form of an electric field. A capacitor blocks the DC signals and
allows
the AC signals and also used with a resistor in a timing circuit.
</p>
<ul>
<li><i class="bi bi-check"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.
</li>
<li><i class="bi bi-check"></i> Duis aute irure dolor in reprehenderit in voluptate velit.
</li>
<li><i class="bi bi-check"></i> Iure at voluptas aspernatur dignissimos doloribus
repudiandae.
</li>
<li><i class="bi bi-check"></i> Est ipsa assumenda id facilis nesciunt placeat sed doloribus
praesentium.</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/relay.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Inductors</h3>
<p class="fst-italic">
An inductor is also referred to as an AC resistor which stores electrical energy in the form
of
magnetic energy. It resists the changes in the current and the standard unit of inductance
is
Henry. The capability of producing magnetic lines is referred to as inductance.
</p>
<ul>
<li><i class="bi bi-check"></i>Inductors are used in tuning circuits</li>
<li><i class="bi bi-check"></i>These are used as sensors</li>
<li><i class="bi bi-check"></i>It is also used to store energy in a device</li>
<li><i class="bi bi-check"></i>Inductors are used in induction motors</li>
</ul>
<p>
An inductor is characterized by its inductance, which is the ratio of the voltage to the
rate of
change of current. In the International System of Units (SI), the unit of inductance is the
henry (H) named for 19th century American scientist Joseph Henry. In the measurement of
magnetic
circuits, it is equivalent to weber/ampere. Inductors have values that typically range from
1 µH
(10−6 H) to 20 H. Many inductors have a magnetic core made of iron or ferrite inside the
coil,
which serves to increase the magnetic field and thus the inductance.
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/Inductors.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Piezoelectric sensor</h3>
<p class="fst-italic">
A Piezoelectric Sensor requires no external voltage or current source, they are able to
generate
an output signal from the strain applied.A piezoelectric sensor converts physical parameters
-
for example, acceleration, strain or pressure into an electrical charge which can then be
measured. They are highly sensitive and very small in size making them well suited to
everyday
objects.
</p>
<ul>
<li><i class="bi bi-check"></i> High strength </li>
<li><i class="bi bi-check"></i> High voltage output </li>
<li><i class="bi bi-check"></i> Elastic compliance </li>
<li><i class="bi bi-check"></i> Wide frequency range </li>
<li><i class="bi bi-check"></i> Impact resistance </li>
<li><i class="bi bi-check"></i> High mechanical strength </li>
<li><i class="bi bi-check"></i> High stability
</li>
</ul>
<p>
Voluptas nisi in quia excepturi nihil voluptas nam et ut. Expedita omnis eum consequatur
non.
Sed in asperiores aut repellendus. Error quisquam ab maiores. Quibusdam sit in officia
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/piezo.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Bridge Rectifier (Full wave bridge rectifier):</h3>
<p class="fst-italic">
Many electronic circuits require a rectified DC power supply to power various electronic
basic
components from the available AC mains supply. Rectifiers are used to convert an AC power to
a
DC power. Among the rectifiers, the bridge rectifier is the most efficient rectifier
circuit.
Characteristics of Bridge Rectifier:
</p>
<ul>
<li><i class="bi bi-check"></i>Ripple Factor :For bridge rectifiers, the ripple factor is
0.48.
</li>
<li><i class="bi bi-check"></i>The rectifier efficiency determines how efficiently the
rectifier
converts Alternating Current (AC) into Direct Current (DC). Rectifier efficiency is
defined
as the ratio of the DC output power to the AC input power.</li>
<li><i class="bi bi-check"></i>The maximum efficiency of a bridge rectifier is 81.2%.</li>
<li><i class="bi bi-check"></i>η= DC OUTPUT POWER/AC OUTPUT POWER</li>
</ul>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus, nemo inventore eius
corrupti a eum, officiis numquam possimus delectus, reprehenderit consequuntur eveniet dolor
id
dolores natus earum ullam tempore mollitia. Vitae quod, aliquid consectetur iusto modi
architecto omnis perspiciatis, alias nulla, laboriosam facere minus hic porro cumque ab
asperiores deserunt aspernatur doloremque. Eos sed cumque quam itaque voluptate odit facere
aut
velit, minima doloremque dolor voluptatibus vitae, error nulla, possimus deserunt? Hic
veniam
numquam voluptates dignissimos at corporis, nihil laudantium neque vitae ullam labore
repellendus error odit quod, cumque quis! Repellat quod mollitia blanditiis veritatis ab
totam!
Suscipit, numquam nemo!
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/bridge.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>Buzzer</h3>
<p class="fst-italic">
A buzzer or beeper is an audio signaling device,[1] which may be mechanical,
electromechanical, or piezoelectric (piezo for short). Typical uses of buzzers and
beepers
include alarm devices, timers, and confirmation of user input such as a mouse click or
keystroke.
</p>
<ul>
<li><i class="bi bi-check"></i>Microwave ovens and other household appliances</li>
<li><i class="bi bi-check"></i>Sporting events such as basketball games</li>
<li><i class="bi bi-check"></i>Electrical alarms</li>
<li><i class="bi bi-check"></i>Joy buzzer (mechanical buzzer used for pranks)
</li>
</ul>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus, nemo inventore
eius
corrupti a eum, officiis numquam possimus delectus, reprehenderit consequuntur eveniet
dolor
id dolores natus earum ullam tempore mollitia. Vitae quod, aliquid consectetur iusto
modi
architecto omnis perspiciatis, alias nulla, laboriosam facere minus hic porro cumque ab
asperiores deserunt aspernatur doloremque. Eos sed cumque quam itaque voluptate odit
facere
aut velit, minima doloremque dolor voluptatibus vitae, error nulla, possimus deserunt?
Hic
veniam numquam voluptates dignissimos at corporis, nihil laudantium neque vitae ullam
labore
repellendus error odit quod, cumque quis! Repellat quod mollitia blanditiis veritatis ab
totam! Suscipit, numquam nemo!
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/buzzer.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="row content" style="margin-top: 20px;">
<div class="col-md-8 pt-4" data-aos="fade-right">
<h3>LCD DISPAY:</h3>
<p class="fst-italic">
An electronic device that is used to display data and the message is known as LCD
16×2. As the name suggests, it includes 16 Columns & 2 Rows so it can display 32
characters (16×2=32) in total & every character will be made with 5×8 (40) Pixel
Dots. So the total pixels within this LCD can be calculated as 32 x 40 otherwise
1280 pixels.
Specifications of LCD 16X2
The specifications of LCD 16X2 are discussed below.
</p>
<ul>
<li><i class="bi bi-check"></i>The operating voltage of this display ranges from
4.7V to 5.3V</li>
<li><i class="bi bi-check"></i>The display bezel is 72 x 25mm</li>
<li><i class="bi bi-check"></i>The operating current is 1mA without a backlight</li>
<li><i class="bi bi-check"></i>LED color for backlight is green or blue</li>
<li><i class="bi bi-check"></i>Number of columns – 16 & Number of rows – 2</li>
<li><i class="bi bi-check"></i>Number of LCD pins – 16 & Characters – 32</li>
<li><i class="bi bi-check"></i>It works in 4-bit and 8-bit modes.</li>
</ul>
<p>
16×2 LCD is named so because; it has 16 Columns and 2 Rows. There are a lot of
combinations available like, 8×1, 8×2, 10×2, 16×1, etc. but the most used one is the
16×2 LCD. So, it will have (16×2=32) 32 characters in total and each character will
be made of 5×8 Pixel Dots.
</p>
</div>
<div class="col-md-4" data-aos="fade-left" style="display: inline-block;margin: auto;">
<img src="assets/img/components/lcd.jpg" class="img-fluid" alt="">
</div>
</div>
<!-- <div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" >
<h3>Earthquake</h3>
<p class="fst-italic">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
id est laborum
</p>
<p>
Inventore id enim dolor dicta qui et magni molestiae. Mollitia optio officia illum ut cupiditate eos autem. Soluta dolorum repellendus repellat amet autem rerum illum in. Quibusdam occaecati est nisi esse. Saepe aut dignissimos distinctio id enim.
</p>
</div>
</div> -->
</div>
</section>
<!-- End Details Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>TechnoSite</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
function myFunction() {
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByClassName("row");
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("h3")[0];
// console.log("a.textContent: "+a.textContent);
// console.log(" a.innerText: "+ a.innerText);
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>