🦾

Robotics

This is a list of brainstormed ideas on how to move frames to take photos to automate inspections:

Positioning considered

Hardware solution

We’re copy-pasting a solution by Júlia Torras Amat in the area of Biomedical Engineering Degree

Stepper motor driver


Stepper motor drivers are electronic devices used to control and drive stepper motors. They serve as an interface between the control system (in this case the controller) and the stepper motor, providing the necessary signals and power to accurately control its movement.

When choosing the appropriate driver for the system, it must be done according to the current that must be delivered to the stepper motor to properly function. As it can be seen in Table 7 the stepper motors incorporated in the reviewed XYZ motorized positioning systems are Nema23 and Nema24, and these specific models require 2 and 2.8 A [66], respectively. Furthermore, the stepper motor driver allows to control the number of pulses required to perform a whole turn of the stepper motor, that is, it allows to fine-tune the precision of motion of the motor. The higher the number of pulses needed to perform a revolution, the larger the precision. This will translate in the minimum number of millimeters that the positioning system can move when performing a trajectory.

Controller

Relevant info

(page 38)

python script to connect to GPIO on raspberry pi