_Imitation of both arduino and adafuit motor shield v2
I searched about projection mapping with moving object. From Github, Cyril Diagne uploaded about mapamok with Arduino walkthrough. The link is https://github.com/YCAMInterlab/ProCamToolkit/wiki/mapamok-with-Arduino-walkthrough.
Any stepper motor like nema 17 can be used, but Cyril used Easy driver 4.4 rather than Adafruit motor shield. Easy driver has 8 step microstepping mode as a default and has two output pins, STEP and DIR. Rather controlling through coding and signal, Easy driver can be controlled by wire connection which is faster and precise method.
Overall, the microprocessor is key for the control of motor. More high tech processor provides better quality and variety of selection to use for control.
_soldering Easy driver 4.4
Also I had another driver called A4988 Reprap Stepper Motor Driver which I used for my 3d printer. It is smaller than Easy driver but has same capability.
I decided to follow the process from Github to use stepper motor for projection mapping of rotating object. Now I am using Easy driver 4.4 to control the motor.