I am a total novice around stepper motors. I want to attach it to the spindle crank on my drill press for use as a down feed motor when drilling and as an oscillator when using the drill press as a spindle sander. What do I need to make that happen?
BTW: I am all Apple and only have a Mac to program the controller. I have already downloaded the Arduino app for MacOS
I think that it's kind of a BLDC (BrushLess DC) motor. Search for a BLDC motor driver suitable for your motor (110V 5A).
Such modules can be controlled by a pot, by voltage or PWM, see the data sheets. For manual control a pot or voltage control is useful, or PWM or frequency for µC control.
The document on the motor shows three windings with the ends connected to the adjacent winding. Just like a normal three-phase AC motor for Delta wiring.
Paul
I would try treating it as 4.1V 5.2A 3-phase unipolar stepper. Connect Blue, Orange, and Yellow to a 5V supply capable of 12A or more. Then you can use three PWM output pins and logic-level MOSFETs to power the three 'ground' wires (Red, Green, and White) in turn. Keeping the PWM values below 210 should keep the average power within the limits of the coils (driving the 4.1V coils with 5V but only 82% of the time).