Breakdown after 20min during first test ride

Hello, I have been reading and learning a lot here over the past weeks as I ordered parts and got ready for this holiday project with my son. Great community, hope to give back soon. Right now unfortunately we are looking for help.

So we just finished bench testing and took it out for the first test ride around the block. Wow were we so excited to feel that power under our feet. Really scary but so much fun. We took turns and rode it slowly around the block, no hills.

After about 20min it suddenly stopped working with plenty of battery left. We can still connect to the VESC with the BLDC tool and read/write configurations. However the motor detection fails. There are no errors when running “faults” on the terminal. On the “Realtime Data” tab we cannot see the last line, so not sure if any errors are there. The VESC has a red light blinking, double flash followed by a pause. We checked the wires and can’t see any issues with the motor connection. Motor detection worked fine earlier today, we ran it several times to ensure we use the correct parameters.

Any thoughts on what might have gone wrong and how to further investigate are much appreciated. At this point we don’t know if it’s the VESC or the motor or both. One other test we did was to run motor detection without the motor connected and it looks exactly the same.

Here are our main components:

  • VESC from
  • Motor SK3 6364 190kv
  • Battery 10S - 2x 5S 5000mAh Lipos

Turn on active sampling and look for fault code. I’m saying you fried your DRV8302. You should see activity.Uploading…

Thanks. I am having trouble to see the last line, I believe that’s where the error code is displayed. I tried different display resolutions but the UI is cut off here. Is there any other way to get to that error code?

Go to terminal and type fault and hit enter as you pull the trigger or use the arrow keys.Uploading…

That being said I have had 2 diy vescs and have ordered 2 more. 1 I sent back because it wouldn’t detect a motor the other died while riding it last week. I’ve ordered 4 drv8302’s and like 30 c26/c18 caps( to improve the vesc not having a c26 cap) and a hot air smd rework station with all tools necessary.

FAULT_CODE_UNDER_VOLTAGE

hmm… each of my packs is at 20.3V right now, so total 40.6V. My battery cutoff is set to 30V.

thanks, yes I read your posts. Cool to hear that you are about to build 50 boards for your Airforce team. Good luck with that project!

What are your motor/batterie/breaking parameters (amps)?

Here are two screenshots with my settings:

Can you check the battery voltage using your charger or a mutilmeter? Maybe you are under-volting.

Make sure that the motor leads are connected to the VESC. Tape them so they don’t come loose while you’re riding.

One of your solder joints probably cracked and isn’t making a good connection, causing high resistance.

My voltage was at 40.6W (10S) when returning from the street. All my bench tests this afternoon were done with that charge. I am recharging now to see if it makes any difference…almost there.

I also re-soldered the 4mm plugs I put on the VESC for the SK3 motor to double check on that after I read a post about exactly that.

I noticed that the shrink wrap in the VESC is more crumbled on one of the mosfets, see blue circle.

ok thanks, I will check the solder joints again. Also just tried with full battery charge, same thing

After seeing all these VESC failures I’m really worried for the faith of mine.

What version of firmware are you using? I’d suggest to flash the Ackmaniac firmware

If your VESC firmware had the current ramp bug and you didn’t update the firmware your VESC would be toasted.

Re-soldered motor connection for the 2nd time. Am pretty sure it’s solid. Not sure what I should try or buy/replace. Motor or vesc? Thanks for all your help.

Firmware 2.18. Which one has the bug?

Check this

For Lipos your cutoff is too low. You should set the cutoff start to 36V (3.6V a cell) and the end to 34V (3.4V a cell). Because when the battery reached already 33V without load then the Lipo is already empty and the voltage collapses. But it is strange that you say that the voltage for each pack is still at 20.3V. So it still could be another fault. But you should correct the voltage cutoffs, otherwise you damage the battery. For a Li-ion battery it would be another story.

thanks @Ackmaniac will do. I had the cut-off set higher during the ride, I just played with the parameters during troubleshooting, that UNDER_VOLTAGE error triggered that thought in me… no change.
Will check today if I have that firmware issue @Eboosted mentioned.