-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRadio-Frequency-IDentification.html
108 lines (79 loc) · 3.14 KB
/
Radio-Frequency-IDentification.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
<!DOCTYPE html>
<html>
<head>
<title>Radio-Frequency-IDentification</title>
<link rel="shortcut icon" type="image/x-icon" href=".\images\website_Logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="default.css">
<style type="text/css">
.img-container{
max-width: 600px;
}
img{
width: 100%
}
</style>
</head>
<body>
<div class="nav-wrapper">
<!-- Link around dots-wrapper added after tutorial video -->
<a href="index.html">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
</a>
<ul id="navigation">
<li><a href="index.html#contact">Back</a></li>
</ul>
</div>
<div class="main-container">
<br>
<div class="img-container">
<img src=".\images\RFID1.png">
<h4><a href="https://github.com/siddharthpatelde/Radio-Frequency-IDentification" target="_blank">GitHub Link </a></h4>
</div>
<h3>Radio-Frequency IDentification</h3>
<h4>Situation</h4>
<p>
I aimed to create a captivating digital theme for my room, intending that anyone who enters would immediately sense my passion for crafting robots and engaging with all things digital. To enhance this concept, I decided to implement an RFID security system, not only adding an element of technological intrigue but also ensuring an extra layer of protection for my space.</p>
<br>
<h4>Task</h4>
<p>I set out to create an RFID system that allows me to lock and unlock my room door using just one card.</p>
<br>
<h4>Action</h4>
<p>Similar to my previous projects, my tasks for this system were straightforward and are listed below:</p>
<ul>
<p><li> 1.Created a detailed circuit diagram as the initial step.</b></li></p>
<p><li> 2.Translated the circuit design onto a precisely crafted PCB.</li></p>
<p><li> 3.Skillfully implemented the circuitry to enhance the functionality of my door knob, effectively combining technology with practicality.</li></p>
</ul>
<br>
<h4>Result</h4>
<p>Consequently, I achieved the successful development of an RFID system. This valuable accomplishment further enriched my exploration of robotics and deepened my comprehension of the Arduino platform. It also contributed another project to my portfolio, distinguished by its utilization of a distinct communication protocol.</p>
<br>
<h5>Technologies:</h5>
<ul>
<li>- Arduino Programming</li>
<li>- Project designing</li>
<li>- PCB making</li>
</ul>
<div class="img-container">
<h4>Circuit Diagram</h4>
<img src=".\images\RFID2.png">
</div>
<div class="img-container">
<h4>Working of the Circuit</h4>
<img src=".\images\RFID.gif">
</div>
</div>
<div class="greeting-wrapper">
<h4><ul id="navigation">
<li><a href="contact.html">Contact</a></li>
</ul></h4>
</div>
</body>
</html>