
Robotics in Medical Science
What is Medical Robotics: As we all know Robotics is a robust field of implementation of human's theoretical knowledge into practical vision and made our everyday life more easier than ever. So emerging robotics into medical science is known medical robotics. Medical...

Exoskeleton And It’s Applications
What is Exoskeleton? From A Greek word "Exo" means outer and "Skeletos" means skeleton, the word "Exoskeleton" originated. Theoretically Exoskeleton means it provides external support and protections to a living being with comparison to internal skeleton or...

Assistance For Patients With Difficulties In Lower Extremity
"If no one answers your call.....Then walk alone...(be not afraid) walk alone my friend...!" ...

Do We Need Another Hand For Our Assistance.
First of all we need to know what is Robotic manipulator and why we need this in our everyday life. Scientific Definition of Robotic Manipulator is : It is a type of mechanical arm usually programmable , with similar functions to a human arm, the arm...

CODE FOR RUNNING YOUR TOY CAR VIA IR TV REMOTE.
#define move_forward { analogWrite(M1a,spd);digitalWrite(M1b,LOW);analogWrite(M2a,spd);digitalWrite(M2b,LOW); } #define move_backward { digitalWrite(M1a,LOW);analogWrite(M1b,spd);digitalWrite(M2a,LOW);analogWrite(M2b,spd); } #define move_left {...