I was thinking a big potentiometer, but hadn't considered how to address this challenge with a controller. You are right, I'm going to avoid that challenge for now.Be careful with ideas like "I'll just vary the supply voltage to control the shot strength"
You will end up with yet another complex problem to solve: how design and build a dynamically variable power supply capable of many amps output.
Ok! Nice. AnalogWrite commands. Super simple.Use the micro-controller's PWM engine to control the coil current, it will be much simpler in the end
What if I just PWM the "Left" or "Right" signal pin in my hard wiring? (I'm making the massive assumption that my hard wiring works) If it does, I should be able to then control the cue stick motion with strength and direction with just two PWM pins. That would be fantastic.
As I still have work to do to turn my schematic into a PCB, I'll give programming a shot. My hesitation around doing the control using software is speed. Is this rational?
It seems like the hardwired solution would be instant. The programming solution needs to constantly cycle through each of the 6 sensors checking state. It feels like it would be slow to pick up sensor changes. I'd be using an Arduino, is that an accurate hesitation or is an arduino going to be just as fast as the hardwired solution?
Thank you for your help.



