Shouldn't be, because then you don't have the signal wire from the throttle itself attached.Barncat said:transposon- thanks for that detailed description on adding the resistor. Though I believe if the whole 8 pin ADC jst plug becomes disconnected from the 75200 you're still in trouble...
What happens in cases that the ground fails to the throttle is that there is now no normal current path to ground for the throttle hall (or pot), so it becomes a simple pullup to throttle supply voltage, essentially sending a full throttle signal to the controller.
If it's not connected to the controller, there's nothing that can do this, especially if the MCU has an internal pulldown, or the PCB has an external pulldown. But even if it doesn't, there's now nothing on the controller that can act as a pullup like the throttle does, hence nothing to cause the problem.
https://vesc-project.com/vesc_tool?destination=vesc_toolI need to ask one of the dumbest questions ever of vesc tool users: where the hell is the download "button" on the vesc-project site to get the latest version, and what is that version #?
assuming you don't want to donate using any of the more premium versions (which are the same actual program, according to this:
then scroll to the bottom of the page where ther'es a square with:This edition of VESC Tool works in the same way as the others, but you don't send any donation to the VESC project when downloading it.
and click the words VESC Tool Free which then take you hereVESC Tool Free
Submitted by benjamin on Tue, 2016-12-27 16:02
€0.00
Price: €0.00
Read more
https://vesc-project.com/node/17
Then Add to Cart button near the bottom
That takes you here
https://vesc-project.com/cart
and you click Checkout that takes you here
https://vesc-project.com/user?destination=cart/checkout
where you login if you aren't already, or create an account, answer the captcha, and proceed from there. (I have nothing to use the tool on so didn't proceed further). If you already did all this and didn't get anything, you might check your user account there to see if it has messages, or a cart listing, etc., to see if you get the link that way instead of by email. This quote from a question on the site indicates this may be the case:
You can go to Purchased Files and simply download what you need
Optionally you can go here
https://github.com/vedderb/vesc_tool
and get teh source and compile it (but I have no idea how to do that sort of thing).
This page has a "windows optimized" version you can comple instead of the original
https://github.com/rpasichnyk/vesc_tool/releases/tag/v3.0.1
rpasichnyk January 21, 2022, 1:47pm #165
The reason is that official VESC Tool is compiled with GCC compiler which is not optimized for Windows. This is also why bluetooth does not work. You can try this version that I built with Microsoft compiler https://github.com/rpasichnyk/vesc_tool/releases/tag/v3.0.1, it starts much faster (6s vs 25s)