Thingiverse
Focuser Motorlid USB-C
por PtiteSerra
0
Descargas
1
Likes
0
Makes
I bought a USB-C Arduino Nano clone (NANO V3 ATMEGA 328 Type-C) for this project and I needed a new motorlid at the right size for the USB-C port, so here it is :)
By the way, in my case, the arduino could not fit properly in its case; therefore, I had to change the pins where the motor was attached.
Here are the lines of code to change to connect the motor on pins 4 to 7 instead of 3 to 6 (it also moves the remote pins to 8 and 9):
\#define BTN_IN 8
\#define BTN_OUT 9
AccelStepper stepper(AccelStepper::FULL4WIRE, 7, 5, 6, 4, false);
By the way, in my case, the arduino could not fit properly in its case; therefore, I had to change the pins where the motor was attached.
Here are the lines of code to change to connect the motor on pins 4 to 7 instead of 3 to 6 (it also moves the remote pins to 8 and 9):
\#define BTN_IN 8
\#define BTN_OUT 9
AccelStepper stepper(AccelStepper::FULL4WIRE, 7, 5, 6, 4, false);
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!