Skip to content

flxkrmr/pickup-winder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pickup Winder

Software for an arduino-based machine to wire electromechanical pickups. Can be used to wire guitar pickups. I build it to wire pickups for an electric ukulele I build.

Pickup Winder Image

It has two arduino boards. One to drive the stepper motor and one for all controlls and user-interfaces. This is needed, because it uses bit-banging to generate the clock for the stepper motor. Time intensive tasks, like sending I2C messages to the display, would block this clock and led to interrupted rotations.

The motor-arduino is controlled with 4 pins. Each represents one bit of the 4-bit encoded speed, the motor should run. The motor-board uses a fifth pin, to tell the controller-board, when the motor has turned one full rotation. Like this it is possible to count the rotations and show them on the display.

About

Software for arduino-based pickup winder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages