[go: up one dir, main page]

0% found this document useful (0 votes)
10 views4 pages

Smart Lock System

The document outlines an internship program on Raspberry Pi and IoT conducted by Polenzo Tech Solutions for students of Adhiparasakthi College of Engineering. It details the activities undertaken, including software installation, sensor usage, and a mini project on a smart lock system utilizing IoT and RFID technology. The conclusion emphasizes the importance of addressing challenges in the Internet of Things while maximizing its benefits.

Uploaded by

sryagit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

Smart Lock System

The document outlines an internship program on Raspberry Pi and IoT conducted by Polenzo Tech Solutions for students of Adhiparasakthi College of Engineering. It details the activities undertaken, including software installation, sensor usage, and a mini project on a smart lock system utilizing IoT and RFID technology. The conclusion emphasizes the importance of addressing challenges in the Internet of Things while maximizing its benefits.

Uploaded by

sryagit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Om Sakthi

ADHIPARASAKTHI COLLEGE OF ENGINEERING


G.B.Nagar, Kalavai – 632 506, Ranipet District,Tamil Nadu

Z
DEPARTMENT OF
ELECTRONICS AND COMMUNICATION ENGINEERING
Internship on
Raspberry Pi & IOT
Company : POLENZA TECH SOLUTIONS(OPC) PVT LTD

Duration : 18.01.2024 to 22.01.2024


Resource Person : Dr. S.Hariprasad, Director (R & D)

BATCH MEMBERS REGISTER NUMBER

V. AANANDHAJOTHI 510121106001

T. JAYASHREE 510121106010

B. YUVARANI 510121106034
ABOUT INTERNSHIP

On the first day of our internship we downloaded the software called arduino. We used
the link calledTinyurl.com/bootaiot and tinyurl.com/apceintern.

LED CODING IN ARDUINO:

void setup()
{
pinMode(5,INPUT);
}
void loop()
{
digitalWrite(7,HIGH);
digitalRead(6);
}

PROTOCOL BASED SENSOR:

Four different types of sensors are available but, we used only one type sensor that is I2C.

I2C sensor pin connection:


Vcc -3v3 Gnd-gnd SCL -gp5 SDA – gp4
Sensor names:
• BMP210(purple colour)
• MAX30102 or heartbeat sensor(green colour)
• MPU6050(blue colour)
There we also learned about to install nodeJs in our pc by using various commands in
the command prompt.we are learned how to work on node red. Node red is a flow based
language. Thingspeak work on http it uses API key channel .In IOT devices we use mqtt
which is topic based.

SOFTWARE INSTALLAION:

➢ Arduino
➢ Thingspeak
➢ Node red

ANDROID JS INSTALLATION COMMANDS:

➢ npm I -g android js-builder


➢ android js init
➢ android js buil
MINIPROJECT

SMART LOCK SYSTEM

This research project introduces an innovative smart door lock mechanism, integrating
Internet of Things (IoT) technology and Radio-Frequency Identification (RFID) for enhanced
security and convenience in access control systems. The objective of this study is to design and
implement a smart door lock system that not only offers robust security features but also enables
remote monitoring and access management through IoT connectivity.

BLOCK DIAGRAM:

COMPONENTS:
• MICROCONTROLLER
• NODE MCU ESP8266
• RFID READER AND TAGS
• RELAY
• POWER SUPPY
• ELECTRIC DOOR LOCK
• JUMPER WIRES
METHODOLOGY:

RFID Reader and Tags: A passive RFID reader is used in conjunction with RFID tags, which
contain unique identification data.

Microcontroller: A microcontroller, such as an ESP8266 NodeMCU, serves as the central


processing unit for the smart door lock system.

IoT Module: An IoT module is employed to establish a network connection for remote monitoring
and control.

Electric Door Lock: An electric door lock actuator is integrated into the existing door locking
mechanism.

RFID-Based Authentication: Users are assigned RFID tags with unique identifiers. To gain access,
an authorized user must present their RFID tag to the reader. The RFID reader verifies the tag's
authenticity, and if it matches an authorized user, the door lock mechanism is activated.

CONCLUSION:

In conclusion ,internet of things is the concept in which the virtual world of information
technology connected to the real world of things. The internet of things is happening now,and there
is a Need to address its challenges and maximize its benefits while reducing its risks.

THANK YOU

You might also like