Open MrSunny29 opened 4 months ago
Hi, could you provide the stepper motors, motor drivers, and a picture of your MarIOnette actuator setup panel? A wiring diagram would also be helpful.
What could be happening (depending on your ESP32) is some of the pins used for data transfer on the USB bus might be wired to the "dir' and "step" pins on the motor drivers, causing issues.
Hello,
I'm using Nema 17 (39mm) stepper motors, but I have motors from two different manufacturers. For one of them, I had to swap the two middle cables. I'm using A4988 drivers. I use a esp32 devkit v1.
The arm works perfectly when I send commands through the Serial Monitor in the Arduino IDE. I can give it coordinates and control it with joysticks.
The wiring is basicly like this but with 5 Drivers and Motors:
Sorry for the delayed response!
Are you able to see the raw angle values change when you move the bones inside Blender? It's at the bottom of the Actuator setup tab (just where your screenshot cuts off).
I can see the raw angle value, and it changes when I move the robot. Beneath it is the output value.
Hello, I'm trying to animate a robot arm with 5 stepper motors. I followed the whole tutorial and when I move it in Blender it should actually move for me too. However, it doesn't always move and when it does, all the motors only go in one direction and not where they should. I use an ESP32 Everything is wired correctly. If I control it manually using my own software it works. I'm not sure if it's me, the chip or something else, as I'm still fairly inexperienced. I hope someone can help me. Good tutorial! Thank you MrSunny