Hi all,
I’ve been thinking about a project for a while after being inspired by Melbourne Instruments Nina Synthesizer that uses motorized endless encoders to mimic potentiometers with extra features like recall of a previous setting or fake detents for coarse values.
Scott Bezek’s video on the Smarknob View showed me this is also a very real thing, using a gimbal motor and a magnetic encoder chip.
However, the cost of this, when scaled to around the number of knobs in total (30), is just too much. I have a sizeable budget, but for the gimbal motor alone, that’s $900.
And if I take into account every else I’d need (a motor driver perhaps, the magnetic encoder chip), it’s even more.
Even if I find a very very cheap gimbal motor on aliexpress and pair it with possibly a custom PCB including everything else needed, it still seems too expensive. Plus, I’m not sure the quality and lifespan of a CAD $12 motor.
Is there any other options here? The requirements are a high resolution endless encoder with fine motorized control. In a video showcasing the nina synth, the author said the hardware used “drone motors”, but to my knowledge these motors are meant for very high RPM’s and not fine precise control.
Why do you think that? Drone motors are three phase DC motors and they all begin rotation at zero RPM and work their way up from that. They can stop at any speed before the maximum. Just have the 3-phase controller pulses stop rotating at any speed you want.
Wouldn’t an AS5600 magnetic encoder (<$5 Amazon) on a small stepper (e.g. 17-19$ Pololu NEMA14) driven with low amp (e.g. $4 AS5984 Pololu) do the job for <$50 per knob?
A 3-Phase BLDC is also what’s used in the SmartKnob project, I’m just not knowledgeable in the realm of how to connect this type of motor to a microcontroller (or if that’s even done without additional hardware).