SlideShare a Scribd company logo
GOVERNMENT ENGINEERING COLLEGE, HASSAN
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING
INTERNSHIP PRESENTATION
ON
INTERNET OF THINGS(IoT)
Presented by:
CHETHANAKUMARA H M
4GH21EC401
Under the Guidance of:
Prof. Bhagyamma S
Dept. of ECE
GEC Hassan
CONTENTS
INTRODUCTION TO IOT
ARCHITECTURE OF IOT
INTRODUCTION TO THINGWORX AND FUNDAMENTALS
NODEMCU AND SENSORS
IOT MODELING USING THINGWORX
PROJECT DESIGN
APPLICATION OF IOT
ADVANTAGES
LIMITATION
CONCLUSION
INTRODUCTION TO IOT
The Internet of Things (IoT) describes the network of physical objects
(things) that are embedded with sensors, software, and other
technologies for the purpose of connecting and exchanging data with
other devices and systems over the internet.
These device can collect and share data, enabling them to be remotely
monitored, controlled, and even optimized for better performance.
The key components of an IoT system include sensors to collect data,
connectivity to transmit data over networks, cloud platforms for data
storage and processing, and control
It is a rapidly growing technology that has the potential to the many
aspects of our lives.
ARCHITECTURE OF IOT
The architecture of IoT typically consists of four layers. They are
1. SENSING LAYER:
The sensing layer is the first layer of the IoT
responsible for collecting data from different sources.
architecture and is
2. NETWORK LAYER:
The network layer of an IoT architecture is responsible for providing
communication and connectivity between devices in the IoT system. It
includes protocols and technologies that enable devices to connect and
communicate with each other and with the wider internet.
3. DATA PROCESSING LAYER:
The data processing layer of IoT architecture refers to the software and
hardware components that are responsible for collecting, analysing, and
interpreting data from IoT devices.
4. APPLICATION LAYER:
The application layer of IoT architecture is the topmost layer that interacts
directly with the end-user. It is responsible for providing user-friendly
interfaces and functionalities that enable users to access and control IoT
devices.
INTRODUCTION TO THINGWORX
ThingWorx is a platform for the rapid development and deployment of
smart, connected devices.
Its set of integrated IoT development tools support connectivity, analysis,
production, and other aspects of IoT development.
ThingWorx offers several key tools for building applications.
These tools include the Composer, the Mashup Builder, storage, a
search engine, collaboration, and connectivity.
The Composer provides a modeling environment for design testing.
ThingWorx actually requires very little programming.
Users connect devices, establish a data source, establish device
behaviours, and build an interface without any coding.
It also offers scalability appropriate for both projects and industrial
applications.
Different Services Provided for ThingWorx
1. ThingWorx Foundation: ThingWorx Foundation uses the least
amount of coding and uses a mash builder which is a drag and drop
tool to carry out the operations.
2. ThingWorx Analytics: ThingWorx Analytics provides a platform for
performing complex analytical and mathematical operations without
any prior statistical experience.
manages, monitors and machines used
3. ThingWorx for Industry: ThingWorx for Industrial connectivity
in the factories and the
software application used to run them.
4. ThingWorx Free Trial: This service connects devices across a wide
range of topology and uses Amazon Web Services IoT SDK to develop
IoT solutions rapidly.
NODEMCU
• The NodeMCU is an open-source firmware and development kit based
on the ESP8266 WiFi module.
• It allows for easy development of IoT projects with C/C++ language
support and integrates GPIO, PWM, I2C, and other interfaces for
sensor connectivity.
• It's widely used for prototyping and creating Wi-Fi-enabled projects
due to its low cost and ease of use.
HEART DISEASE PROBLEM CHECKING IN THE SYSTEM USING SOME OPERATINGS
SENSORS
Different types of sensors:
1. DHT11 SENSOR:
• DHT11 is a low-cost digital sensor for sensing temperature and humidity.
• This sensor can be easily interfaced with any micro-controller such as
Arduino, Raspberry Pi etc… to measure humidity and temperature
instantaneously.
2. FORCE SENSOR:
• Force is a type of transducer, specially a force transducer.
• It converts an input mechanical force such as load, weight, tension,
compression or pressure into another physical variable, in this case,
into an electrical output signal that can be measured, converted and
standardized.
3. ADXL345:
The ADXL345 is well suited to measure the static acceleration of gravity in
tilt-sensing applications, as well as dynamic acceleration resulting from
motion or shock.
4. ULTRASONIC SENSOR:
An ultrasonic sensor is an electronic device that measures the distance
of a target object by emitting ultrasonic sound waves and converts the
reflected sound into an electrical signal. Ultrasonic waves travel faster
than the speed of audible sound.
4. FLAME SENSOR:
A sensor which is most sensitive to a normal light is known as a flame
sensor. This sensor detect flame within the range 760nm-1100nm
wavelength from the light source. The output of this sensor is an analog
signal or digital signal.
IOT MODELING USING THINGWORX
 Model: Create the scheme to store the IoT data and functionality,
which is the backbone that later stages rely upon.
 Analyze: Aggregate and optimize the IoT data to make it easier to
understand and more valuable.
 Connect: Establish the connection to IoT devices and enterprise
system.
 Build: Create a user interface for your users.
 Deploy: Move the IoT application into a reliable, scalable and secure
production system.
PROJECT DESIGN
COMPONENT’S REQUIRED
HARDWARE REQUIREMENTS:
 NodeMCU1.0(ESP-12E Module)
 LDR Sensor
 Jumper wires
SOFTWARE REQUIREMENTS:
 ARDUNIO IDE
 ESP8266 LIBRARY
 BLYNK LIBRARIES
 BLYNK APPLICATION
CIRCUIT DIAGRAM
HARDWARE SETUP
 ESP8266: This is a low-cost Wi-Fi module that can connect to the internet and
collect data from sensors.
 LDR sensor: These sensors measure light intesity levels.
 Power supply for ESP8266 and sensors.
 Internet connection for the ESP8266 to communicate with the IoT cloud.
SOFTWARE IMPLEMENTATION
The LDR sensor functionality is implemented using the Arduino IDE and the
ESP8266 library. The code is written in C++ and is uploaded to the NodeMcu using
the Arduino IDE.
The code performs the following steps:
 Initializes the serial communication for debugging purposes.
 Configures the GPIO pin connected to the LDR Sensor module as an input.
 Enters an infinite loop and reads the digital value from the LDR Sensor pin.
 If the LDR sensor output is HIGH, it indicates the value of sensor.
 The code displays the value in the blynk app and also sends a email to the user.
PERFORMANCE EVALUATION
 The performance of the LDR Sensor was evaluated under different light conditions
and scenarios.
 The LDR sensor demonstrated accurate sensing of light and provided timely
indications of light intensity.
 Light intensity range:0% to 100%.
 Lowest : 0% and Highest : 100%.
 Based on the light fed on the LDR values displayed on the blynk application.
APPLICATIONS OF IOT
1. Smart Home Automation: Control lighting, temperature, security
cameras, and appliances remotely.
2. Healthcare Monitoring: Wearable devices for tracking vital signs and
health parameters.
3. Industrial IoT (IIoT): Monitoring and optimizing machinery, predictive
maintenance, and supply chain management.
4. Smart Agriculture: Monitoring soil moisture, temperature, and
humidity for optimized crop yields.
5. Environmental Monitoring: Tracking air quality, water quality, and
pollution levels in real-time.
6. Smart Cities: Optimizing traffic flow, managing waste, and enhancing
public s
ADVANTAGES
It can assist in the smarter control of homes and cities via mobile
phones.
It enhances security and offers personal protection.
It minimizes human effort because IoT devices connect and
communicate with one another and perform a variety of tasks without
the need for human intervention.
Information is easily accessible, even if we are far away from our actual
location, and it is updated frequently in real time.
LIMITATIONS
Hackers may gain access to the system and steal personal information. Since
we add so many devices to the internet, there is a risk that our information as
it can be misused.
Deploying IoT devices is very costly and time-consuming.
Many IoT devices are powered by batteries, which have limited capacity and
need to be recharged or replaced frequently.
It is very difficult to plan, build, manage, and enable a broad technology to IoT
framework.
CONCLUSION
 The undergone internship program provided invaluable hands-
on experience in designing, implementing, and troubleshooting IoT
systems.
Through this journey, I've gained insights into the practical
challenges and innovative solutions within the IoT landscape.
The project's success underscores the importance of
collaboration, adaptability, and continuous learning.
Moving forward, I recommend further exploration into data
security, scalability, and interoperability for future IoT initiatives.

More Related Content

Similar to HEART DISEASE PROBLEM CHECKING IN THE SYSTEM USING SOME OPERATINGS (20)

PPTX
internet of things(Architecture and components).pptx
vikramkagitapu
 
DOCX
Internet of things
Tamojit Das
 
PPTX
IOT- UNIT-1.pptx
VigneshRavi83
 
PDF
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
KanagarajanSwamiappa
 
PPTX
Emerging Technology for anChapter 4.pptx
GosaMohammed
 
PDF
OCS352-IOT -UNIT-1.pdf
gopinathcreddy
 
PPTX
Internet of things (iot)
shubhamyadav613
 
PPTX
17. Computers Internet of Things(IoT) and Cloud Computing.pptx
Akash486765
 
PDF
iot.pdfwaesrdtfyguhiessrdtfyguhsrdtfyguhessrdt
muskanjangra501
 
PPT
Car Security System #CSALS
Alex Vishwa
 
PPTX
Presentation1.pptx
mdmaaz1232
 
PPTX
Ch 4.pptx
Kume3
 
PDF
Development of Personal Weather Report for Home Security
IOSRJVSP
 
PPTX
Emerging chapter 4.pptx
AderawAlemie
 
PDF
Internet of things (io t)
Biniam Behailu
 
PDF
IoT definition and the presentation for engineers
jeevarajan1302
 
DOCX
IoT Smart keychain finder project
RShkShrm
 
PPTX
Internet of things (IoT)
asfaw Alene
 
PDF
IoT for Everyday Life
ijsrd.com
 
PDF
IRJET- Home Automation using IoT: Review
IRJET Journal
 
internet of things(Architecture and components).pptx
vikramkagitapu
 
Internet of things
Tamojit Das
 
IOT- UNIT-1.pptx
VigneshRavi83
 
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
KanagarajanSwamiappa
 
Emerging Technology for anChapter 4.pptx
GosaMohammed
 
OCS352-IOT -UNIT-1.pdf
gopinathcreddy
 
Internet of things (iot)
shubhamyadav613
 
17. Computers Internet of Things(IoT) and Cloud Computing.pptx
Akash486765
 
iot.pdfwaesrdtfyguhiessrdtfyguhsrdtfyguhessrdt
muskanjangra501
 
Car Security System #CSALS
Alex Vishwa
 
Presentation1.pptx
mdmaaz1232
 
Ch 4.pptx
Kume3
 
Development of Personal Weather Report for Home Security
IOSRJVSP
 
Emerging chapter 4.pptx
AderawAlemie
 
Internet of things (io t)
Biniam Behailu
 
IoT definition and the presentation for engineers
jeevarajan1302
 
IoT Smart keychain finder project
RShkShrm
 
Internet of things (IoT)
asfaw Alene
 
IoT for Everyday Life
ijsrd.com
 
IRJET- Home Automation using IoT: Review
IRJET Journal
 

Recently uploaded (20)

PDF
Connecting Startups to Strategic Global VC Opportunities.pdf
Google
 
PPTX
6 Critical Factors to Evaluate Before Starting a Retail Business
RUPAL AGARWAL
 
PDF
15 Essential Cloud Podcasts Every Tech Professional Should Know in 2025
Amnic
 
PDF
How to Make Your Pre Seed Startup Grant Fundable
ideatoipo
 
PPTX
Why-Your-BPO-Startup-Must-Track-Attrition-from-Day-One.pptx.pptx
Orage technologies
 
PDF
Leadership Advisory & Branding powered by MECE, SCQA & 3P framework.pdf
Vipin Srivastava
 
PDF
Royalzig Unveils India’s First World-Class Luxury Furniture Experience Center...
Royalzig Luxury Furniture
 
PDF
Explore Unique Wash Basin Designs: Black, Standing & Colored Options
Mozio
 
PDF
From Legacy to Velocity: how we rebuilt everything in 8 months.
Product-Tech Team
 
PDF
What is the Use of Six Flowers Oil Perfume?
Babalaj Eventures
 
PDF
Top Farewell Gifts for Seniors Under.pdf
ThreadVibe Living
 
PDF
Van Aroma IFEAT - Clove Oils - Socio Economic Report .pdf
VanAroma
 
PPTX
Business Trendsjobsand careerr 2025.pptx
sahatanmay391
 
PPTX
Drive Operational Excellence with Proven Continuous Improvement Strategies
Group50 Consulting
 
PDF
NewBase 07 July 2025 Energy News issue - 1800 by Khaled Al Awadi_compressed.pdf
Khaled Al Awadi
 
PPTX
The Art of Customer Journey Optimization: Crafting Seamless Experiences
RUPAL AGARWAL
 
PDF
Why Unipac Equipment Leads the Way Among Gantry Crane Manufacturers in Singap...
UnipacEquipment
 
DOCX
RECLAIM STOLEN CRYPTO REVIEW WITH RECUVA HACKER SOLUTIONS
camilamichaelj7
 
PDF
Factors Influencing Demand For Plumbers In Toronto GTA:
Homestars
 
PDF
Uranus Eng. Company -(Business details )
anisurche787
 
Connecting Startups to Strategic Global VC Opportunities.pdf
Google
 
6 Critical Factors to Evaluate Before Starting a Retail Business
RUPAL AGARWAL
 
15 Essential Cloud Podcasts Every Tech Professional Should Know in 2025
Amnic
 
How to Make Your Pre Seed Startup Grant Fundable
ideatoipo
 
Why-Your-BPO-Startup-Must-Track-Attrition-from-Day-One.pptx.pptx
Orage technologies
 
Leadership Advisory & Branding powered by MECE, SCQA & 3P framework.pdf
Vipin Srivastava
 
Royalzig Unveils India’s First World-Class Luxury Furniture Experience Center...
Royalzig Luxury Furniture
 
Explore Unique Wash Basin Designs: Black, Standing & Colored Options
Mozio
 
From Legacy to Velocity: how we rebuilt everything in 8 months.
Product-Tech Team
 
What is the Use of Six Flowers Oil Perfume?
Babalaj Eventures
 
Top Farewell Gifts for Seniors Under.pdf
ThreadVibe Living
 
Van Aroma IFEAT - Clove Oils - Socio Economic Report .pdf
VanAroma
 
Business Trendsjobsand careerr 2025.pptx
sahatanmay391
 
Drive Operational Excellence with Proven Continuous Improvement Strategies
Group50 Consulting
 
NewBase 07 July 2025 Energy News issue - 1800 by Khaled Al Awadi_compressed.pdf
Khaled Al Awadi
 
The Art of Customer Journey Optimization: Crafting Seamless Experiences
RUPAL AGARWAL
 
Why Unipac Equipment Leads the Way Among Gantry Crane Manufacturers in Singap...
UnipacEquipment
 
RECLAIM STOLEN CRYPTO REVIEW WITH RECUVA HACKER SOLUTIONS
camilamichaelj7
 
Factors Influencing Demand For Plumbers In Toronto GTA:
Homestars
 
Uranus Eng. Company -(Business details )
anisurche787
 
Ad

HEART DISEASE PROBLEM CHECKING IN THE SYSTEM USING SOME OPERATINGS

  • 1. GOVERNMENT ENGINEERING COLLEGE, HASSAN DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING INTERNSHIP PRESENTATION ON INTERNET OF THINGS(IoT) Presented by: CHETHANAKUMARA H M 4GH21EC401 Under the Guidance of: Prof. Bhagyamma S Dept. of ECE GEC Hassan
  • 2. CONTENTS INTRODUCTION TO IOT ARCHITECTURE OF IOT INTRODUCTION TO THINGWORX AND FUNDAMENTALS NODEMCU AND SENSORS IOT MODELING USING THINGWORX PROJECT DESIGN APPLICATION OF IOT ADVANTAGES LIMITATION CONCLUSION
  • 3. INTRODUCTION TO IOT The Internet of Things (IoT) describes the network of physical objects (things) that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet. These device can collect and share data, enabling them to be remotely monitored, controlled, and even optimized for better performance. The key components of an IoT system include sensors to collect data, connectivity to transmit data over networks, cloud platforms for data storage and processing, and control It is a rapidly growing technology that has the potential to the many aspects of our lives.
  • 5. The architecture of IoT typically consists of four layers. They are 1. SENSING LAYER: The sensing layer is the first layer of the IoT responsible for collecting data from different sources. architecture and is 2. NETWORK LAYER: The network layer of an IoT architecture is responsible for providing communication and connectivity between devices in the IoT system. It includes protocols and technologies that enable devices to connect and communicate with each other and with the wider internet.
  • 6. 3. DATA PROCESSING LAYER: The data processing layer of IoT architecture refers to the software and hardware components that are responsible for collecting, analysing, and interpreting data from IoT devices. 4. APPLICATION LAYER: The application layer of IoT architecture is the topmost layer that interacts directly with the end-user. It is responsible for providing user-friendly interfaces and functionalities that enable users to access and control IoT devices.
  • 7. INTRODUCTION TO THINGWORX ThingWorx is a platform for the rapid development and deployment of smart, connected devices. Its set of integrated IoT development tools support connectivity, analysis, production, and other aspects of IoT development. ThingWorx offers several key tools for building applications. These tools include the Composer, the Mashup Builder, storage, a search engine, collaboration, and connectivity.
  • 8. The Composer provides a modeling environment for design testing. ThingWorx actually requires very little programming. Users connect devices, establish a data source, establish device behaviours, and build an interface without any coding. It also offers scalability appropriate for both projects and industrial applications.
  • 9. Different Services Provided for ThingWorx 1. ThingWorx Foundation: ThingWorx Foundation uses the least amount of coding and uses a mash builder which is a drag and drop tool to carry out the operations. 2. ThingWorx Analytics: ThingWorx Analytics provides a platform for performing complex analytical and mathematical operations without any prior statistical experience. manages, monitors and machines used 3. ThingWorx for Industry: ThingWorx for Industrial connectivity in the factories and the software application used to run them. 4. ThingWorx Free Trial: This service connects devices across a wide range of topology and uses Amazon Web Services IoT SDK to develop IoT solutions rapidly.
  • 10. NODEMCU • The NodeMCU is an open-source firmware and development kit based on the ESP8266 WiFi module. • It allows for easy development of IoT projects with C/C++ language support and integrates GPIO, PWM, I2C, and other interfaces for sensor connectivity. • It's widely used for prototyping and creating Wi-Fi-enabled projects due to its low cost and ease of use.
  • 12. SENSORS Different types of sensors: 1. DHT11 SENSOR: • DHT11 is a low-cost digital sensor for sensing temperature and humidity. • This sensor can be easily interfaced with any micro-controller such as Arduino, Raspberry Pi etc… to measure humidity and temperature instantaneously.
  • 13. 2. FORCE SENSOR: • Force is a type of transducer, specially a force transducer. • It converts an input mechanical force such as load, weight, tension, compression or pressure into another physical variable, in this case, into an electrical output signal that can be measured, converted and standardized.
  • 14. 3. ADXL345: The ADXL345 is well suited to measure the static acceleration of gravity in tilt-sensing applications, as well as dynamic acceleration resulting from motion or shock.
  • 15. 4. ULTRASONIC SENSOR: An ultrasonic sensor is an electronic device that measures the distance of a target object by emitting ultrasonic sound waves and converts the reflected sound into an electrical signal. Ultrasonic waves travel faster than the speed of audible sound.
  • 16. 4. FLAME SENSOR: A sensor which is most sensitive to a normal light is known as a flame sensor. This sensor detect flame within the range 760nm-1100nm wavelength from the light source. The output of this sensor is an analog signal or digital signal.
  • 17. IOT MODELING USING THINGWORX
  • 18.  Model: Create the scheme to store the IoT data and functionality, which is the backbone that later stages rely upon.  Analyze: Aggregate and optimize the IoT data to make it easier to understand and more valuable.  Connect: Establish the connection to IoT devices and enterprise system.  Build: Create a user interface for your users.  Deploy: Move the IoT application into a reliable, scalable and secure production system.
  • 19. PROJECT DESIGN COMPONENT’S REQUIRED HARDWARE REQUIREMENTS:  NodeMCU1.0(ESP-12E Module)  LDR Sensor  Jumper wires SOFTWARE REQUIREMENTS:  ARDUNIO IDE  ESP8266 LIBRARY  BLYNK LIBRARIES  BLYNK APPLICATION
  • 21. HARDWARE SETUP  ESP8266: This is a low-cost Wi-Fi module that can connect to the internet and collect data from sensors.  LDR sensor: These sensors measure light intesity levels.  Power supply for ESP8266 and sensors.  Internet connection for the ESP8266 to communicate with the IoT cloud.
  • 22. SOFTWARE IMPLEMENTATION The LDR sensor functionality is implemented using the Arduino IDE and the ESP8266 library. The code is written in C++ and is uploaded to the NodeMcu using the Arduino IDE. The code performs the following steps:  Initializes the serial communication for debugging purposes.  Configures the GPIO pin connected to the LDR Sensor module as an input.  Enters an infinite loop and reads the digital value from the LDR Sensor pin.  If the LDR sensor output is HIGH, it indicates the value of sensor.  The code displays the value in the blynk app and also sends a email to the user.
  • 23. PERFORMANCE EVALUATION  The performance of the LDR Sensor was evaluated under different light conditions and scenarios.  The LDR sensor demonstrated accurate sensing of light and provided timely indications of light intensity.  Light intensity range:0% to 100%.  Lowest : 0% and Highest : 100%.  Based on the light fed on the LDR values displayed on the blynk application.
  • 24. APPLICATIONS OF IOT 1. Smart Home Automation: Control lighting, temperature, security cameras, and appliances remotely. 2. Healthcare Monitoring: Wearable devices for tracking vital signs and health parameters. 3. Industrial IoT (IIoT): Monitoring and optimizing machinery, predictive maintenance, and supply chain management. 4. Smart Agriculture: Monitoring soil moisture, temperature, and humidity for optimized crop yields. 5. Environmental Monitoring: Tracking air quality, water quality, and pollution levels in real-time. 6. Smart Cities: Optimizing traffic flow, managing waste, and enhancing public s
  • 25. ADVANTAGES It can assist in the smarter control of homes and cities via mobile phones. It enhances security and offers personal protection. It minimizes human effort because IoT devices connect and communicate with one another and perform a variety of tasks without the need for human intervention. Information is easily accessible, even if we are far away from our actual location, and it is updated frequently in real time.
  • 26. LIMITATIONS Hackers may gain access to the system and steal personal information. Since we add so many devices to the internet, there is a risk that our information as it can be misused. Deploying IoT devices is very costly and time-consuming. Many IoT devices are powered by batteries, which have limited capacity and need to be recharged or replaced frequently. It is very difficult to plan, build, manage, and enable a broad technology to IoT framework.
  • 27. CONCLUSION  The undergone internship program provided invaluable hands- on experience in designing, implementing, and troubleshooting IoT systems. Through this journey, I've gained insights into the practical challenges and innovative solutions within the IoT landscape. The project's success underscores the importance of collaboration, adaptability, and continuous learning. Moving forward, I recommend further exploration into data security, scalability, and interoperability for future IoT initiatives.