Hey what's up guys,
I try to build an Arduino controlled coil winder. The used wire is very thin so I need thousands of windings (5000 - 10000). I want to use two stepper for this application, one stepper is turning the bobbin (target speed of revolution 2000rpm), the other stepper is moving the wire feeder (left <-> right).
I know that a DC motor for bobbin turning is maybe better but I still have two stepper available and I found a similar tool which is working with two stepper CNC Design Ltd Production Guitar Pickup Mini Coil Winder - YouTube
My application is the same!
Some details of the needed functions:
- Measurement of rotational speed (bobbin winder) (Hall sensor)
- Synchronized movement of wire feeder (controlled by the number of revolutuions)
- some calculations are necessary for this task
- Speed adjustment (wire feeder) at the reversal points, when changing the moving direction
- Arduino controlled by external PC (Serial connection necessary), or is there a better way to control the Arduino?
- Possibility to load/save the winding program to reproduce coils
Is an Arduino suitable for such an application or should I use an other microcontroller? If no, which kind of hardware should I use?
Thanks in advance,
Gogonfa