top of page
Categories


Controlling the BLDC Motor Driver (GUX-9-400) by Communication (with Test Program)
As I posted earlier, I changed the control method of my GUX-9-400 from I/O control to communication control. This post is about...
Taesu Yim
Sep 14, 20243 min read


Arduino code (move only)
Below is the Arduino code for the movement of the OROHA V2. // ex) v004 (o) / v4 (x) // ex) b0.9 (o) / b0.95(x) int motor1Pin1 = 7; //...
Taesu Yim
Feb 8, 20244 min read




bottom of page