SlideShare a Scribd company logo
2
Most read
3
Most read
5
Most read
1
“Voice controlled car"
Dept. of Electronics & Instrumentation Engineering
Internship
(18EII83)
Internship presentation on
“ Embedded System and IOT ”
Presented by
1. Jayashree S (1DA19EI012)
2. Navyashree S (1DA19EI019)
3. Sirisha S N (1DA19EI041)
Internship co-ordinator
Mrs. Monikashree T S Dr. K. Ramesha
Asst. Professor Professor
Dept. of EIE, Dr. AIT
“Voice controlled car" 2
Contents
1. Abstract
2. Introduction
3. Objectives
4. Internship Details
5. Week 1
6. Week 2
7. Week 3
8. Week 4
9. Outcomes
“Voice Controlled Car" 3
Abstract
 The project builds a voice controlled car that can be controlled by voice
commands which reacts in accordance to the corresponding voice
command.
 Simple voice commands like left, right, forward, back, stop are used to run
the car.
 These commands are given to Bluetooth module via an android application.
 The Bluetooth module and control unit are combined to store and test the
voice commands.
 When an instruction for the automobile (car) is identified, a command
message is sent to Arduino UNO, the Microcontroller of the car by the
Bluetooth device.
 This command is analyzed by the microcontroller and followed up.
 This work has been limited to the ZigBee system in the short-range (100mts
range), and is linked to the car over long distance via long-range modules.
“Voice controlled car " 4
Introduction
 TechnoFly was formed by professionals with formal qualifications and
industrial experience in the fields of embedded systems, real-time software,
process control and industrial electronics.
 The company is professionally managed and supported by qualified
experienced specialists and consultants with experience in embedded
systems – including hardware and software.
 Later Single Board Computers (SBCs) – were developed and are still
manufactured. Such hardware boards support a broad range of processors
– including 8 bit, 16 and 32 bit processor.
 Since 2015, company also started offering design and development
services. This includes a complete spectrum of activities in product
development life cycle that is idea generation, requirement gathering to
prototype making, testing and manufacturing.
 Company has so far provided product design services for various sectors
which include the Industrial automation, Instrumentation, Automotive,
Consumer and Defense sector.
“Voice controlled car " 5
Internship Details:
Duration : One Month
From Date : 21/09/2022
To Date : 20/10/2022
Company Name : Technofly Solutions
Week One : Intrduction to Embedded systems and IoT
Week Two : Interfacing components to LPC2148 Arm Microcontroller
Week Three & Week Four : Voice Controlled Car
Objectives
To Gain hands-on experience in the field of Embedded systems and IoT
Interaction with professional experts.
To Enhance interpersonal skills like verbal communication, time management, work organizing etc.
“Voice Controlled Car" 6
Week One : Introduction to Embedded Systems and IoT
Embedded System
 An embedded system is one kind of a computer system mainly
designed to perform several tasks like to access, process, store
and also control the data in various electronics-based systems.
 Embedded systems are a combination of hardware and software
where software is usually known as firmware that is embedded
into the hardware.
 Requires a hardware platform on which it performs the
operation.
 Embedded system hardware is built with a microprocessor or
microcontroller.
 The embedded system hardware has elements like input output
(I/O) interfaces, user interface, memory and the display.
 Usually, an embedded system consists of Power Supply,
Processor, Memory, Timers, Serial communication ports, System
application specific circuits
“Voice Controlled Car" 7
Arduino UNO
 Arduino UNO is a microcontroller board based on
the ATmega328P.
 It has 14 digital input/output pins (of which 6 can be used as
PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a
USB connection, a power jack, an ICSP header and a reset
button.
 It contains everything needed to support the microcontroller;
simply connect it to a computer with a USB cable or power it
with a AC-to-DC adapter or battery to get started.
 The Arduino/Genuino Uno has a number of facilities for
communicating with a computer, another Arduino/Genuino
board, or other microcontrollers.
 The ATmega328 provides UART TTL (5V) serial communication,
which is available on digital pins 0 (RX) and 1 (TX)
“Voice Controlled Car" 8
ARM Microcontroller
 The ARM stands for Advanced RISC machine and it is a 32-
bit reduced instructions set computer (RISC) microcontroller.
It was first introduced by the Acron computers’
organization in 1987.
 The ARM microcontrollers are cost sensitive and high
performance devices which are used in a wide range of
application such as industrial instrument control systems,
wireless networking and sensors and automotive body
system etc.
 LPC2148 is the widely used IC from ARM-7 family. It is
manufactured by Philips and it is pre-loaded with many
inbuilt peripherals making it more efficient and a reliable
option for the beginners as well as high end application
developer.
“Voice Controlled Car" 9
Week Two : Interfacing Programs to LPC2148
Interfacing LED to LPC2148
#include<LPC214x.h>
#define LED (1<<16)
void delay(int i);
int main (void)
{
IODIR |= LED;
while(1)
{
IOSET |= LED;
delay(1000);
IOCLR |= LED;
delay(1000);
}
}
void delay(int i)
{
int j,k;
for (j=0;j<i;j++)
for (k=0;k<35;k++);
}
“Voice Controlled Car" 10
Interfacing Object and Fire sensor program to LPC2148
The LPC2148 microcontroller is designed by Philips (NXP
Semiconductor) with several in-built features & peripherals. Due to
these reasons, it will make more reliable as well as the efficient option
for an application developer. LPC2148 is a 16-bit or 32-bit
microcontroller based on ARM7 family.
11
“Voice controlled car "
Week three & Four : Voice Controlled Car
VOICE CONTROLLED CAR
• The project proposes the use of Android mobile and Bluetooth module to control a car via voice commands.
• When we say voice control, the first term to be considered is Speech Recognition.
• These commands are given to Bluetooth module and received via android application.
“Voice controlled car " 12
Components:
• Arduino Uno
• Connecting wires
• Motor driver
• Breadboard
• Chassis
• Bluetooth HC-05
“Voice controlled car " 13
Circuit Diagram
Working principle
 The car runs on simple voice commands forward, back, left, right, and stop.
 The voice command is given to Android mobile as Input
 This input is given to Arduino by Bluetooth module and Android gives commands to the motors as programmed
 With the help of Motor driver circuit it can sense the obstacles
“Voice controlled car " 14
Outcomes
I have carried out my internship in Technofly Solutions. I have learnt about Embedded Systems, ARM LPC-2148 and Arduino
microcontroller. Designed an embedded system to control robotic motions using various sensors.
Outcomes of internship are:
1. Enhancements of clients to work on all types of clients.
2. Enhancement of embedded system to control more types of embedded systems.
3. Learnt about interfacing of LED, LCD, Switch, DC Motor, Sensors, RFID card, Wi-Fi, GSM, Buzzer and UART.
4. Learnt to control speed of DC motor and to control brightness of LED using PWM.
Done mini-project which involves the control of movement of Car using Arduino Uno Bluetooth HC-05 Motor driver
Breadboard Chassis.
Voice controlled car video link: https://youtu.be/j7yltf_LtKQ
“Voice controlled Car" 15

More Related Content

PPTX
internship exam ppt.pptx on embedded system and IOT
PDF
Arduino Based Bluetooth Controlled Robotic Car
PDF
IRJET- Smart Vehicle Security System using Finger Print Sensor
DOCX
Smart home automation system
PDF
IRJET-Home Automation System Based on Voice Recognition
PDF
Sjfdjdxjvcdswdnkvchjddhkkbhffhjhghjjfggg
PDF
Arduino Obstacle Avoiding and voice control car
PPTX
Iot based garbage monitoring system
internship exam ppt.pptx on embedded system and IOT
Arduino Based Bluetooth Controlled Robotic Car
IRJET- Smart Vehicle Security System using Finger Print Sensor
Smart home automation system
IRJET-Home Automation System Based on Voice Recognition
Sjfdjdxjvcdswdnkvchjddhkkbhffhjhghjjfggg
Arduino Obstacle Avoiding and voice control car
Iot based garbage monitoring system

Similar to Final internship PPT.pptx of computer science (20)

DOCX
Project_report_voice_controlling_robot
DOCX
REPORTOF MEMS2
PDF
GroupEReportasdflakjsldkfjal;sdjkfka .pdf
PPTX
Mini Project ppt.pptx
PDF
Office Automation System using Internet of Things
PDF
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
PPTX
Phase1 presentation1FINAL.pptx
PDF
Automatic Spraying and Painting Robo
PDF
Ijarcet vol-2-issue-7-2389-2397
PDF
Ijarcet vol-2-issue-7-2389-2397
PPTX
Dharshan INTERNSHIP PPT-1.pptx
DOCX
VineeshKumar_Resume
PPTX
final project presentation.pptx
PDF
IRJET- Voice Based Home Automation System using Raspberry Pi
PDF
Arduino Based Voice Generator Text to Speech Robot
PPTX
Automatic voice control wheelchair
PDF
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
PPTX
Robo wireless controll
DOCX
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
PPTX
E- Notice Board Presentation
Project_report_voice_controlling_robot
REPORTOF MEMS2
GroupEReportasdflakjsldkfjal;sdjkfka .pdf
Mini Project ppt.pptx
Office Automation System using Internet of Things
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
Phase1 presentation1FINAL.pptx
Automatic Spraying and Painting Robo
Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397
Dharshan INTERNSHIP PPT-1.pptx
VineeshKumar_Resume
final project presentation.pptx
IRJET- Voice Based Home Automation System using Raspberry Pi
Arduino Based Voice Generator Text to Speech Robot
Automatic voice control wheelchair
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Robo wireless controll
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
E- Notice Board Presentation
Ad

Recently uploaded (20)

PPTX
UNIT-2(B) Organisavtional Appraisal.pptx
PDF
intrusion control for clean steel 123.pdf
PDF
book-slidefsdljflsk fdslkfjslf sflgs.pdf
PPTX
Culture by Design.pptxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PDF
Caterpillar CAT 311B EXCAVATOR (8GR00001-UP) Operation and Maintenance Manual...
PPTX
Independence_Day_Patriotic theme (1).pptx
PDF
Caterpillar Cat 315C Excavator (Prefix ANF) Service Repair Manual Instant Dow...
PPTX
Robot_ppt_YRG[1] [Read-Only]bestppt.pptx
PPTX
capstoneoooooooooooooooooooooooooooooooooo
PPTX
Small Fleets, Big Change: Market Acceleration by Niki Okuk
PDF
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
PDF
Physics class 12thstep down transformer project.pdf
PPTX
Business Economics uni 1.pptxRTRETRETRTRETRETRETRETERT
PDF
Volvo EC290C NL EC290CNL engine Manual.pdf
PPTX
Fire Fighting Unit IV industrial safety.pptx
PDF
RPL-ASDC PPT PROGRAM NSDC GOVT SKILLS INDIA
PDF
Honda Dealership SNS Evaluation pdf/ppts
PDF
Caterpillar Cat 315C Excavator (Prefix CJC) Service Repair Manual Instant Dow...
DOCX
lp of food hygiene.docxvvvvvvvvvvvvvvvvvvvvvvv
PDF
EC290C NL EC290CNL Volvo excavator specs.pdf
UNIT-2(B) Organisavtional Appraisal.pptx
intrusion control for clean steel 123.pdf
book-slidefsdljflsk fdslkfjslf sflgs.pdf
Culture by Design.pptxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Caterpillar CAT 311B EXCAVATOR (8GR00001-UP) Operation and Maintenance Manual...
Independence_Day_Patriotic theme (1).pptx
Caterpillar Cat 315C Excavator (Prefix ANF) Service Repair Manual Instant Dow...
Robot_ppt_YRG[1] [Read-Only]bestppt.pptx
capstoneoooooooooooooooooooooooooooooooooo
Small Fleets, Big Change: Market Acceleration by Niki Okuk
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
Physics class 12thstep down transformer project.pdf
Business Economics uni 1.pptxRTRETRETRTRETRETRETRETERT
Volvo EC290C NL EC290CNL engine Manual.pdf
Fire Fighting Unit IV industrial safety.pptx
RPL-ASDC PPT PROGRAM NSDC GOVT SKILLS INDIA
Honda Dealership SNS Evaluation pdf/ppts
Caterpillar Cat 315C Excavator (Prefix CJC) Service Repair Manual Instant Dow...
lp of food hygiene.docxvvvvvvvvvvvvvvvvvvvvvvv
EC290C NL EC290CNL Volvo excavator specs.pdf
Ad

Final internship PPT.pptx of computer science

  • 1. 1 “Voice controlled car" Dept. of Electronics & Instrumentation Engineering Internship (18EII83) Internship presentation on “ Embedded System and IOT ” Presented by 1. Jayashree S (1DA19EI012) 2. Navyashree S (1DA19EI019) 3. Sirisha S N (1DA19EI041) Internship co-ordinator Mrs. Monikashree T S Dr. K. Ramesha Asst. Professor Professor Dept. of EIE, Dr. AIT
  • 2. “Voice controlled car" 2 Contents 1. Abstract 2. Introduction 3. Objectives 4. Internship Details 5. Week 1 6. Week 2 7. Week 3 8. Week 4 9. Outcomes
  • 3. “Voice Controlled Car" 3 Abstract  The project builds a voice controlled car that can be controlled by voice commands which reacts in accordance to the corresponding voice command.  Simple voice commands like left, right, forward, back, stop are used to run the car.  These commands are given to Bluetooth module via an android application.  The Bluetooth module and control unit are combined to store and test the voice commands.  When an instruction for the automobile (car) is identified, a command message is sent to Arduino UNO, the Microcontroller of the car by the Bluetooth device.  This command is analyzed by the microcontroller and followed up.  This work has been limited to the ZigBee system in the short-range (100mts range), and is linked to the car over long distance via long-range modules.
  • 4. “Voice controlled car " 4 Introduction  TechnoFly was formed by professionals with formal qualifications and industrial experience in the fields of embedded systems, real-time software, process control and industrial electronics.  The company is professionally managed and supported by qualified experienced specialists and consultants with experience in embedded systems – including hardware and software.  Later Single Board Computers (SBCs) – were developed and are still manufactured. Such hardware boards support a broad range of processors – including 8 bit, 16 and 32 bit processor.  Since 2015, company also started offering design and development services. This includes a complete spectrum of activities in product development life cycle that is idea generation, requirement gathering to prototype making, testing and manufacturing.  Company has so far provided product design services for various sectors which include the Industrial automation, Instrumentation, Automotive, Consumer and Defense sector.
  • 5. “Voice controlled car " 5 Internship Details: Duration : One Month From Date : 21/09/2022 To Date : 20/10/2022 Company Name : Technofly Solutions Week One : Intrduction to Embedded systems and IoT Week Two : Interfacing components to LPC2148 Arm Microcontroller Week Three & Week Four : Voice Controlled Car Objectives To Gain hands-on experience in the field of Embedded systems and IoT Interaction with professional experts. To Enhance interpersonal skills like verbal communication, time management, work organizing etc.
  • 6. “Voice Controlled Car" 6 Week One : Introduction to Embedded Systems and IoT Embedded System  An embedded system is one kind of a computer system mainly designed to perform several tasks like to access, process, store and also control the data in various electronics-based systems.  Embedded systems are a combination of hardware and software where software is usually known as firmware that is embedded into the hardware.  Requires a hardware platform on which it performs the operation.  Embedded system hardware is built with a microprocessor or microcontroller.  The embedded system hardware has elements like input output (I/O) interfaces, user interface, memory and the display.  Usually, an embedded system consists of Power Supply, Processor, Memory, Timers, Serial communication ports, System application specific circuits
  • 7. “Voice Controlled Car" 7 Arduino UNO  Arduino UNO is a microcontroller board based on the ATmega328P.  It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header and a reset button.  It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.  The Arduino/Genuino Uno has a number of facilities for communicating with a computer, another Arduino/Genuino board, or other microcontrollers.  The ATmega328 provides UART TTL (5V) serial communication, which is available on digital pins 0 (RX) and 1 (TX)
  • 8. “Voice Controlled Car" 8 ARM Microcontroller  The ARM stands for Advanced RISC machine and it is a 32- bit reduced instructions set computer (RISC) microcontroller. It was first introduced by the Acron computers’ organization in 1987.  The ARM microcontrollers are cost sensitive and high performance devices which are used in a wide range of application such as industrial instrument control systems, wireless networking and sensors and automotive body system etc.  LPC2148 is the widely used IC from ARM-7 family. It is manufactured by Philips and it is pre-loaded with many inbuilt peripherals making it more efficient and a reliable option for the beginners as well as high end application developer.
  • 9. “Voice Controlled Car" 9 Week Two : Interfacing Programs to LPC2148 Interfacing LED to LPC2148 #include<LPC214x.h> #define LED (1<<16) void delay(int i); int main (void) { IODIR |= LED; while(1) { IOSET |= LED; delay(1000); IOCLR |= LED; delay(1000); } } void delay(int i) { int j,k; for (j=0;j<i;j++) for (k=0;k<35;k++); }
  • 10. “Voice Controlled Car" 10 Interfacing Object and Fire sensor program to LPC2148 The LPC2148 microcontroller is designed by Philips (NXP Semiconductor) with several in-built features & peripherals. Due to these reasons, it will make more reliable as well as the efficient option for an application developer. LPC2148 is a 16-bit or 32-bit microcontroller based on ARM7 family.
  • 11. 11 “Voice controlled car " Week three & Four : Voice Controlled Car VOICE CONTROLLED CAR • The project proposes the use of Android mobile and Bluetooth module to control a car via voice commands. • When we say voice control, the first term to be considered is Speech Recognition. • These commands are given to Bluetooth module and received via android application.
  • 12. “Voice controlled car " 12 Components: • Arduino Uno • Connecting wires • Motor driver • Breadboard • Chassis • Bluetooth HC-05
  • 13. “Voice controlled car " 13 Circuit Diagram Working principle  The car runs on simple voice commands forward, back, left, right, and stop.  The voice command is given to Android mobile as Input  This input is given to Arduino by Bluetooth module and Android gives commands to the motors as programmed  With the help of Motor driver circuit it can sense the obstacles
  • 14. “Voice controlled car " 14 Outcomes I have carried out my internship in Technofly Solutions. I have learnt about Embedded Systems, ARM LPC-2148 and Arduino microcontroller. Designed an embedded system to control robotic motions using various sensors. Outcomes of internship are: 1. Enhancements of clients to work on all types of clients. 2. Enhancement of embedded system to control more types of embedded systems. 3. Learnt about interfacing of LED, LCD, Switch, DC Motor, Sensors, RFID card, Wi-Fi, GSM, Buzzer and UART. 4. Learnt to control speed of DC motor and to control brightness of LED using PWM. Done mini-project which involves the control of movement of Car using Arduino Uno Bluetooth HC-05 Motor driver Breadboard Chassis. Voice controlled car video link: https://youtu.be/j7yltf_LtKQ