Rajgad Dnyanpeeth Technical Campus Polytechnic,
Dhangawadi Tal.Bhor, Dist.Pune-
412205
Report On
INDUSTRIAL TRAINING
Is Submitted by
Mr. Shete Abhishek Arjun
Under The Guidance Of
Prof. Nigde.T.D
Department of Electronics & Telecommunication
Engineering
(Academic Year 2024-25)
Maharashtra State Board Of Technical
Education, Mumbai
Certificate
The is to certify that an Industrial Training Report is Submitted
by
Mr. Shete Abhishek Arjun
A bona fide work carried out by him under the guidance of Prof. Jagtap
.P.B and it is approved for the partial fulfillment of the requirement of the
diploma in Electronic & Telecommunication this project has not been
earlier submitted to any other institute for the award of any Diploma or
Degree
Date: Prof. Nigde.T.D
Place: Dhangwadi. Internal mentor
Prof. Sapkal .K.R. Prof. Jagtap. P.B.
Industrial training. H.O.D
Examiner
Coordinator
ACKNOWLEDGEMENT
I am thankful to Mr. Arkos sir for their guidance and
cooperation during completion of training.
I am thankful to my guide and mentor Prof. Nigde Madam for giving
mean opportunity to perform my six week internship into the industrial
training
I am grateful to Swara automation. Pvt. ltd. for providing with the
opportunity to be exposed to engineering services . I am thankful
to Prof. Jagtap. P.B head of department of E&TC engineering
for his motivating and valuable support throughout the course
Name of student: Sign
Shete Abhishek Arjun
.
ABSTRACT
This industrial training report present the experience garnered during my
6 weeks of industrial training undertaken at Swara automatiaut Pvt. Ltd.
Wai
My training was on the build the Circuits and design it. During this
period we acquired theoretical and practical knowledge on Ardiuno and
there software to use build and develop the circuits layout in company.
Learn How to build and develop a circuits using an Ardiuno board
This report discusses the technical skills gained during the
training period and justifying the relevance of the scheme in equipping
students with needed technical competence to. To thrive in the real world.
CONTENTS
1 INTRODUCTION OF INDUSTRY
2 TYPE OF INDUSRTY PRODUCTS
3 TYPES OF SOFTWARE USED IN FIELD
4 PROJECT TESTING
5 MACHINES USED IN COMPANY
6 TYPE OF MAINTENANCE
7 SUMMARY OF REPORT
8 OUR ACHIVEMENT AND CHALLENGING
EXPERIENCES
INTRODUCTION OF INDUSTRY
SWARA AUTOMATION PVT. LTD WAI
Swara Automation, situated in the picturesque town of Wai, has been at
the forefront of designing need-based automatic electronic circuits for the
past decade.
With a commitment to innovation and quality, Swara Automation has
established itself as a leader in the electronics manufacturing sector,
catering to diverse needs with precision and efficiency.
TYPE OF INDUSTRY PRODUCT
1. Automatic Sanitizer Dispenser: In response to the global need for
enhanced hygiene, we developed an automatic sanitizer dispenser that
ensures touch-free operation, promoting safety and convenience.
2. Water Level Indicator cum Controller: Our water level indicator cum
controller offers a smart solution for managing water resources,
preventing wastage, and ensuring optimal usage.
3. RF Remote Controlled Applications: We design RF remote-controlled
applications that provide seamless and efficient control for various
devices and systems, enhancing user experience.
TYPES OF SOFTWARE USED IN FIELD
1.ARDIUNO IDE SOFTWARE
Introduction to Arduino IDE
• Arduino IDE is an open-source software, designed by Arduino.cc
and mainly used for writing, compiling & uploading code to almost
all Arduino Modules.
• It is an official Arduino software, making code compilation too easy
that even a common person with no prior technical knowledge can
get their feet wet with the learning process.
• It is available for all operating systems i.e. MAC, Windows, Linux
and runs on the Java Platform that comes with inbuilt functions and
commands that play a vital role in debugging, editing and compiling
the code.
• A range of Arduino modules available including Arduino Uno,
Arduino Mega, Arduino Leonardo, Arduino Micro and many more.
• Each of them contains a microcontroller on the board that is actually
programmed and accepts the information in the form of code.
The main code, also known as a sketch, created on the IDE
platform will ultimately generate a Hex File which is then
transferred and
• uploaded in the controller on the board.
• The IDE environment mainly contains two basic parts: Editor and Compiler
where former is used for writing the required code and later is used for
compiling and uploading the code into the given Arduino Module.
PROJECT TESTING
PCB Design Laboratory:-
Our state-of-the-art PCB design laboratory is equipped to handle the design and
manufacturing of single and double-sided PCBs. This facility underscores our
commitment to providing end-to-end solutions, from design conceptualization
to final product manufacturing.
Module 1 : Working with 7-Segment Displays
- Understanding 7-Segment Displays
- Displaying Numbers and Characters
- Building a Digital Countdown Timer
Module 2 : Mastering LED Matrix Displays
- Introduction to LED Matrix Displays
- Creating Scrolling Text and Animations
- Building a Game with LED Matrix
Module 3 : Sensing Colour with Colours Sensors
- Introduction to Colour Sensors
- Reading RGB Values
- Creating a Colour Sorting Machine
Module 4 : Wireless Communication with Bluetooth
- Bluetooth Basics
- Pairing and Communicating with Bluetooth Modules
- Building a Smartphone-Controlled Project
MACHINES USED IN COMPANY
• Ardiuno UNO board
• LCD Displays
• Touch sensors • Bluetooth models
• Printers.
• Computers.
• Telecommunications Equipment. • Ardiuno IDE software
• Monitors.
• Drives.
• Keyboards
OUR ACHIVEMENT AND CHALLENGING
EXPERIENCES
Project dig
Source code
# define LED_1 13
# define LED_2 12
Void setup ()
Pin Mode (LED_1 OUTPUT);
Pin Mode (LED_2 OUTPUT);
Void loop ()
. digital write (LED_1, HIGH
); digital write (LED_2, LOW
); delay ( 500 ); digital write
(LED_1,LOW ); digital write
(LED_2,HIGH); delay ( 500 );
}
CONCLUSION
Rajgad Dnyanpeeth Technical campus sends out students for internship with the main
objective of enabling the students to get hands-on real-life experiences in
environments they are expected to work in when they graduate. Swara automation
PVT.LTD WAI was well prepared to take internees for internship For Ardiuno
programming and circuits designing .