× Home About Blog Mechanical Electrical Software Process Gallery Team
☰ Menu

To control the arm, we had to have control of both the movement system and the sensory feedback system.

Movement System

The movement system was made up of servos, for the finger movements and controlling the tendons, and the wrist, made up of a linear actuator. We took advantage of the fact that both of these types of motors’ positions could be controlled by PWM signal and used the Arduino’s digital IO pins to send positional information. We powered all these devices off the Arduino’s 5V pin.

Sensory Feedback

Our sensory feedback in terms of the electrical system was implemented as force sensitive resistors embedded in the fingertips and a photo-reflective sensor embedded in the palm.

The force sensitive resistors provided our robotic gripper with a “sense” of touch and allowed us to control just how tightly it was gripping something, one of our minimal viable product goals. We varied the resistors we were using when delivering voltage through it and in doing so could change the sensitivity of the sensors.

The photo-reflective sensor allowed us (in addition to the Raspberry Pi camera) to sense when something was within the gripper’s grasp and close around it. Because of the way the photo reflector works, shiny objects did not register as well.