Motor issues when running ESC calibration
-
@Alex-Kushleyev I am going to upload FPV_REVB. unless you recommend another.
RDJ
@rdjarvis , yes but change the vbatt since fpv revb is 6s. That is probably closest to your config
-
@rdjarvis , i wonder if you should try to load params for one of modalai standard vehicles and change the min/max rpm to match your setup (4000min, 40000 max, or you can be a bit more conservative, say 30k max for this test). Then try with manual control but with propellers OFF. The issue you are seeing is coming from Flight Controller so it should not matter of props are on or off for this test. But you should keep them off if using params from a completely different vehicle / tune. But at least you could then see if FC lets you raise the thrust normally..
Basically, no change to esc, props off, choose our standard vehicle params for 4s and try to raise thrust, check the px4 log.
If you see strange behavior like strong oscillations, you should stop the test.
If the thrust control is ok, then you can compare your params more carefully with our standard params and see what causes this behavior.
-
@rdjarvis , yes but change the vbatt since fpv revb is 6s. That is probably closest to your config
-
What effect does the aO,a1, and a2 (pwm_vs_rpm curve) have on overall throttle response for FPV 4n1 ESC? in the FPV_RevB the a0 value is -161.0826?
@rdjarvis , please do not change ESC params that you tuned for your motors. I meant use px4 params from another vehicle.
The a0.,1,2 are params for feed forward term in rpm control. The esc seems to be working fine in your case (rpm tracking is good).
-
@rdjarvis , please do not change ESC params that you tuned for your motors. I meant use px4 params from another vehicle.
The a0.,1,2 are params for feed forward term in rpm control. The esc seems to be working fine in your case (rpm tracking is good).
-
copy all, will do.
@rdjarvis , sorry for confusion, please do not change esc params but find px4 tuning params for our fpv vehicle and try to load it to your vehicle (change 6s vbatt to 4s in px4 params since fpv vehicle uses 6s).
Test without props because attitude control is going tonbe much different for fpv vehicles vs yours. But you should still be able yo see thrust response in plots.
-
@rdjarvis , sorry for confusion, please do not change esc params but find px4 tuning params for our fpv vehicle and try to load it to your vehicle (change 6s vbatt to 4s in px4 params since fpv vehicle uses 6s).
Test without props because attitude control is going tonbe much different for fpv vehicles vs yours. But you should still be able yo see thrust response in plots.
you can find our FPV params here :
Files · master · voxl / VOXL SDK / Utilities / voxl-px4-params · GitLab
PX4 parameter files for use on VOXL2 and Flight Core
GitLab (gitlab.com)
-
you can find our FPV params here :
Files · master · voxl / VOXL SDK / Utilities / voxl-px4-params · GitLab
PX4 parameter files for use on VOXL2 and Flight Core
GitLab (gitlab.com)
-
you can find our FPV params here :
Files · master · voxl / VOXL SDK / Utilities / voxl-px4-params · GitLab
PX4 parameter files for use on VOXL2 and Flight Core
GitLab (gitlab.com)
-
you can find our FPV params here :
Files · master · voxl / VOXL SDK / Utilities / voxl-px4-params · GitLab
PX4 parameter files for use on VOXL2 and Flight Core
GitLab (gitlab.com)
Throttle input is being "ignored" regardless of RC Channel input, same response (slow ramp up) when armed in any flight mode (Manual/Stab/Pos etc..) and throttle is increased, even when RC Channel is changed (1,2,3,4).
Motors respond correctly with pitch, yaw, and roll inputs.
PX4 FPV_RevBv4 params are uploaded, switched to 4S and put min/max RPM to 3000/40000.
-
you can find our FPV params here :
Files · master · voxl / VOXL SDK / Utilities / voxl-px4-params · GitLab
PX4 parameter files for use on VOXL2 and Flight Core
GitLab (gitlab.com)
From the GCS, executed "take-off" command in "Position Mode" with props off. Motors smoothly increase. I "hand-flew" it up to 1m and UAV was adjusting for small movements correctly.
Executed "Land" and "hand-flew" it to the deck, landing detected and disarmed.
-
From the GCS, executed "take-off" command in "Position Mode" with props off. Motors smoothly increase. I "hand-flew" it up to 1m and UAV was adjusting for small movements correctly.
Executed "Land" and "hand-flew" it to the deck, landing detected and disarmed.
@rdjarvis , interesting. Can you please share a px4 log from that position mode test?
-
@rdjarvis , interesting. Can you please share a px4 log from that position mode test?
-
@rdjarvis , yes in this mode, the vehicle seems to be responding to thrust commands and motors are tracking rpm well (even though without props)

-
@rdjarvis , yes in this mode, the vehicle seems to be responding to thrust commands and motors are tracking rpm well (even though without props)

-
@Alex-Kushleyev I agree, what do you think the next troubleshooting step is for this issue?
Also another observation.. remember in manual flight, it seemed like instead of responding to the throttle stick, the actuator outputs were going up slowly in a ramp -- i just double check that seems to be a response to small rill/pitch deviations that happened, so it seems that the thrust stick is COMPLETELY ignored, which is what you have suggested.
Now, the position mode goes through the same control pipeline except the hight is controlled using a high controller, as opposed to your radio. However, the commands are still going through the mixer that converts and thrust, roll, pitch, yaw commands to motor outputs , so that seems to be working correctly.
Based on that, it seems the issue is somewhere between the Actuator controls and motor outputs, which is the mixer, right? Actuator controls data shows the desired thrust (up) goes up, but motor output does not reflect this. Maybe we can look at the px4 source code for the mixer which maps the actuator controls to motor outputs.
I just noticed that you have parameters
CA_ROTORx_AZ(for x =0,1,2,3) set to 1, but default is -1, which would mean that you are saying that thrust from this motor goes up, not down? -
Also another observation.. remember in manual flight, it seemed like instead of responding to the throttle stick, the actuator outputs were going up slowly in a ramp -- i just double check that seems to be a response to small rill/pitch deviations that happened, so it seems that the thrust stick is COMPLETELY ignored, which is what you have suggested.
Now, the position mode goes through the same control pipeline except the hight is controlled using a high controller, as opposed to your radio. However, the commands are still going through the mixer that converts and thrust, roll, pitch, yaw commands to motor outputs , so that seems to be working correctly.
Based on that, it seems the issue is somewhere between the Actuator controls and motor outputs, which is the mixer, right? Actuator controls data shows the desired thrust (up) goes up, but motor output does not reflect this. Maybe we can look at the px4 source code for the mixer which maps the actuator controls to motor outputs.
I just noticed that you have parameters
CA_ROTORx_AZ(for x =0,1,2,3) set to 1, but default is -1, which would mean that you are saying that thrust from this motor goes up, not down? -
@Alex-Kushleyev Thanks Alex, We will test it out. In the meantime my team will be sending the first FPV 4n1 ESC back, so you can investigate onsite.
Thank you,
RDJ@rdjarvis , please let me know the RMA number once you send back the M0138 ESC. Thanks!
-
@rdjarvis , please let me know the RMA number once you send back the M0138 ESC. Thanks!
@rdjarvis , I received the M0138 ESC that you sent back (reported that you were unable to communicate with the ESC).
The issue was that the baud rate in ESC params was set to 2.5Mbit instead of 250K by accident, so our auto-scan in ESC tools could not detect the ESC (and VOXL2 DSP does not support 2.5Mbit).
We will fix this in future ESC firmware to prevent accidental setting of unsupported baud rates. Sorry about that.
Alex
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login