CHAPTER 1: EXECUTIVE SUMMARY
During the Four-week internship at EDUPHOENIX SOLUTIONS, I achieved several learning
objectives and outcomes that have significantly contributed to my professional development. The
internship primarily focused on the exploration of Internet of Things (IoT), machine learning and app
integration and practical applications of various sensors.
Learning Objectives and Outcomes:
1. Technical Proficiency: Acquired foundational knowledge in IoT, enabling practical
application in real-world scenarios.
2. Sensor Interfacing: Developed hands-on skills in interfacing and testing sensors, including
Ultrasonic, DHT11, ULTRASONIC SENSOR, BMP 180, MQ2 SENSOR.
3. Communication and Collaboration: Improved communication skills through interactions
with supervisors, and industry professionals.
4. Integration and Testing: Gained experience in integration testing, optimizing collaborative
functions between sensors and actuators for enhanced system efficiency.
5. Project Management: Successfully executed an "WEATHER MONITORING STATION"
project, from initiation to final testing, demonstrating project management capabilities.
Sector and Organization Overview:
EDUPHOENIX Solutions offers prestigious internships in various fields such as web development,
software development, embedded systems, digital marketing, app development, data analytics, cloud
computing, cybersecurity, and more. The company is recognized by MSME, AICTE, and ISO.
Interns benefit from placement support, flexible working hours, mentor support, and 24/7 assistance.
Internship Activities:
The internship journey began with an introduction to the organization's rules and responsibilities.
Subsequently, hands-on activities included sensor interfacing, design tool installations, and practical
applications of various sensors. Learning extended to communication protocols, cloud integration, and
microcontroller platforms such as Arduino and NodeMCU. The latter part of the internship involved
comprehensive testing, project deployment, and interaction with industry professionals.
This executive summary encapsulates a transformative internship experience, equipping me with a
diverse skill set and practical insights into the dynamic field INDUSTRIAL IoT. The exposure to real-
world applications and collaborative projects has enhanced my readiness for future endeavors in the
technology sector.
Department of ECE, JNTUACEK Page 1
CHAPTER 2: INTERNSHIP PART
While the specific responsibilities of an intern at EDUPHOENIX SOLUTIONS may vary based on
the department and project, here are general responsibilities that interns might undertake in a
technology- oriented company like EDUPHOENIX SOLUTIONS.
Project Support:
Assist in project development, testing, and implementation under the guidance of
senior team members.
Contribute to ongoing projects by providing support in coding, testing, and
troubleshooting.
Research and Analysis:
Conduct research on relevant technologies and industry trends to stay updated on
advancements.
Analyze data, market trends, and competitor products/services to provide valuable
insights.
Documentation:
Document project activities, coding procedures, and testing protocols.
Prepare reports, manuals, and documentation for internal and external use.
Collaboration:
Collaborate with team members, actively participate in team meetings, and contribute
ideas to the project.
Work closely with supervisors and colleagues to ensure effective communication and
coordination.
Learning and Development:
Engage in continuous learning by attending training sessions, workshops, and internal
knowledge-sharing sessions.
Acquire new skills and knowledge related to the industry and specific technologies
used in projects.
Technical Tasks:
Depending on the department, interns may be involved in specific technical tasks such
as coding, testing software, designing circuits, or implementing solutions.
Gain hands-on experience with relevant tools, software, and hardware components.
Problem-Solving:
Work on problem-solving tasks, assist in debugging, and propose solutions under the
guidance of experienced team members.
Learn to troubleshoot technical issues and contribute to the resolution process.
Networking:
Build professional relationships within the organization by networking with colleagues
and mentors.
Attend company events, if applicable, to connect with professionals in the field.
Weekly class Schedule:
Class schedules aligned with standard business hours 10 AM to 4 PM from Monday to Friday.
Adaptability to occasional flexible hours based on project needs.
Equipment Used:
Access to modern computing equipment and software tools ARDUINO IDE, Wokwi, MIT app
Inventor, BLYNK.
Exposure to industry-standard hardware and prototyping tools.
Tasks Performed:
Participation in the design, development, and testing phases of projects.
Involvement in coding, circuit design, and software testing.
Collaboration with cross-functional teams for project success.
Skills Acquired:
Proficiency in coding and programming languages.
Hands-on experience with industry-specific tools and technologies.
Effective communication and collaboration skills.
Problem-solving and critical-thinking abilities.
Exposure to project management methodologies and real-world applications.
Interns at EDUPHOENIX SOLUTIONS are likely to have a dynamic and enriching experience,
gaining exposure to various aspects of the technology industry and contributing to the company's
projects and goals. Specific responsibilities may be tailored to the intern's field of study and the
ongoing projects within the organization.
CHAPTER 3
HARDWARE COMPONENTS
Temperature Sensor (DTH11):
The DHT11 sensor is a widely used digital temperature and
humidity sensor. Here are its key specifications:
Temperature Range: 0 to 50 degrees Celsius
Humidity Range: 20% to 90%
Temperature: ±2°C
Humidity: ±5% RH
Sampling Rate: 1 Hz (once every second) Power
Supply: 3.3V to 5V DC
DTH11 Operation: Fig 3.4: DTH11 Sensor
The DHT11 sensor, operating at a consistent sampling rate, continuously monitors the ambient
temperature and humidity, providing a continuous stream of data to the microcontroller. This
iterative process allows the system to adapt fan speed in real-time, creating a responsive and
intelligent mechanism for temperature control in adapting to changing environmental condition.
Relay Module:
A relay module is an electromechanical switch that controls the
flow of electrical power to a connected device, based on
external control signals. Commonly used in electronics
projects, relay modules consist of a coil, a set of contacts
(common, normally open, and normally closed), and a
switching mechanism. The relay module used in the
temperaturecontrolled fan project typically has a single channel
for controlling a single device. In summary, the relay module
acts as the intermediary between the microcontroller and the
fan, enabling the microcontroller to control the fan's power Fig 3.5: Relay Module
supply based on real-time temperature analysis.
This ensures that the sensitive microcontroller is not directly exposed to the high-power circuit
controlling the fan. The relay module, upon activation, either allows or blocks the flow of electrical
power to the connected device. This control mechanism determines whether the device is powered
on, off, or operates at a specific condition. The relay module's operation is dynamically linked to
the microcontroller's decisions, creating a responsive system. Continuous monitoring of data
ensures that the microcontroller can activate or deactivate the relay, adjusting the device power as
needed.
Electrical Fan:
The fan within the temperature-controlled system serves
as a central component, responsible for providing
effective cooling based on the directives of the
microcontroller. This electronically controlled fan is
equipped with adjustable speed settings, allowing for
dynamic adaptation to varying temperature conditions.
Connected to the relay module, the fan's power supply is
under the precise control of the microcontroller, enabling
it to operate at different speeds in response to real-time
temperature analysis.
When the microcontroller determines a need for cooling, Fig 3.6: Electrical Fan
it triggers the relay module to change its switching state, thereby adjusting the fan's operational
speed. The microcontroller, armed with temperature data from sensors such as the DHT11, makes
informed decisions about the required fan speed for optimal temperature regulation. This seamless
integration of temperature sensing and fan control creates a system that can dynamically adjust its
cooling capabilities, providing an efficient and adaptive response to changes in environmental
conditions.
ULTRASONIC SENSOR:
Ultrasonic sensors operate on the principle of emitting
highfrequency sound waves beyond human hearing range and
measuring the time it takes for the echoes to return after hitting
an object. Consisting of a transducer, receiver, and control
circuit, these sensors are widely employed for distance
measurement, object detection, and navigation. They find
applications in robotics, automation, and automotive systems,
offering non-contact distance measurement with high accuracy.
Fig 3.7: HC-SR04 Sensor
Ultrasonic sensors are commonly integrated with
microcontrollers like Arduino and Raspberry Pi for signal
processing and decision-making. With a typical operating range from centimeters to meters, these
cost-effective sensors play a crucial role in enhancing the capabilities of devices and systems
across different industries.
SERVO MOTOR:
A servo motor is a specialized type of electric motor designed for precise
control of angular or linear position, velocity, and acceleration. It operates
based on feedback from an encoder or potentiometer, continuously adjusting
its position to maintain the desired output. Servo motors are widely used in
various applications, such as robotics, CNC machines, automation systems,
and remote-controlled devices.
Their distinguishing feature is their ability to provide accurate and controlled
movements, making them ideal for tasks that demand precision and reliability.
The versatility of servo motors lies in their ability to rotate within a specified
range and hold a position with remarkable accuracy. Fig 3.8: Servo Motor
LDR SENSOR:
A Light Dependent Resistor (LDR), also known as a photo resistor, is a type
of electronic component that exhibits a change in resistance based on the
intensity of light it is exposed to. The resistance of an LDR decreases as the
light level increases, and vice versa. This property makes LDRs widely used
in various applications, such as light-sensitive switches, automatic outdoor
lighting systems, and exposure control mechanisms in cameras.
When incorporated into a circuit, LDRs provide a simple and effective means
of detecting ambient light levels, allowing devices to respond dynamically to
changes in their environment. Their versatility and affordability make LDRs
valuable components in electronics, enabling automation and energy-saving
features in a range of devices and systems. Fig: LDR sensor
Fig 3.9: LDR
GARDEN LIGHTS :
Garden lights, also known as outdoor or landscape lights, serve both functional and aesthetic
purposes in outdoor spaces. These lights are designed to illuminate and enhance the beauty of
gardens, pathways, and other outdoor areas during the evening hours.
With advancements in technology, modern garden lights often feature programmable settings,
allowing users to customize the intensity, color, and timing of the illumination. Garden lights are
directly connected to microcontrollers. Microcontrollers take the the data from ldr sensors and
make the decision of switching on/off the garden lights. ldr sensors send the real time data to micro
controller. Then the micro controllers based on the data and instructions given turns on and off the
garden lights. Thus saving energy and time.
IR(INFRARED) SENSOR:
Infrared (IR) sensors are devices that detect infrared radiation in their surroundings. They operate on
the principle that different objects emit, reflect, and
absorb infrared radiation differently based on their
temperature. IR sensors are widely employed in various
applications, including proximity sensing, object
detection, and temperature measurement.
One common type of IR sensor is the infrared proximity
sensor, which detects the presence or absence of an object
by measuring the reflection of emitted infrared light.
Another notable application is in remote controls, where
IR sensors are used to receive signals and translate them
into commands for electronic devices. In industrial Fig 3.10: IR Sensor
settings, IR sensors play a Fig: IR Sensor crucial role in detecting temperature variations, contributing
to applications such as thermal imaging and process control. Due to their reliability, responsiveness,
and non-contact nature, IR sensors find extensive use in automation, security systems, and consumer
electronics.
CHAPTER 4
WEEKLY WORK SCHEDULE
ACTIVITY LOG FOR THE FIRST WEEK
Day
& Brief description of the daily activity Learning Outcome
Date
I've connected with EDUPHOENIX Interacted with the HR and understood
Day – 1&2 SOLUTIONS for an internship in the domain Norms of the Internship, Standards and
(18/06/25) of INTERNET OF THINGS. Aims of the Organization.
& Known about the role responsibilities, Rules
(19/06/25) &Regulations of the Internship and Received
an Offer Letter to join internship
Learnt about Introduction of INDUSTRIAL Acquired Basic Knowledge regarding
Day – 3&4 INTERNET OF THINGS and Deep dive Internship Programme, Basic concepts,
(20/06/25) into the architecture of IoT systems and their working and Features of IoT .
& working, Features of IOT, Different Layers
(21/06/25) in IOT, Advantages and Disadvantages of
Internet of Things.
Sensor Integration, uses, their applications,
Day – 5&6 Coding and Data Acquisition, Actuators and Introduction to various sensors and
(23/06/24) Control Mechanisms, Data Collection and their applications and writing code
& display. to read sensor data.
(24/06/24)
In the Inagural of the internship program at EDUPHOENIX SOLUTIONS, the focus was on
acclimating to the organizational dynamics and comprehending the intricacies of the role. Initiating the
first day involved gaining insights into the responsibilities and regulations governing the workplace.
This exploration extended to interacting with professionals from various industries, providing a
valuable understanding of industry norms. Subsequently, upon receiving an internship offer letter, the
second day involved fostering connections with co-interns, and meeting the assigned supervisor. This
facilitated in improving communication with peers and grasping the organization's standards and
objectives. The intern engaged in the installation of essential design tools, including Arduino IDE,
overview of online design tools such as Wokwi, TinkerCAD. This provided valuable insights into the
practical interfacing and testing of the Various Sensors. Throughout the week, the intern's learning
outcomes included experience with various sensors, practical knowledge in sensor interfacing, and
proficiency in using design tools for circuit design and simulation. This week's activities provided a
solid foundation for the intern to further explore and contribute to projects involving sensor
applications in the field of IOT
.
ACTIVITY LOG FOR THE SECOND WEEK
Day
& Brief description of the daily activity Learning Outcome
Date
Communication Protocols and Data Introduction to Wi-Fi modules and
Day – 1&2 transmission and Project Development for Thingspeak server and its integration in the
(25/06/25) Task-1 titled WEATHER MONITORING code and Applying the knowledge gained
& STATION. throughout the week to the ongoing internship
(26/06/25) project
Built the circuit with required sensors for my
Day – 3&4 Prototype Development, connections, project. Writing code to implement project
(27/06/25) Coding and data processing. functionalities related to sensor data
& acquisition, communication, and data
(28/06/25) processing
Day – 5&6 Identifying and resolving any errors or issues
(30/06/25) Testing, Optimising of the task. encountered during testing iterations.
& Conducting final testing and validation to
(01/07/25) ensure the readiness of the project for
presentation or deployment.
During the second week of the internship, the focus was on advancing skills in sensor interfacing and
communication protocols. The week also covered Arduino and NodeMC continued, furthering practical
knowledge for potential Internet of Things (IoT) applications. The week concluded with comprehensive
testing, of a software project “WEATHER MONITORING STATION.
CIRCUIT :
SERIAL MONITOR OUTPUT :
THING SPEAK ANALYSIS :
ACTIVITY LOG FOR THE THIRD WEEK
Day&
Date Brief description of the Learning Outcome
dailyactivity
Understanding Blynk’s user
Day – 1&2 Introduction to BLYNK App and interface, setting up a new
(02/07/25) its advanced features in IOT. project, detailed
& understanding of various
(03/07/25) widgets, virtual pins for
complex control systems.
Learnt about the Basics of MIT
Day – 3&4 Introduction to MIT App Inventor and App Inventor's drag-and-drop
(04/07/25) code blocks to invent an app. interface, Setting up automation .
& rules and notifications.
(05/07/25)
Day – 5&6 creating and testing a basic
(07/07/25) Integration of the invented app to our mobile app and overcoming the
& IOT project and resolving errors. challenges faced during creating
(08/07/25) the app.
ACTIVITY LOG FOR THE FOURTH WEEK
Day&
Date Brief description of the Learning Outcome
dailyactivity
Day – 1&2 Integrating Arduino with Blynk for Applying the knowledge gained
(09/07/25) IoT projects and started building throughout the week to the on going
& out TASK-2“HEALTH internship project 2.
(10/07/25) MONITORING DEVICE”
Built the circuit with the required
Day – 3&4 Prototype Development, sensors for my project. Writing code
(11/07/25) connections, Coding and data to implement project functionalities
& processing. Related to sensor data acquisition,
(12/07/25) communication, and data processing.
Day – 5-9 Identifying and resolving any errors
(14/07/25) Testing, Optimising of the hardware or issues encountered during testing
to project. iterations. Conducting final testing
(18/07/25) and validation to ensure the
readiness of the project for
presentation or deployment.
In the final week, We done another software project named “HEALTH MONITORING DEVICE”
which monitors individual’s health on real time basis and implemented the hardware of the first project
Weather Monitoring station.
Circuit:
Output:
HARDWARE PROTOTYPE:
SERIAL MONITOR OUTPUT:
MOBILE APP OUTPUT:
CHAPTER -06: OUTCOMES DESCRIPTION
People Interactions:
The work environment fostered positive people interactions, promoting collaboration and knowledge
exchange. Regular team meetings and open communication channels facilitated a culture of inclusivity,
encouraging diverse perspectives.
Facilities and Maintenance:
Facilities were well-maintained, providing a conducive workspace. Regular maintenance ensured a
comfortable and efficient working environment, contributing to overall productivity.
Clarity of Job Roles:
Clear job roles were defined, minimizing ambiguity and promoting accountability. Employees had a
comprehensive understanding of their responsibilities, enhancing efficiency and task execution.
Protocols and Procedures:
Strict adherence to established protocols and procedures ensured consistency in work processes. This
adherence contributed to the reliability and quality of deliverables.
Discipline and Time Management:
The work environment promoted discipline and effective time management. Clearly defined timelines and
deadlines were communicated, fostering a culture of punctuality and efficient task completion.
Harmonious Relationships:
Harmonious relationships prevailed among team members, creating a positive and supportive atmosphere.
Team-building activities and a shared sense of purpose contributed to a cohesive work environment.
Socialization:
Opportunities for socialization were integrated into the work culture, promoting team bonding. Social
events, both formal and informal, facilitated connections among colleagues.
Mutual Support and Teamwork:
A culture of mutual support and teamwork was evident. Colleagues readily assisted each other, creating a
collaborative atmosphere that enhanced overall team performance.
Motivation:
The work environment prioritized employee motivation through recognition programs, skill development
initiatives, and a positive feedback culture.
Motivated employees contributed to a vibrant and dynamic workplace.
Space and Ventilation:
The physical workspace was well-designed, offering adequate space and ventilation. This contributed to a
comfortable and conducive environment for focused work.
Overall, the work environment at GLOBAL TECHNOLOGICS Pvt. Ltd. promoted a healthy balance
between professionalism and camaraderie, ensuring a positive and productive atmosphere for all
employees.
THE REAL TIME TECHNICAL SKILLS I HAVE ACQUIRED
Cultivated versatile skill set across diverse technical domains for realworld applications.
Initial weeks focused on industry dynamics, effective communication, and understanding of
embedded systems, C programming, and processor architectures.
Engaged in hands-on activities with design tools and various sensors to enhance practical
proficiency.
Explored microcontrollers like Arduino and NodeMCU, expanding capabilities in IoT applications.
Participated in functional and integration testing for a comprehensive grasp of system robustness.
Managed testing, deployment, and intricacies of projects such as SUMP UNIT and Automatic
Garden Light Control.
Advanced programming skills demonstrated in the development of the Temperature Control System
project.
Rigorous testing and refinement processes showcased meticulous attention to detail for system
reliability.
Accentuated documentation finesse through meticulous summaries for projects.
Transformed journey equipped with a rich tapestry of technical skills, hands-on experiences, and
heightened ability to navigate embedded system complexities.
THE REAL TIME MANAGERIAL SKILLS I HAVE ACQUIRED
Meticulous planning evident in structured weekly plans and adherence to project timelines.
Leadership skills demonstrated in collaborative problem-solving and effective communication.
Workmanship skills flourished through hands-on experiences, including sensor interfacing and
coding.
Consistent and productive use of time reflecting commitment to personal and professional
development.
Progressive journey from fundamental concepts to advanced technical aspects showcased in
weekly advancements.
Goal-setting prowess evident in the systematic approach to learning and applying theoretical
knowledge.
Decision-making skills honed through iterative processes of refining code, testing, and
implementing improvements.
TECHNOLOGICAL DEVELOPMENTS I HAVE ACQUIRED
Explored organizational culture, industry norms, and basics of Embedded Systems and C
Programming.
Installed and gained hands-on experience with design tools, including Arduino IDE.
Practical sensor interfacing with Ultrasonic, DHT11, LDR, and Fire Sensors.
Introduced to advanced concepts like SPI, I2C communication protocols, and cloud interfacing.
Explored microcontroller platforms like Arduino and NodeMCU for IoT projects.
Conducted functional and integration testing for robust system functions.
Tested an Advanced Microcontroller-Based Automatic Water Level Controller using a Test Bench.
CHAPTER 7: CONCLUSION
The internship experience in "INTERNET OF THINGS" has been a transformative journey,
providing valuable insights into the practical implementation of testing of a WEATHER
MONITORING STATION, incorporating features such as real time applications and integrating
with an mobile app.
Throughout the internship, we gained in designing and testing IOT, particularly those pertaining
to Weather monitoring in real time. The project showcased the integration of IOT with Machine
learning which showcases the measured values in an a mobile app.
The Weather monitoring system implementation highlighted the importance of precise sensors
integration and efficient data processing, contributing to the enhancement of weather monitoring
functionalities. This provided a structured approach to project management, ensuring that each
stage from design to testing and deployment was meticulously executed.
The Weather Monitoring features underscored the practical implications of IoT applications,
demonstrating how real-time data acquisition and analysis contribute to informed decision-
making. This aspect of the internship shed light on the critical role of quality assurance in
ensuring the accuracy and dependability of IoT devices.
In conclusion, the internship not only deepened the understanding of IoT applications, also
provided a platform to apply theoretical knowledge in a real-world setting. WEATHER
MONITORING STATION served as a comprehensive learning experience, encompassing
various aspects of software development, testing, and project management. The skills acquired
and lessons learned during this internship will undoubtedly serve as a solid foundation for future
endeavors in the dynamic field of IoT applications.