filmov
tv
SimpleFOC step/direction test
Показать описание
SimpleFOC step direction test
Edit (November 26, 2021)
- Hardware
Motor: Ipower GM5208-24
Encoder: CUI devices AMT102-V
Driver: SimpleFOC shield v2.0.3
- Software
After this video was posted, I took a break on working with the simpleFOC/BLDC motor control and eventually stared a new project, mainly focusing on HMI/GUI. By the time editing the description, I'm having a hard time recalling what edits I've made to the code. However, the main source of the code was pulled from simpleFOC Docs.
I used a function generator to generate an arbitrary square wave pulses for 'step pin' and an arduino to toggle a pin, high or low for 'direction pin'.
I bet these parameters are no different from the code on simpleFOC Docs, but just in case someone needs them, here they are.
motor.PID_velocity.P = 0.2;
motor.PID_velocity.I = 20;
motor.PID_velocity.D = 0;
motor.LPF_velocity.Tf = 0.01;
motor.P_angle.P = 10;
Edit (November 26, 2021)
- Hardware
Motor: Ipower GM5208-24
Encoder: CUI devices AMT102-V
Driver: SimpleFOC shield v2.0.3
- Software
After this video was posted, I took a break on working with the simpleFOC/BLDC motor control and eventually stared a new project, mainly focusing on HMI/GUI. By the time editing the description, I'm having a hard time recalling what edits I've made to the code. However, the main source of the code was pulled from simpleFOC Docs.
I used a function generator to generate an arbitrary square wave pulses for 'step pin' and an arduino to toggle a pin, high or low for 'direction pin'.
I bet these parameters are no different from the code on simpleFOC Docs, but just in case someone needs them, here they are.
motor.PID_velocity.P = 0.2;
motor.PID_velocity.I = 20;
motor.PID_velocity.D = 0;
motor.LPF_velocity.Tf = 0.01;
motor.P_angle.P = 10;
SimpleFOC step/direction test
What is FOC? (Field Oriented Control) And why you should use it! || BLDC Motor
simplefoc test
moco-s v1.0 BLDC motor controller/driver SimpleFOC test
SimpleFoc test
Compliant Positional Control on a Stepper Motor using FOC (Vector Control)
Field Stack & SimpleFOC first try on machine
SimpleFoc test 24v PSU
RBW Quicker blips - simplefoc
SimpleFOC Library Test and Evaluation
SimpleFOC NEMA23 100rad/s 954 rpm
BLDC FOC test
Stepper Motor with SimpleFOC
How to use Luos with SimpleFOC?
simpleFOC with thumb throttle
SimpleFOC closed loop stepper motor
Motor Driver Testing Simple F.O.C.
SimpleFOC - Open loop velocity control demo (ESP32)
ESP32 simplefoc L298N 400CPR encoder NEMA23 stepper - angle control
SimpleFoc Eccentricity Compensation: Calibrated
Brushless BLDC Motor Arduino Proportional Position Control Servo constant torque FOC
SimpleFOC Test 2021/11/21
SimpleFOC + Cheap BLDC Driver (with Arduino nano)
esp32 simpleFoc position control 2nd test (much better)
Комментарии