SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
36
A DIFFERENT APPLICATIONS OF ARDUINO
Maha M. Lashin
Mechanical Engineering Department, Shoubra Faculty of Engineering, Banha University, Egypt
ABSTRACT
Arduino is a rapid electronic prototyping platform composed by the Arduino board, and IDE
and it is used because it is an open-source project, flexible, easy to use, and unexpensive. Arduino
are growing online community. A robotic scrub nurse has been developed here to assist human scrub
nurses (also called delivery scrub nurses) during surgical interventions. The developed system in this
work depended on Arduino as a control system to equipped with a speech recognition module to
recognize the requested surgical instrument; Siri-Bot locates this element on a storage tray using
computer vision and pattern recognition and picks the element from the tray placing it on an
interchange tray where the human scrub nurse can finally use this tool.
KEYWORDS: Microcontroller- Arduino- Scrub Nurse Robot.
INTRODUCTION
The Arduino is as in [1] an open-source microcontroller development board. It is consists of
both a physical programmable circuit board and a piece of software, or Integrated Development
Environment running computer to write and upload computer code to the physical board.
Arduino also can be defining as a small computer on a single integrated circuit containing a
processor core, memory, and programmable input/ output peripherals.
The Arduino used to read sensors and control things like motors and lights. It allowed to
upload programs to this board which interact with things in the real world.
The Arduino can operate independently like robot which connected to a computer the
computer access to sensor data from the outside world and providing feedback, connected to other
Arduino’s, or other electronic devices and controller chips. Arduino programming language uses a
simplified version of C++.
INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING
AND TECHNOLOGY (IJMET)
ISSN 0976 – 6340 (Print)
ISSN 0976 – 6359 (Online)
Volume 5, Issue 6, June (2014), pp. 36-46
© IAEME: www.iaeme.com/ijmet.asp
Journal Impact Factor (2014): 7.5377 (Calculated by GISI)
www.jifactor.com
IJMET
© I A E M E
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
37
ARDUINO STRUCTURE
Arduino structure depends on two branches hardware and software branch. Hardware is an
open-source circuit board with a microprocessor and input/output (I/O) pins for communication and
controlling physical objects (LED, servos, buttons, etc.). The board will typically be powered via
USB or an external power supply which in turn allows it to power other hardware and sensors.
Arduino also has an open-source software component which is similar to C++. The Arduino
integrated development environment allows writing code, compiling it, and then uploading it to
Arduino for standalone use in prototyping and projects.
ARDUINO TYPES
The Arduino comes in a variety of different types that allows for flexibility in choosing the
perfect solution as following;
Arduino Uno
The Uno as in figure 1 is an Arduino type which works with almost every shield available. It
is meant to be used as a permanent fixture in projects or with breadboards for testing.
FIG.1: Arduino Uno Type
Arduino Nano
As in figure 2 the Nano is almost feature for feature the same as the Arduino Uno, but it is
about 1/3 the size and cannot use shields easily.
FIG.2: Arduino Nano Type
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
38
Arduino Lilypad
The Lilypad as in figure 3 has a unique design that can be sewn into fabrics for wearable
projects or art.
FIG.3: Arduino Lilypad Type
Arduino Mega 2560
The Mega 2560 has more memory and more I/O pins than any other Arduino. This is the
biggest and best Arduino can get as figure 4 shown.
FIG.4: Arduino Mega 2560 Type
Netduino
The Netduino is the cousin of the Arduino. It is as in figure 5 still an open source hardware
hacking and prototyping solution. But the Netduino runs net micro framework for its software base.
It is pin compatible with Arduino shields, but some may require drivers to run.
FIG.5: Arduino Netduino Type
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
39
Arduino Shield
Arduino shields make adding functionality to the Arduino very easy. The shields have pins
that push right into the top of the Arduino and then it can immediately take advantage of whatever
the shield can do. A multiple shields can be added at a time. Arduino shields using hardware
components interfaced over different types of protocols such as SPI, I2C,1-Wire or serially over
a UART are generally good candidates for a Netduino adaptation because the .NET Micro
framework supports these protocols natively and can do bulk I/O transfers, yielding good
performance.
AREA OF ARDUINO APPLICATIONS
Arduino as in [2] is a good device for developing interactive objects, taking inputs from a
variety of switches or sensors and controlling a variety of lights, motors and other outputs. Arduino
projects can be stand-alone or they can be connected to a computer using USB. The Arduino will be
seen by the computer as a standard series interface. The Arduino board is a microcontroller board,
which is a small circuit that contains a whole computer on a small chip.
ROBOT SCRUB NURSE
As Mithun George [3], Anna Kochan [4], Wachs [5], and Joelle [6] the robotic nurse can
used to make the tasks of human nurse with high quality. Their robotic nurses used another type of
control systems to interface with this robots. But in that work (scrub nurse robot) the Arduino used as
a new control system to make the deal with this robotic nurse so easy.
As in figure 6 scrub nurse robot will discuss as a new application of Arduino. The main idea
of the scrub nurse robot is to make the same required tasks like human nurse with more accurate,
fast, and also with no feel tired.
FIG.6: Robot Scrub Nurse
The work of the scrub nurse robot begging when the surgeon required a certain tool from the
robot then, the surgeon voice input to the robot through a speech recognition shield for Arduino as in
figure 7, the voice will detection and recognition by the Arduino software.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
40
FIG. 7: Speech Recognition Shield
After that the surgical tools image capture by image acquisition device as a webcam, then the
image processing and template matching go ahead by the image processing program (visual
studio2010 C++). The output of all process is the moving of robot arms in X, Y directions to catch
the required tool and move it towards to surgeon. Figure 8 describe the flow chart of the scrub nurse
robot process.
FIG.8: Scrub Nurse Flow Operation
ROBOTIC SCRUB NURSE STRUCTURE
The scrub nurse robot consists of hardware and software systems. These systems can be
explained as following;
Hardware System
Scrub nurse robot hardware has three branches. The first branch is the mechanical branch or
manipulator which contain two arms, four joints, two basics (one moving and other stationary), and
gripper as in figure 9.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
41
FIG.9: Scrub Nurse Robot’s Manipulator
The electrical branch consists of the image acquisition device (webcam) which connected
computer cable as in figure10.
FIG.10: Scrub Nurse Robot’s Camera
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
42
As in figure 11 four DC motors with 6V and 0.16/60 degree speed used for moving base
around its centre line (Y-axis), moving arm1 to front or back at X-axis direction, moving arm2 to up
or down at Y-axis direction, and open-closed the gripper. Also a switched mode power supply with
20 KHz frequency used for the DC motors and Arduino board.
FIG.11: DC Motor and the Switched Power supply
The final branch is the controlling branch which contained an Arduino Mega microcontroller
board based on ATmega1280 with 54 I/O Pins with 40mA DC current for each pin, 6V power, and
128 flash memory as in figure12. The final part in the control system is the speech recognition and
image processing shields for Arduino as shown in figure7.
FIG.11: Arduino Mega Microcontroller Board
Software System
The software system in Arduino which controlled on each components and each process at
the scrub nurse robot. The programming language used for ATmega1280 is the C++ language. The
different controlling cods written by C++ language and then a certain communication by USB has
don between Arduino board and the computer to sent cods to Arduino memory. Arduino software
includes a serial monitor which allows simply textual data to b sent to and from the Arduino board.
The hardware and software systems flow chart show in figure12.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
43
FIG.12: General Flow Chart for the Scrub Nurse Robot’s Hardware and Software
CONTROLLING CODES
As explained before Arduino controlling unit board has programmed by C++ language to
create the controlling codes. A sample of these codes will appear as following;
SPEECH RECOGNITION CODE
staticvoidSpeechRecognitionWithChoices()
GrammarBuildergrammarBuilder = newGrammarBuilder();
//grammarBuilder.Append("I"); // add "I"
grammarBuilder.Append(newChoices("Forceps", "Clamp", "Scissors"));
_recognizer.RequestRecognizerUpdate();
_recognizer.LoadGrammar(newGrammar(grammarBuilder)); // load grammar
try
_recognizer.SetInputToDefaultAudioDevice(); // set input to default audio device
_recognizer.RecognizeAsync(RecognizeMode.Multiple); // recognize speech
catch
publicvoidspeechRecognitionWithChoices_SpeechRecognized(object sender,
SpeechRecognizedEventArgs e)
//MessageBox.Show(e.Result.Words[0].Text);
SetDirection(e.Result.Words[0].Text);
manualResetEvent.Set();
publicvoidSetDirection(string Direction)
//MessageBox.Show(Direction);
textBox1.Text = Direction;
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
44
IMAGE PROCESSING CODE
privatevoidRecognizeTools()
Centers_X.Clear();
Centers_Y.Clear();
flowLayoutPanel1.Controls.Clear();
Dictionary = newDictionary<string, Point>();
double[] VerticalProjections = GetVerticalProjections((Bitmap)pictureBox1.Image);
LocateTools((Bitmap)pictureBox1.Image, VerticalProjections);
foreach (string filename infnames)
Bitmap mask = newBitmap(Image.FromFile(filename));
intwhitePixelsCount = 10000;
PointDetectedCenter = newPoint(0, 0);
for (int i = 0; i <Centers_X.Count; i++)
intfalsePixelsCount = Anding((Bitmap)pictureBox1.Image, mask, Centers_X[i], Centers_Y[i]);
if (falsePixelsCount<whitePixelsCount)
whitePixelsCount = falsePixelsCount;
DetectedCenter.X = (int)Centers_X[i];
DetectedCenter.Y = (int)Centers_Y[i];
intstartIndx = filename.IndexOf('');
intendIndx = filename.IndexOf('.');
string substring = filename.Substring(startIndx + 1, endIndx - (startIndx + 1));
Dictionary.Add(substring, DetectedCenter);
listBox1.Items.Add(substring + " : Center( " + DetectedCenter.X.ToString() + "," +
DetectedCenter.Y.ToString() + ")");
publicBitmapMeanAvg(Bitmap b1)
BitmapbSrc = newBitmap(b1.Width, b1.Height);
// GDI+ still lies to us - the return format is BGR, NOT RGB.
BitmapDatabmData = b1.LockBits(newRectangle(0, 0, b1.Width, b1.Height),
ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
BitmapDatabmSrc = bSrc.LockBits(newRectangle(0, 0, bSrc.Width, bSrc.Height),
ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
int stride = bmData.Stride;
System.IntPtr Scan0 = bmData.Scan0;
System.IntPtr SrcScan0 = bmSrc.Scan0;
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
45
List<int>pixlval = newList<int>();
unsafe
byte* p = (byte*)(void*)Scan0;
byte* pSrc = (byte*)(void*)SrcScan0;
intnOffset = stride - b1.Width * 3;
boolremoveMe = false;
for (int y = 2; y < b1.Height-2; y++)
for (int x = 2; x < b1.Width-2; x++)
if (p[0] == 255)
for (int s = (-1 * stride); s <= (stride); s += stride)
for (int t = (-3); t <= ( 3); t += 3)
//if ((p + s + t)[0] == 255)
// removeMe = true;
pixlval.Add((p + s + t)[0]);
pixlval.Sort();
pSrc[0] = (byte)(pixlval[5]);
pSrc[1] = (byte)(pixlval[5]);
pSrc[2] = (byte)(pixlval[5]);
//if(removeMe)
//{
// pSrc[0] = pSrc[1] = pSrc[2] = (byte)(0);
//}
p += 3;
pSrc += 3;
pixlval.Clear();
p += nOffset;
pSrc += nOffset;
b1.UnlockBits(bmData);
bSrc.UnlockBits(bmSrc);
returnbSrc;
publicBitmap Negative(Bitmap b)
// GDI+ still lies to us - the return format is BGR, NOT RGB.
BitmapDatabmData = b.LockBits(newRectangle(0, 0, b.Width, b.Height),
ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
int stride = bmData.Stride;
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print),
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME
46
CONCLUSION
This paper describes how a robotic scrub nurse has been developed to assist human scrub
nurses (also called delivery scrub nurses) during surgical interventions. The developed system in this
work is equipped with a speech recognition module to recognize the requested surgical tools;
Arduino control system used to locates this element on a storage tray using computer vision and
pattern recognition and picks the element from the tray placing it on an interchange tray where the
surgeon can finally use this tool. The robotic scrub nurse gave a good example as a new application
of Arduino microcontroller board.
REFERENCES
[1]. Alan G. Smith, “Introduction to Arduino”, September 30, 2011.
[2]. Amit Saha, “Learning to Program the Arduino”, Linux journal, Mar 26, 2012.
[3]. Mithun George Jacob, Yu-Ting Li, etl, “Collaboration with a Robotic Scrub Nurse”,
Communications of the ACM, May 2013. Vol.56, No.5, Pages 68-75.
[4]. Anna Kochan, “Robots offer significant advantages for white goods manufacturers”,
Industrial Robot: An International Journal, Vol. 32 Iss: 3, pp. 223-225, 2005.
[5]. Wachs, J.P., Kolsch, etl, “Future surgeons may use robotic nurse, ‘gesture recognition”
Communications of the ACM Vol. 54 No. 2, pg. 60-71, February 4, 2011.
[6]. Joelle Pineaua, Michael Montemerloa, etl,” Towards robotic assistants in nursing homes:
Challenges and results” ELSEVIER, Robotics and Autonomous Systems 42 (2003) 271–281.
[7]. Documentation and demos of C++.
[8]. Sajid M. Sheikh and Tshoganyetso Mangadi, “An Arduino Based Building Lights
Management System”, International Journal of Electrical Engineering & Technology
(IJEET), Volume 4, Issue 6, 2013, pp. 45 - 59, ISSN Print : 0976-6545, ISSN Online:
0976-6553.
[9]. Srushti H. Bhatt, N. Ravi Prakash and S. B. Jadeja, “Modelling of Robotic Manipulator
Arm”, International Journal of Mechanical Engineering & Technology (IJMET), Volume 4,
Issue 3, 2013, pp. 125 - 129, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359.
[10]. Hameedah Sahib Hasan and Dr. P.Ramesh Babu, “Analysis and Control of Mobile Robot for
Pipe Line Inspection”, International Journal of Mechanical Engineering & Technology
(IJMET), Volume 4, Issue 5, 2013, pp. 1 - 9, ISSN Print: 0976 – 6340, ISSN Online:
0976 – 6359.
[11]. Saifuldeenabed Jebur, Prabhat Kumar Sinha and Ishan Om Bhargava, “Advancement and
Stimulation of Five Degree of Freedom Robot Lever Arm”, International Journal of
Mechanical Engineering & Technology (IJMET), Volume 5, Issue 3, 2014, pp. 20 - 30,
ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359.

Mais conteúdo relacionado

Mais procurados

Color Sorting Robotic Arm
Color Sorting Robotic ArmColor Sorting Robotic Arm
Color Sorting Robotic ArmIRJET Journal
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET Journal
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET Journal
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET Journal
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET Journal
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robotijtsrd
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET Journal
 
IRJET- Cloth Matching and Color Selection using Intelligent Robotic System
IRJET- Cloth Matching and Color Selection using Intelligent Robotic SystemIRJET- Cloth Matching and Color Selection using Intelligent Robotic System
IRJET- Cloth Matching and Color Selection using Intelligent Robotic SystemIRJET Journal
 
Arduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart CitiesArduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart Citiesijtsrd
 
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET Journal
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET Journal
 
IRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET Journal
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual AssistantIRJET Journal
 
23 2 feb17 15nov16 13357 27441-1-sp(edit)
23 2 feb17 15nov16 13357 27441-1-sp(edit)23 2 feb17 15nov16 13357 27441-1-sp(edit)
23 2 feb17 15nov16 13357 27441-1-sp(edit)IAESIJEECS
 

Mais procurados (20)

Color Sorting Robotic Arm
Color Sorting Robotic ArmColor Sorting Robotic Arm
Color Sorting Robotic Arm
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting Machine
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
B044020609
B044020609B044020609
B044020609
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robot
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoT
 
IRJET- Cloth Matching and Color Selection using Intelligent Robotic System
IRJET- Cloth Matching and Color Selection using Intelligent Robotic SystemIRJET- Cloth Matching and Color Selection using Intelligent Robotic System
IRJET- Cloth Matching and Color Selection using Intelligent Robotic System
 
Arduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart CitiesArduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart Cities
 
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement Trailer
 
IRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled Robot
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
 
23 2 feb17 15nov16 13357 27441-1-sp(edit)
23 2 feb17 15nov16 13357 27441-1-sp(edit)23 2 feb17 15nov16 13357 27441-1-sp(edit)
23 2 feb17 15nov16 13357 27441-1-sp(edit)
 

Destaque

Vencendo batalhas (a tristeza e a solidão não habitam em meu coração
Vencendo batalhas (a tristeza e a solidão não habitam em meu coraçãoVencendo batalhas (a tristeza e a solidão não habitam em meu coração
Vencendo batalhas (a tristeza e a solidão não habitam em meu coraçãoSUSSURRO DE AMOR
 
3º Workshop do Pólo Francano de TI - 2015
3º Workshop do Pólo Francano de TI - 20153º Workshop do Pólo Francano de TI - 2015
3º Workshop do Pólo Francano de TI - 2015Renato A. Castro
 
PráCtica DiseccióN Pez
PráCtica DiseccióN PezPráCtica DiseccióN Pez
PráCtica DiseccióN PezColegio B P
 
Rse Toolkit
Rse ToolkitRse Toolkit
Rse ToolkitRoadmap
 
Ag resolução 8º ano
Ag resolução 8º anoAg resolução 8º ano
Ag resolução 8º anoproffelipemat
 
Aprende FotografíA Desde Cero N 1
Aprende FotografíA Desde Cero N 1Aprende FotografíA Desde Cero N 1
Aprende FotografíA Desde Cero N 1Joseluis58
 
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.Inma Capo
 
EL período de entreguerras
EL período de entreguerrasEL período de entreguerras
EL período de entreguerrasguest23e378
 
Internet: retos y oportunidades en la industria del vino
Internet: retos y oportunidades en la industria del vinoInternet: retos y oportunidades en la industria del vino
Internet: retos y oportunidades en la industria del vinoJuan Such
 
Nadaesimposibleparati
NadaesimposibleparatiNadaesimposibleparati
Nadaesimposibleparatijavieres
 

Destaque (20)

Dupa ani de dresaj, un aport reusit
Dupa ani de dresaj, un aport reusitDupa ani de dresaj, un aport reusit
Dupa ani de dresaj, un aport reusit
 
Perto de ti eu quero estar
Perto de ti eu quero estarPerto de ti eu quero estar
Perto de ti eu quero estar
 
Uma vaca voando
Uma vaca voandoUma vaca voando
Uma vaca voando
 
Vencendo batalhas (a tristeza e a solidão não habitam em meu coração
Vencendo batalhas (a tristeza e a solidão não habitam em meu coraçãoVencendo batalhas (a tristeza e a solidão não habitam em meu coração
Vencendo batalhas (a tristeza e a solidão não habitam em meu coração
 
3º Workshop do Pólo Francano de TI - 2015
3º Workshop do Pólo Francano de TI - 20153º Workshop do Pólo Francano de TI - 2015
3º Workshop do Pólo Francano de TI - 2015
 
Tomcat
TomcatTomcat
Tomcat
 
Presentacion Bases De Datos
Presentacion Bases De DatosPresentacion Bases De Datos
Presentacion Bases De Datos
 
Moscow Scenery
Moscow SceneryMoscow Scenery
Moscow Scenery
 
Resolució Del Problema
Resolució Del ProblemaResolució Del Problema
Resolució Del Problema
 
PráCtica DiseccióN Pez
PráCtica DiseccióN PezPráCtica DiseccióN Pez
PráCtica DiseccióN Pez
 
Contabilidad4016enero2008
Contabilidad4016enero2008Contabilidad4016enero2008
Contabilidad4016enero2008
 
Rse Toolkit
Rse ToolkitRse Toolkit
Rse Toolkit
 
Ag resolução 8º ano
Ag resolução 8º anoAg resolução 8º ano
Ag resolução 8º ano
 
O que o pecado faz
O que o pecado fazO que o pecado faz
O que o pecado faz
 
Deus do impossivel
Deus do impossivelDeus do impossivel
Deus do impossivel
 
Aprende FotografíA Desde Cero N 1
Aprende FotografíA Desde Cero N 1Aprende FotografíA Desde Cero N 1
Aprende FotografíA Desde Cero N 1
 
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.
Poder Neurologico 2 nn - Mi programa de DPNL en imágenes.
 
EL período de entreguerras
EL período de entreguerrasEL período de entreguerras
EL período de entreguerras
 
Internet: retos y oportunidades en la industria del vino
Internet: retos y oportunidades en la industria del vinoInternet: retos y oportunidades en la industria del vino
Internet: retos y oportunidades en la industria del vino
 
Nadaesimposibleparati
NadaesimposibleparatiNadaesimposibleparati
Nadaesimposibleparati
 

Semelhante a 30120140506004

AI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemAI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemIRJET Journal
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – BotIRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
IRJET- Development of Robotic Arm using Arduino and Matlab R2016a
IRJET- Development of Robotic Arm using Arduino and Matlab R2016aIRJET- Development of Robotic Arm using Arduino and Matlab R2016a
IRJET- Development of Robotic Arm using Arduino and Matlab R2016aIRJET Journal
 
Automatic writing machine based on Arduino
Automatic writing machine based on ArduinoAutomatic writing machine based on Arduino
Automatic writing machine based on ArduinoIRJET Journal
 
IRJET- KC Draw using Arduino
IRJET- KC Draw using ArduinoIRJET- KC Draw using Arduino
IRJET- KC Draw using ArduinoIRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
Welcome to-our-presentation
Welcome to-our-presentationWelcome to-our-presentation
Welcome to-our-presentationRe Majumder
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...IJSRD
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...IJSRD
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
Arduino Based Smart Parking System
Arduino Based Smart Parking SystemArduino Based Smart Parking System
Arduino Based Smart Parking SystemIRJET Journal
 
IRJET- Android based Home Automation System with Power Optimization Modes
IRJET-  	  Android based Home Automation System with Power Optimization ModesIRJET-  	  Android based Home Automation System with Power Optimization Modes
IRJET- Android based Home Automation System with Power Optimization ModesIRJET Journal
 
Real Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino RobotReal Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino Robotijtsrd
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoIRJET Journal
 
Flexible robotic hand
Flexible robotic hand Flexible robotic hand
Flexible robotic hand Nâhíd Alam
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTIRJET Journal
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGIRJET Journal
 

Semelhante a 30120140506004 (20)

CNC Plotter Machine
CNC Plotter Machine CNC Plotter Machine
CNC Plotter Machine
 
AI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemAI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation System
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – Bot
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
IRJET- Development of Robotic Arm using Arduino and Matlab R2016a
IRJET- Development of Robotic Arm using Arduino and Matlab R2016aIRJET- Development of Robotic Arm using Arduino and Matlab R2016a
IRJET- Development of Robotic Arm using Arduino and Matlab R2016a
 
Automatic writing machine based on Arduino
Automatic writing machine based on ArduinoAutomatic writing machine based on Arduino
Automatic writing machine based on Arduino
 
IRJET- KC Draw using Arduino
IRJET- KC Draw using ArduinoIRJET- KC Draw using Arduino
IRJET- KC Draw using Arduino
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
Welcome to-our-presentation
Welcome to-our-presentationWelcome to-our-presentation
Welcome to-our-presentation
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
Arduino Based Smart Parking System
Arduino Based Smart Parking SystemArduino Based Smart Parking System
Arduino Based Smart Parking System
 
IRJET- Android based Home Automation System with Power Optimization Modes
IRJET-  	  Android based Home Automation System with Power Optimization ModesIRJET-  	  Android based Home Automation System with Power Optimization Modes
IRJET- Android based Home Automation System with Power Optimization Modes
 
Real Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino RobotReal Time Hand Gesture Recognition Based Control of Arduino Robot
Real Time Hand Gesture Recognition Based Control of Arduino Robot
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
 
Flexible robotic hand
Flexible robotic hand Flexible robotic hand
Flexible robotic hand
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
 

Mais de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mais de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 

Último (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 

30120140506004

  • 1. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 36 A DIFFERENT APPLICATIONS OF ARDUINO Maha M. Lashin Mechanical Engineering Department, Shoubra Faculty of Engineering, Banha University, Egypt ABSTRACT Arduino is a rapid electronic prototyping platform composed by the Arduino board, and IDE and it is used because it is an open-source project, flexible, easy to use, and unexpensive. Arduino are growing online community. A robotic scrub nurse has been developed here to assist human scrub nurses (also called delivery scrub nurses) during surgical interventions. The developed system in this work depended on Arduino as a control system to equipped with a speech recognition module to recognize the requested surgical instrument; Siri-Bot locates this element on a storage tray using computer vision and pattern recognition and picks the element from the tray placing it on an interchange tray where the human scrub nurse can finally use this tool. KEYWORDS: Microcontroller- Arduino- Scrub Nurse Robot. INTRODUCTION The Arduino is as in [1] an open-source microcontroller development board. It is consists of both a physical programmable circuit board and a piece of software, or Integrated Development Environment running computer to write and upload computer code to the physical board. Arduino also can be defining as a small computer on a single integrated circuit containing a processor core, memory, and programmable input/ output peripherals. The Arduino used to read sensors and control things like motors and lights. It allowed to upload programs to this board which interact with things in the real world. The Arduino can operate independently like robot which connected to a computer the computer access to sensor data from the outside world and providing feedback, connected to other Arduino’s, or other electronic devices and controller chips. Arduino programming language uses a simplified version of C++. INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) ISSN 0976 – 6340 (Print) ISSN 0976 – 6359 (Online) Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME: www.iaeme.com/ijmet.asp Journal Impact Factor (2014): 7.5377 (Calculated by GISI) www.jifactor.com IJMET © I A E M E
  • 2. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 37 ARDUINO STRUCTURE Arduino structure depends on two branches hardware and software branch. Hardware is an open-source circuit board with a microprocessor and input/output (I/O) pins for communication and controlling physical objects (LED, servos, buttons, etc.). The board will typically be powered via USB or an external power supply which in turn allows it to power other hardware and sensors. Arduino also has an open-source software component which is similar to C++. The Arduino integrated development environment allows writing code, compiling it, and then uploading it to Arduino for standalone use in prototyping and projects. ARDUINO TYPES The Arduino comes in a variety of different types that allows for flexibility in choosing the perfect solution as following; Arduino Uno The Uno as in figure 1 is an Arduino type which works with almost every shield available. It is meant to be used as a permanent fixture in projects or with breadboards for testing. FIG.1: Arduino Uno Type Arduino Nano As in figure 2 the Nano is almost feature for feature the same as the Arduino Uno, but it is about 1/3 the size and cannot use shields easily. FIG.2: Arduino Nano Type
  • 3. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 38 Arduino Lilypad The Lilypad as in figure 3 has a unique design that can be sewn into fabrics for wearable projects or art. FIG.3: Arduino Lilypad Type Arduino Mega 2560 The Mega 2560 has more memory and more I/O pins than any other Arduino. This is the biggest and best Arduino can get as figure 4 shown. FIG.4: Arduino Mega 2560 Type Netduino The Netduino is the cousin of the Arduino. It is as in figure 5 still an open source hardware hacking and prototyping solution. But the Netduino runs net micro framework for its software base. It is pin compatible with Arduino shields, but some may require drivers to run. FIG.5: Arduino Netduino Type
  • 4. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 39 Arduino Shield Arduino shields make adding functionality to the Arduino very easy. The shields have pins that push right into the top of the Arduino and then it can immediately take advantage of whatever the shield can do. A multiple shields can be added at a time. Arduino shields using hardware components interfaced over different types of protocols such as SPI, I2C,1-Wire or serially over a UART are generally good candidates for a Netduino adaptation because the .NET Micro framework supports these protocols natively and can do bulk I/O transfers, yielding good performance. AREA OF ARDUINO APPLICATIONS Arduino as in [2] is a good device for developing interactive objects, taking inputs from a variety of switches or sensors and controlling a variety of lights, motors and other outputs. Arduino projects can be stand-alone or they can be connected to a computer using USB. The Arduino will be seen by the computer as a standard series interface. The Arduino board is a microcontroller board, which is a small circuit that contains a whole computer on a small chip. ROBOT SCRUB NURSE As Mithun George [3], Anna Kochan [4], Wachs [5], and Joelle [6] the robotic nurse can used to make the tasks of human nurse with high quality. Their robotic nurses used another type of control systems to interface with this robots. But in that work (scrub nurse robot) the Arduino used as a new control system to make the deal with this robotic nurse so easy. As in figure 6 scrub nurse robot will discuss as a new application of Arduino. The main idea of the scrub nurse robot is to make the same required tasks like human nurse with more accurate, fast, and also with no feel tired. FIG.6: Robot Scrub Nurse The work of the scrub nurse robot begging when the surgeon required a certain tool from the robot then, the surgeon voice input to the robot through a speech recognition shield for Arduino as in figure 7, the voice will detection and recognition by the Arduino software.
  • 5. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 40 FIG. 7: Speech Recognition Shield After that the surgical tools image capture by image acquisition device as a webcam, then the image processing and template matching go ahead by the image processing program (visual studio2010 C++). The output of all process is the moving of robot arms in X, Y directions to catch the required tool and move it towards to surgeon. Figure 8 describe the flow chart of the scrub nurse robot process. FIG.8: Scrub Nurse Flow Operation ROBOTIC SCRUB NURSE STRUCTURE The scrub nurse robot consists of hardware and software systems. These systems can be explained as following; Hardware System Scrub nurse robot hardware has three branches. The first branch is the mechanical branch or manipulator which contain two arms, four joints, two basics (one moving and other stationary), and gripper as in figure 9.
  • 6. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 41 FIG.9: Scrub Nurse Robot’s Manipulator The electrical branch consists of the image acquisition device (webcam) which connected computer cable as in figure10. FIG.10: Scrub Nurse Robot’s Camera
  • 7. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 42 As in figure 11 four DC motors with 6V and 0.16/60 degree speed used for moving base around its centre line (Y-axis), moving arm1 to front or back at X-axis direction, moving arm2 to up or down at Y-axis direction, and open-closed the gripper. Also a switched mode power supply with 20 KHz frequency used for the DC motors and Arduino board. FIG.11: DC Motor and the Switched Power supply The final branch is the controlling branch which contained an Arduino Mega microcontroller board based on ATmega1280 with 54 I/O Pins with 40mA DC current for each pin, 6V power, and 128 flash memory as in figure12. The final part in the control system is the speech recognition and image processing shields for Arduino as shown in figure7. FIG.11: Arduino Mega Microcontroller Board Software System The software system in Arduino which controlled on each components and each process at the scrub nurse robot. The programming language used for ATmega1280 is the C++ language. The different controlling cods written by C++ language and then a certain communication by USB has don between Arduino board and the computer to sent cods to Arduino memory. Arduino software includes a serial monitor which allows simply textual data to b sent to and from the Arduino board. The hardware and software systems flow chart show in figure12.
  • 8. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 43 FIG.12: General Flow Chart for the Scrub Nurse Robot’s Hardware and Software CONTROLLING CODES As explained before Arduino controlling unit board has programmed by C++ language to create the controlling codes. A sample of these codes will appear as following; SPEECH RECOGNITION CODE staticvoidSpeechRecognitionWithChoices() GrammarBuildergrammarBuilder = newGrammarBuilder(); //grammarBuilder.Append("I"); // add "I" grammarBuilder.Append(newChoices("Forceps", "Clamp", "Scissors")); _recognizer.RequestRecognizerUpdate(); _recognizer.LoadGrammar(newGrammar(grammarBuilder)); // load grammar try _recognizer.SetInputToDefaultAudioDevice(); // set input to default audio device _recognizer.RecognizeAsync(RecognizeMode.Multiple); // recognize speech catch publicvoidspeechRecognitionWithChoices_SpeechRecognized(object sender, SpeechRecognizedEventArgs e) //MessageBox.Show(e.Result.Words[0].Text); SetDirection(e.Result.Words[0].Text); manualResetEvent.Set(); publicvoidSetDirection(string Direction) //MessageBox.Show(Direction); textBox1.Text = Direction;
  • 9. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 44 IMAGE PROCESSING CODE privatevoidRecognizeTools() Centers_X.Clear(); Centers_Y.Clear(); flowLayoutPanel1.Controls.Clear(); Dictionary = newDictionary<string, Point>(); double[] VerticalProjections = GetVerticalProjections((Bitmap)pictureBox1.Image); LocateTools((Bitmap)pictureBox1.Image, VerticalProjections); foreach (string filename infnames) Bitmap mask = newBitmap(Image.FromFile(filename)); intwhitePixelsCount = 10000; PointDetectedCenter = newPoint(0, 0); for (int i = 0; i <Centers_X.Count; i++) intfalsePixelsCount = Anding((Bitmap)pictureBox1.Image, mask, Centers_X[i], Centers_Y[i]); if (falsePixelsCount<whitePixelsCount) whitePixelsCount = falsePixelsCount; DetectedCenter.X = (int)Centers_X[i]; DetectedCenter.Y = (int)Centers_Y[i]; intstartIndx = filename.IndexOf(''); intendIndx = filename.IndexOf('.'); string substring = filename.Substring(startIndx + 1, endIndx - (startIndx + 1)); Dictionary.Add(substring, DetectedCenter); listBox1.Items.Add(substring + " : Center( " + DetectedCenter.X.ToString() + "," + DetectedCenter.Y.ToString() + ")"); publicBitmapMeanAvg(Bitmap b1) BitmapbSrc = newBitmap(b1.Width, b1.Height); // GDI+ still lies to us - the return format is BGR, NOT RGB. BitmapDatabmData = b1.LockBits(newRectangle(0, 0, b1.Width, b1.Height), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb); BitmapDatabmSrc = bSrc.LockBits(newRectangle(0, 0, bSrc.Width, bSrc.Height), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb); int stride = bmData.Stride; System.IntPtr Scan0 = bmData.Scan0; System.IntPtr SrcScan0 = bmSrc.Scan0;
  • 10. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 45 List<int>pixlval = newList<int>(); unsafe byte* p = (byte*)(void*)Scan0; byte* pSrc = (byte*)(void*)SrcScan0; intnOffset = stride - b1.Width * 3; boolremoveMe = false; for (int y = 2; y < b1.Height-2; y++) for (int x = 2; x < b1.Width-2; x++) if (p[0] == 255) for (int s = (-1 * stride); s <= (stride); s += stride) for (int t = (-3); t <= ( 3); t += 3) //if ((p + s + t)[0] == 255) // removeMe = true; pixlval.Add((p + s + t)[0]); pixlval.Sort(); pSrc[0] = (byte)(pixlval[5]); pSrc[1] = (byte)(pixlval[5]); pSrc[2] = (byte)(pixlval[5]); //if(removeMe) //{ // pSrc[0] = pSrc[1] = pSrc[2] = (byte)(0); //} p += 3; pSrc += 3; pixlval.Clear(); p += nOffset; pSrc += nOffset; b1.UnlockBits(bmData); bSrc.UnlockBits(bmSrc); returnbSrc; publicBitmap Negative(Bitmap b) // GDI+ still lies to us - the return format is BGR, NOT RGB. BitmapDatabmData = b.LockBits(newRectangle(0, 0, b.Width, b.Height), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb); int stride = bmData.Stride;
  • 11. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 36-46 © IAEME 46 CONCLUSION This paper describes how a robotic scrub nurse has been developed to assist human scrub nurses (also called delivery scrub nurses) during surgical interventions. The developed system in this work is equipped with a speech recognition module to recognize the requested surgical tools; Arduino control system used to locates this element on a storage tray using computer vision and pattern recognition and picks the element from the tray placing it on an interchange tray where the surgeon can finally use this tool. The robotic scrub nurse gave a good example as a new application of Arduino microcontroller board. REFERENCES [1]. Alan G. Smith, “Introduction to Arduino”, September 30, 2011. [2]. Amit Saha, “Learning to Program the Arduino”, Linux journal, Mar 26, 2012. [3]. Mithun George Jacob, Yu-Ting Li, etl, “Collaboration with a Robotic Scrub Nurse”, Communications of the ACM, May 2013. Vol.56, No.5, Pages 68-75. [4]. Anna Kochan, “Robots offer significant advantages for white goods manufacturers”, Industrial Robot: An International Journal, Vol. 32 Iss: 3, pp. 223-225, 2005. [5]. Wachs, J.P., Kolsch, etl, “Future surgeons may use robotic nurse, ‘gesture recognition” Communications of the ACM Vol. 54 No. 2, pg. 60-71, February 4, 2011. [6]. Joelle Pineaua, Michael Montemerloa, etl,” Towards robotic assistants in nursing homes: Challenges and results” ELSEVIER, Robotics and Autonomous Systems 42 (2003) 271–281. [7]. Documentation and demos of C++. [8]. Sajid M. Sheikh and Tshoganyetso Mangadi, “An Arduino Based Building Lights Management System”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 6, 2013, pp. 45 - 59, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [9]. Srushti H. Bhatt, N. Ravi Prakash and S. B. Jadeja, “Modelling of Robotic Manipulator Arm”, International Journal of Mechanical Engineering & Technology (IJMET), Volume 4, Issue 3, 2013, pp. 125 - 129, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. [10]. Hameedah Sahib Hasan and Dr. P.Ramesh Babu, “Analysis and Control of Mobile Robot for Pipe Line Inspection”, International Journal of Mechanical Engineering & Technology (IJMET), Volume 4, Issue 5, 2013, pp. 1 - 9, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. [11]. Saifuldeenabed Jebur, Prabhat Kumar Sinha and Ishan Om Bhargava, “Advancement and Stimulation of Five Degree of Freedom Robot Lever Arm”, International Journal of Mechanical Engineering & Technology (IJMET), Volume 5, Issue 3, 2014, pp. 20 - 30, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359.