SlideShare a Scribd company logo
1 of 4
Download to read offline
Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22
www.ijera.com 19 | P a g e
Rect-O-Back
Hardik Garg, Ashu Jain
Electronics and Communication Faridabad, India
Electronics and Communication Faridabad, India
Abstract
This document presents an approach towards developing an electronics device and a software application to
maintain the correct body posture which is a mobile solution to keep our back strong and healthy. It presents the
designing and functioning of equipment and software.
IndexTerms—Body posture, Baud rate, Accelerometer, Gyroscope
I. Introduction
In this work, Rect-O-Back is developed which is
a posture correcting and maintaining device for health
care facilities. Primary purpose of the device is to
achieve health panacea by taking care of patients
back problem.
There is a massive problem - back pain, about
80% of the population will experience significant
back pain sometimes in their lives. It is a leading
cause of missing work days, visits to the doctor, and
disability claims. It is outnumbered only by the
common cold. In our research, we learnt a scientific
correlation between back pain and posture, and this is
the inspiration behind Recto back. This device can
measure both upper and lower back posture.
One important thing here is that it changes our
relationship with technology and our phones. With
recto we are now wearing a code, and this, extends
the powerful computing power of our phone to rest of
our bodies turning it into a new platform for
innovation.
Recto back is a combination of this thin, flexible
sensor device which user can put on their back or can
wear it with their belt. It connects the user with their
phone, and it measures their posture in real time. It
helps people avoid injuries, get stronger and be
healthier.
Presently, most of the devices that are used for
maintaining posture are manual. They do not have
any technology, so they are not reliable and those
available with any technological element are
costly.Lumo lift and lumo back are some other
products for correcting body posture but, they cannot
measure both upper and lower body posture. Lumo
back is for lower body posture and Lumo lift is for
upper body posture. Whereas, Rect-O-Back can
measure both upper and lower back posture.
Rect-O-Back is a simple device which will
vibrates gently whenever user slouches reminding
him to sit straight, stand tall, and feel healthier. It is a
reliable system which can be used by common
masses.
This system is achieved by interfacing different
techniques used in various branches of engineering
including Electronics, Mechanical, and computer
science.
these limitations. This system is achieved by
interfacing various techniques used in various
branches of engineering including Electronics,
Mechanical, and computer science.
Figure 1
Figure 1 shows the good and bad posture which
forms the basis of our work.
II. DEVICE
Device consists of following components: -
1) Microcontroller
2) Accelerometer
3) Gyroscope
4) Bluetooth module
5) Vibrator motor
6) Lithium-ion battery
7) Battery charger
Microcontroller is the processing unit.
Accelerometer and Gyroscope are used for measuring
posture value. Vibrator motor is used for providing
alert. Bluetooth module is used to send posture values
to the mobile phone software application.
Lithium-ion battery provides power to the
device.
RESEARCH ARTICLE OPEN ACCESS
Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22
www.ijera.com 20 | P a g e
I. FLOW CHART
Figure 2
Device consists of a microcontroller as brain of the
system along with two sensors, Accelerometer and
Gyroscope for measuring posture values as shown in
figure 2. These values are processed by the
microcontroller using a designed algorithm. If these
values do not represent correct posture then, the
microcontroller will generate a signal for switching on
the vibrator motor indicating that the posture is not
correct. These values are consistently transferred to
the mobile phone application via Bluetooth present in
the device. Software will create a daily report
regarding posture that the user can see.
III. ELECTRONICS COMPONENTS USED
A. Arduino Pro Mini (containing atmega 168
microcontroller)
Figure 3
(Image source -
http://arduino.cc/en/Main/ArduinoBoardProMini )
The Arduino pro mini is a microcontroller board
having Atmega168 microcontroller. It has 14 digital
input/output pins. Eight pins are analog input pins.
Six pins can be used as PWM (pulse width
modulation) pins. For USB power, a six pin
connector can be connected to FTDI cable.
B. Accelerometer MMA7631
Three axis accelerometer is used. Low power is
required for the sensor. It is highly sensitive. Current
consumption is low. Sleep mode is also present to
save power.
It provides X, Y, and Z axis values of the body
posture. The controller then processes these values.
Accelerometer interfacing with Arduino pro mini
Figure 4
C. Bluetooth Module
Bluelink Silver, a class-2 bluetoothmodule is used
to connect the device with mobile phone application
wirelessly. It is a compact Class- It has seven pins -
positive voltage, negative voltage, receiving,
transmitting, clear to send, ready to send, reset.
Out of these seven pins, four pins are used for
normal operation – VCC, GND, RX, TX. It is a serial
transmitting device with baud rate varies from 9600
to 115200 bps.
Bluetooth module interfacing with Arduino pro
mini
Figure 5
D. Gyroscope
ITG-3200 triple axis digital output gyroscope is
used. It is a single chip sensor. It consists of three
sixteen bit analog to digital convertors. It provides
angular X, Y, and Z axis values of the body posture.
The controller then processes these values. Vibrator
Motor Vibrator motor provides vibrational alert
whenever body posture is wrong.
Vibrator motor interfacing with Arduino
Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22
www.ijera.com 21 | P a g e
Figure 6
IV. BLUETOOTH CONNECTIVITY
To make the device portable, Bluetooth module
is used for synchronizing device with the software.
Bluetooth operates in the unlicensed ISM band which
is 2.45GHz. Connectivity range is also appropriate.
V. ALGORITHM (HARDWARE)
FIGURE 7
Algorithm for hardware programming is shown in
Figure 7.
Values from gyroscope and accelerometer are
compared with standard posture values in real time. If
values are same then, posture is correct otherwise it is
incorrect. Vibration alert is generated whenever
posture is wrong.
VI. ACKNOWLEDGMENT
The authors would like to thank Mr. Umesh Dutta
of the department of Electronics and Communication
under whose aegis, this work is completed.
REFERENCES
[1] http://www.lumoback.com/main/
[2] http://arduino.cc/en/Main/ArduinoBoardPr
oMini
[3] http://www.lumobodytech.com/lumoback/
[4] http://www.rhydolabz.com/index.php ?main
_page=products_new
[5] http://dexterminds.com/
Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22
www.ijera.com 22 | P a g e
CIRCUIT DIAGRAM
Figure 8
Circuit diagram is shown in Figure 8. Arduino pro mini board (atmega168 microcontroller) is connected with
Bluetooth module, accelerometer, gyroscope, and vibrator motor.

More Related Content

What's hot

Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring systemYousuf Shaikh
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand MovementsIRJET Journal
 
Brain controlled artificial legs
Brain controlled artificial legsBrain controlled artificial legs
Brain controlled artificial legsIAEME Publication
 
IEEE Embedded Systems Top most Projects 2016-17 for Engineering Students Fre...
IEEE Embedded Systems Top most Projects 2016-17  for Engineering Students Fre...IEEE Embedded Systems Top most Projects 2016-17  for Engineering Students Fre...
IEEE Embedded Systems Top most Projects 2016-17 for Engineering Students Fre...Elysium Technologies Private Ltd
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...IJECEIAES
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorReal Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorAssociate Professor in VSB Coimbatore
 
VOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIRVOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIRMandar Jadhav
 
Gesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationGesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationRajendra Prasad
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET Journal
 
Android Based Voice Controlled Smart Wheelchair
Android Based Voice Controlled Smart WheelchairAndroid Based Voice Controlled Smart Wheelchair
Android Based Voice Controlled Smart WheelchairIRJET Journal
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDJournal For Research
 
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...MD. Anamul Haque
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET Journal
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET Journal
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...IRJET Journal
 
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...ijtsrd
 

What's hot (20)

Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring system
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand Movements
 
Brain controlled artificial legs
Brain controlled artificial legsBrain controlled artificial legs
Brain controlled artificial legs
 
IEEE Embedded Systems Top most Projects 2016-17 for Engineering Students Fre...
IEEE Embedded Systems Top most Projects 2016-17  for Engineering Students Fre...IEEE Embedded Systems Top most Projects 2016-17  for Engineering Students Fre...
IEEE Embedded Systems Top most Projects 2016-17 for Engineering Students Fre...
 
PROJECT PHASE 2
PROJECT PHASE 2PROJECT PHASE 2
PROJECT PHASE 2
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO ProcessorReal Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
Real Time ECG and Saline Level Monitoring System Using Arduino UNO Processor
 
VOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIRVOICE OPERATED WHEELCHAIR
VOICE OPERATED WHEELCHAIR
 
Gesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationGesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentation
 
IRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for PassengersIRJET - An IoT based Smart Medical System in Trains for Passengers
IRJET - An IoT based Smart Medical System in Trains for Passengers
 
Android Based Voice Controlled Smart Wheelchair
Android Based Voice Controlled Smart WheelchairAndroid Based Voice Controlled Smart Wheelchair
Android Based Voice Controlled Smart Wheelchair
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...
Android controlled Microcontroller (Arduino) based Motorized Wheelchair for H...
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
IRJET- IoT based Patient Health Monitoring System using Raspberry Pi-3
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoT
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
 
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...
Internet of Things IoT Based Healthcare Monitoring System using NodeMCU and A...
 

Viewers also liked

Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...
Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...
Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...IJERA Editor
 
Dual Authentication For Bluetooth Connection
Dual Authentication For Bluetooth ConnectionDual Authentication For Bluetooth Connection
Dual Authentication For Bluetooth ConnectionIJERA Editor
 
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...Wireless Power Transmission Compare and Contrast with the Form of Resonance F...
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...IJERA Editor
 
Delay Limited Transmission Techniques with Low Density Parity Check Method of...
Delay Limited Transmission Techniques with Low Density Parity Check Method of...Delay Limited Transmission Techniques with Low Density Parity Check Method of...
Delay Limited Transmission Techniques with Low Density Parity Check Method of...IJERA Editor
 
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...Micro-Turbine Generation Control System Optimization Using Evolutionary algor...
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...IJERA Editor
 
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...IJERA Editor
 
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element Method
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element MethodProbabilistic Design Hollow of Airfoil Wing by Using Finite Element Method
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element MethodIJERA Editor
 
Experimental investigation of damping force of twin tube shock absorber
Experimental investigation of damping force of twin tube shock absorberExperimental investigation of damping force of twin tube shock absorber
Experimental investigation of damping force of twin tube shock absorberIJERA Editor
 
Design and Optimisation of Sae Mini Baja Chassis
Design and Optimisation of Sae Mini Baja ChassisDesign and Optimisation of Sae Mini Baja Chassis
Design and Optimisation of Sae Mini Baja ChassisIJERA Editor
 
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...IJERA Editor
 
Implementation of I2C Master Bus Protocol on FPGA
Implementation of I2C Master Bus Protocol on FPGAImplementation of I2C Master Bus Protocol on FPGA
Implementation of I2C Master Bus Protocol on FPGAIJERA Editor
 
Evolution of Modelling Techniques for Service Oriented Architecture
Evolution of Modelling Techniques for Service Oriented ArchitectureEvolution of Modelling Techniques for Service Oriented Architecture
Evolution of Modelling Techniques for Service Oriented ArchitectureIJERA Editor
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...IJERA Editor
 
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...IJERA Editor
 
Tri-State Buffer with Common Data Bus
Tri-State Buffer with Common Data BusTri-State Buffer with Common Data Bus
Tri-State Buffer with Common Data BusIJERA Editor
 
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...Probabilistic Design of Hollow Circular Composite Structure by using Finite E...
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...IJERA Editor
 
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...IJERA Editor
 
Investigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFISInvestigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFISIJERA Editor
 

Viewers also liked (18)

Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...
Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...
Guiding Principles in Selecting AC To DC Converters For Power Factor Correcti...
 
Dual Authentication For Bluetooth Connection
Dual Authentication For Bluetooth ConnectionDual Authentication For Bluetooth Connection
Dual Authentication For Bluetooth Connection
 
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...Wireless Power Transmission Compare and Contrast with the Form of Resonance F...
Wireless Power Transmission Compare and Contrast with the Form of Resonance F...
 
Delay Limited Transmission Techniques with Low Density Parity Check Method of...
Delay Limited Transmission Techniques with Low Density Parity Check Method of...Delay Limited Transmission Techniques with Low Density Parity Check Method of...
Delay Limited Transmission Techniques with Low Density Parity Check Method of...
 
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...Micro-Turbine Generation Control System Optimization Using Evolutionary algor...
Micro-Turbine Generation Control System Optimization Using Evolutionary algor...
 
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...
Mixotrophic Cultivation of Botryococcus Braunii for Biomass and Lipid Yields ...
 
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element Method
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element MethodProbabilistic Design Hollow of Airfoil Wing by Using Finite Element Method
Probabilistic Design Hollow of Airfoil Wing by Using Finite Element Method
 
Experimental investigation of damping force of twin tube shock absorber
Experimental investigation of damping force of twin tube shock absorberExperimental investigation of damping force of twin tube shock absorber
Experimental investigation of damping force of twin tube shock absorber
 
Design and Optimisation of Sae Mini Baja Chassis
Design and Optimisation of Sae Mini Baja ChassisDesign and Optimisation of Sae Mini Baja Chassis
Design and Optimisation of Sae Mini Baja Chassis
 
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...
Implementation Of Thyristor Controlled Series Capacitor (TCSC) In Transmissio...
 
Implementation of I2C Master Bus Protocol on FPGA
Implementation of I2C Master Bus Protocol on FPGAImplementation of I2C Master Bus Protocol on FPGA
Implementation of I2C Master Bus Protocol on FPGA
 
Evolution of Modelling Techniques for Service Oriented Architecture
Evolution of Modelling Techniques for Service Oriented ArchitectureEvolution of Modelling Techniques for Service Oriented Architecture
Evolution of Modelling Techniques for Service Oriented Architecture
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
 
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...
Application of Taguchi Method to Study the Effect of Saw Parameters on Nickel...
 
Tri-State Buffer with Common Data Bus
Tri-State Buffer with Common Data BusTri-State Buffer with Common Data Bus
Tri-State Buffer with Common Data Bus
 
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...Probabilistic Design of Hollow Circular Composite Structure by using Finite E...
Probabilistic Design of Hollow Circular Composite Structure by using Finite E...
 
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...
Finite Element Simulation of Plasma Transferred ARC Welding [PTAW] of Structu...
 
Investigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFISInvestigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFIS
 

Similar to Rect-O-Back

Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piIRJET Journal
 
Smart Spine Posture Detector
Smart Spine Posture DetectorSmart Spine Posture Detector
Smart Spine Posture DetectorIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET Journal
 
Smart Wheelchair with Trolley for Elderly People
Smart Wheelchair with Trolley for Elderly PeopleSmart Wheelchair with Trolley for Elderly People
Smart Wheelchair with Trolley for Elderly PeopleIRJET Journal
 
Automation biped robot @1000KV Technologies 9030844877
Automation biped robot @1000KV Technologies 9030844877Automation biped robot @1000KV Technologies 9030844877
Automation biped robot @1000KV Technologies 90308448771000kv technologies
 
Prosthetic Hand Control Using EMG Sensor
Prosthetic Hand Control Using EMG SensorProsthetic Hand Control Using EMG Sensor
Prosthetic Hand Control Using EMG SensorIRJET Journal
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET Journal
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONIRJET Journal
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled PeopleIRJET Journal
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET Journal
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human PresenceIRJET Journal
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET 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
 
IOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET Journal
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET Journal
 

Similar to Rect-O-Back (20)

Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry pi
 
Smart Spine Posture Detector
Smart Spine Posture DetectorSmart Spine Posture Detector
Smart Spine Posture Detector
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
 
Smart Wheelchair with Trolley for Elderly People
Smart Wheelchair with Trolley for Elderly PeopleSmart Wheelchair with Trolley for Elderly People
Smart Wheelchair with Trolley for Elderly People
 
Automation biped robot @1000KV Technologies 9030844877
Automation biped robot @1000KV Technologies 9030844877Automation biped robot @1000KV Technologies 9030844877
Automation biped robot @1000KV Technologies 9030844877
 
Prosthetic Hand Control Using EMG Sensor
Prosthetic Hand Control Using EMG SensorProsthetic Hand Control Using EMG Sensor
Prosthetic Hand Control Using EMG Sensor
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGEDNECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
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
 
IOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIOT – Based Health Monitoring System
IOT – Based Health Monitoring System
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

Rect-O-Back

  • 1. Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22 www.ijera.com 19 | P a g e Rect-O-Back Hardik Garg, Ashu Jain Electronics and Communication Faridabad, India Electronics and Communication Faridabad, India Abstract This document presents an approach towards developing an electronics device and a software application to maintain the correct body posture which is a mobile solution to keep our back strong and healthy. It presents the designing and functioning of equipment and software. IndexTerms—Body posture, Baud rate, Accelerometer, Gyroscope I. Introduction In this work, Rect-O-Back is developed which is a posture correcting and maintaining device for health care facilities. Primary purpose of the device is to achieve health panacea by taking care of patients back problem. There is a massive problem - back pain, about 80% of the population will experience significant back pain sometimes in their lives. It is a leading cause of missing work days, visits to the doctor, and disability claims. It is outnumbered only by the common cold. In our research, we learnt a scientific correlation between back pain and posture, and this is the inspiration behind Recto back. This device can measure both upper and lower back posture. One important thing here is that it changes our relationship with technology and our phones. With recto we are now wearing a code, and this, extends the powerful computing power of our phone to rest of our bodies turning it into a new platform for innovation. Recto back is a combination of this thin, flexible sensor device which user can put on their back or can wear it with their belt. It connects the user with their phone, and it measures their posture in real time. It helps people avoid injuries, get stronger and be healthier. Presently, most of the devices that are used for maintaining posture are manual. They do not have any technology, so they are not reliable and those available with any technological element are costly.Lumo lift and lumo back are some other products for correcting body posture but, they cannot measure both upper and lower body posture. Lumo back is for lower body posture and Lumo lift is for upper body posture. Whereas, Rect-O-Back can measure both upper and lower back posture. Rect-O-Back is a simple device which will vibrates gently whenever user slouches reminding him to sit straight, stand tall, and feel healthier. It is a reliable system which can be used by common masses. This system is achieved by interfacing different techniques used in various branches of engineering including Electronics, Mechanical, and computer science. these limitations. This system is achieved by interfacing various techniques used in various branches of engineering including Electronics, Mechanical, and computer science. Figure 1 Figure 1 shows the good and bad posture which forms the basis of our work. II. DEVICE Device consists of following components: - 1) Microcontroller 2) Accelerometer 3) Gyroscope 4) Bluetooth module 5) Vibrator motor 6) Lithium-ion battery 7) Battery charger Microcontroller is the processing unit. Accelerometer and Gyroscope are used for measuring posture value. Vibrator motor is used for providing alert. Bluetooth module is used to send posture values to the mobile phone software application. Lithium-ion battery provides power to the device. RESEARCH ARTICLE OPEN ACCESS
  • 2. Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22 www.ijera.com 20 | P a g e I. FLOW CHART Figure 2 Device consists of a microcontroller as brain of the system along with two sensors, Accelerometer and Gyroscope for measuring posture values as shown in figure 2. These values are processed by the microcontroller using a designed algorithm. If these values do not represent correct posture then, the microcontroller will generate a signal for switching on the vibrator motor indicating that the posture is not correct. These values are consistently transferred to the mobile phone application via Bluetooth present in the device. Software will create a daily report regarding posture that the user can see. III. ELECTRONICS COMPONENTS USED A. Arduino Pro Mini (containing atmega 168 microcontroller) Figure 3 (Image source - http://arduino.cc/en/Main/ArduinoBoardProMini ) The Arduino pro mini is a microcontroller board having Atmega168 microcontroller. It has 14 digital input/output pins. Eight pins are analog input pins. Six pins can be used as PWM (pulse width modulation) pins. For USB power, a six pin connector can be connected to FTDI cable. B. Accelerometer MMA7631 Three axis accelerometer is used. Low power is required for the sensor. It is highly sensitive. Current consumption is low. Sleep mode is also present to save power. It provides X, Y, and Z axis values of the body posture. The controller then processes these values. Accelerometer interfacing with Arduino pro mini Figure 4 C. Bluetooth Module Bluelink Silver, a class-2 bluetoothmodule is used to connect the device with mobile phone application wirelessly. It is a compact Class- It has seven pins - positive voltage, negative voltage, receiving, transmitting, clear to send, ready to send, reset. Out of these seven pins, four pins are used for normal operation – VCC, GND, RX, TX. It is a serial transmitting device with baud rate varies from 9600 to 115200 bps. Bluetooth module interfacing with Arduino pro mini Figure 5 D. Gyroscope ITG-3200 triple axis digital output gyroscope is used. It is a single chip sensor. It consists of three sixteen bit analog to digital convertors. It provides angular X, Y, and Z axis values of the body posture. The controller then processes these values. Vibrator Motor Vibrator motor provides vibrational alert whenever body posture is wrong. Vibrator motor interfacing with Arduino
  • 3. Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22 www.ijera.com 21 | P a g e Figure 6 IV. BLUETOOTH CONNECTIVITY To make the device portable, Bluetooth module is used for synchronizing device with the software. Bluetooth operates in the unlicensed ISM band which is 2.45GHz. Connectivity range is also appropriate. V. ALGORITHM (HARDWARE) FIGURE 7 Algorithm for hardware programming is shown in Figure 7. Values from gyroscope and accelerometer are compared with standard posture values in real time. If values are same then, posture is correct otherwise it is incorrect. Vibration alert is generated whenever posture is wrong. VI. ACKNOWLEDGMENT The authors would like to thank Mr. Umesh Dutta of the department of Electronics and Communication under whose aegis, this work is completed. REFERENCES [1] http://www.lumoback.com/main/ [2] http://arduino.cc/en/Main/ArduinoBoardPr oMini [3] http://www.lumobodytech.com/lumoback/ [4] http://www.rhydolabz.com/index.php ?main _page=products_new [5] http://dexterminds.com/
  • 4. Hardik Garg Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 6), October 2014, pp.19-22 www.ijera.com 22 | P a g e CIRCUIT DIAGRAM Figure 8 Circuit diagram is shown in Figure 8. Arduino pro mini board (atmega168 microcontroller) is connected with Bluetooth module, accelerometer, gyroscope, and vibrator motor.