kaning wrote: ↑Jan 19 2022 6:11pm
Am i wrong to assume this controller does not allow for PAS?
PAS was added to the VESC firmware a year ago by @marcos (Axiom guy) on this forum who works with Luna Cycle on their Luna Ludicrous V2, a VESC based controller for the BBSHD.
I haven't tested it yet, but here is the info:
This commit enables cadence-based pedal assist for ebikes using
quadrature-style pedal speed sensors.
There are 2 operation modes:
* PAS only: Motor current is based only on pedal feedback
* ADC + PAS: The code will use both ADC and pedal feedback and use
the strongest command to provide seamless overlap when the user is
pedalling and requests extra torque with the throttle.
It uses the 5v, TX, RX, and GND pins on the COMM port (#3 above). You have to switch the mode to "PAS" or "ADC and PAS" in the VESC tool under App Settings -> General -> APP to use. Then a PAS section will appear which has some additional options to set.
kaning wrote: ↑Jan 19 2022 6:11pm
Also, after reading almost all thread I'm still a bit confused on the current spec. Meaning, I still don't understand exactly how much phase current it can handle. Can someone elaborate on the current spec? Thanks!
I also can't tell you definitively as there is no standard for how ESCs are rated. What I can tell you is that Flipsky limited their firmware so that both battery amps and phase amps can't be set higher than 120A. Since the VESC only goes to 95% duty cycle, even at 120 phase amps, you will never reach more than 120*.95=114 battery amps.
The MDP10N027 MOSFESTS have a package limit of 120A so my guess is that 100 phase amps would be a safe level to use it at. Flipsky's website gives specs of 120A max and 100A continuous. Since they make mostly electric skateboard controllers, and most esk8 mfg's don't list battery amp ratings on those, it's safe to assume they are talking about phase current. It will thermal throttle down to much less amps anyway once the ESC reaches 80-85C (and/or the motor if you have a temp sensor), so it doesn't necessarily matter.
On the esk8.news forum there is a guy who recently did some testing.
First unit he put his bike against a wall and held it at 120 phase amps for 10-20 seconds. After doing this a few times he ended up with a nice hole in the fets.
Undeterred, he got a second unit and modified the firmware to accept 150 phase amps, added a large heatsink, and did an uphill test with it. Logs show only ~5 second bursts at 150A that level but it didn't blow up!

- IMG-20220111-192030.jpg (2.33 MiB) Viewed 595 times

- IMG_20220119_183702_882.jpg (143.81 KiB) Viewed 595 times
So yeah, 100 phase amps should be fine.