Automatic Hand Writing Machine
Automatic Hand Writing Machine
Automatic Hand Writing Machine
CONTENTS
• Abstract
• Introduction
• Block diagram
• Components
• Methodology
• Overview
• Advantages
• Disadvantages
• Conclusion
• References
ABSTRACT
• Robotic arms are programmed robot with similar function of a human arm.
• Aim : To develop a robotic arm which helps the physically handicapped
person to write.
• It is programmed to write down the words that individual wants.
• To perform the writing operations, the robotic arm will be fitted with a pen.
• It can also make you draw small sketches.
• It will be a low cost device that can enable the people who are physically
challenged to write.
• This presentation describes the basic design of writing robotic arm , how it
can be implemented in different fields.
INTRODUCTION
• It is always difficult for physically handicapped and blind people in case of
write up.
• They always need stenographers to help them to write.
• AIM OF PRESENTATION: To provide a system which eases the lives of
handicap, blind and paralyzed people by completing their write-up work
• MAJOR ADVANTAGE: Writes the contents on paper using pen.
• It is a mechanical hand which is used to write the characters.
• Helps students to save their time from unnecessary write-up work.
• Completes their writing part with much faster , efficiently & without errors.
BLOCK DIAGRAM
COMPONENTS
1.ARDUINO UNO :
• Microcontroller board based on the ATmega328
• Achieves throughputs close to 1MIPS per MHZ.
• Aim : To increase the processing speed.
• It has 14 digital input/output pins.
• Operating voltage : 1.8 to 5.5 volt.
• Connection: Connect it to a computer with a USB cable or power it with a
AC-to-DC adapter or battery.
• Features the Atmega8U2 programmed as a USB-to-serial converter.
2.SERVO MOTOR :
• Allows precise control of linear or angular position, speed.
• Involves a sensor which is coupled to a motor for location feedback.
• A motor appropriate for use in a closed-loop control system.
• Operates based on the PWM signals received.
• PWM is used to control the motion of servo motor based on controllers
digital output.
• When the beam is at the preferred location, power supply is stopped.
• If not, the motor is twisted in the suitable direction.
Pulse Width=1ms
*minimum pulse
Pulse Width=1.5ms
*neutral position
Pulse Width=2ms
*maximum pulse
3.SERIAL CABLE :
• Required to transmit the data from computer to arduino board.
• The data is transmitted in the form of digital pulses
• Frequently used between computer and other peripherals
for data communication.
• Involves transmitting data over a single data line and one
bit at a time.
4. SOFTWARE :
• It is used for processing libraries of algorithms such as
i. Filtering
ii. Equalization
iii. Dynamic range control
iv. Reverberation sources ; Eg: audio oscillators
v. measurements.
METHODOLOGY