Xwhatsit solenoid driver on a pro micro?

vyquad

22 Mar 2022, 03:42

im seeking to put an xwhatsit solenoid driver onto a pro micro so i can run more powerful solenoids but the only thing close to this was that one image of something that wasnt a pro micro and had a ton of pins

User avatar
jsheradin

22 Mar 2022, 14:26

You can find a lot of info in the QMK docs. Looks like you just need to give the solenoid driver power and it can be configured to any pin on the controller.

vyquad

22 Mar 2022, 19:08

jsheradin wrote:
22 Mar 2022, 14:26
You can find a lot of info in the QMK docs. Looks like you just need to give the solenoid driver power and it can be configured to any pin on the controller.
Just power and GND?

User avatar
jsheradin

22 Mar 2022, 20:02

vyquad wrote:
22 Mar 2022, 19:08
Just power and GND?
The docs say you also need to assign SOLENOID_PIN. I think it's just those 3 to get the hardware working, the rest is done in software.

vyquad

01 Apr 2022, 04:01

jsheradin wrote:
22 Mar 2022, 20:02
vyquad wrote:
22 Mar 2022, 19:08
Just power and GND?
The docs say you also need to assign SOLENOID_PIN. I think it's just those 3 to get the hardware working, the rest is done in software.
So i would have 2 wires on VCC and the pin thats assigned is the ENABLE one right?

vyquad

20 Apr 2022, 17:38

It works! although i need an additional microcontroller only for power and gnd

User avatar
jsheradin

20 Apr 2022, 17:41

You should be able to get power/gnd off the same controller as the enable pin unless you're overdrawing from USB. Do you have more info about your setup?

vyquad

28 Apr 2022, 20:36

jsheradin wrote:
20 Apr 2022, 17:41
You should be able to get power/gnd off the same controller as the enable pin unless you're overdrawing from USB. Do you have more info about your setup?
Probably overdrawing as i have alot of stuff already connected to the USB hub, i should also mention i accidently at one point plugged the solenoid driver in upside down into an xwhatsit so that may have messed with voltage regulation

Post Reply

Return to “Workshop”