I am making an Electric wheelchair (Differential drive) using an 8 Inch Hub BLDC motor. I need good smooth low-speed performance, therefore I wanted to use the hall sensors of the motor. the vesc i use has 6 pins for hall sensor. can someone help me on how to connect the wires? (if it's even possible).
Also. what is the best setting to choose from, if I want forward and revere in this case? smart reverse, current, duty cycle?
I am using an X-Y analog joystick to send values to an Arduino an
d using the Servo library in the Arduino, converting those analogue values to PPM.
pictures: https://imgur.com/a/twJPphM
making a Differential drive electric wheelchair.
shivanshu
Hi Shivanshu ,
You have a FSESC v4.12. Following their connection diagram at https://flipsky.net/products/torque-esc-vesc-%C2%AE-bldc-electronic-speed-controller
You want to connect your sensor wires to the connector labeled '1' in this diagram. The VESC connector is a JST PH 6-pin connector, the 'PHR6' but usually most VESCs come with VESC to model car cables, so you may be able to modify that cable.
The only wires you need to connect are 0V, +5V, H1, H2, H3. You can leave TMP unconnected.
I don't know the hoverboard pinout but I'd assume that black is 0V, red is +5V and the blue/yellow/green wires are H1, H2 and H3. I'd try and check first however.
Thank you, it works. just matched the colours with the cable I got with Vesc and the motor sensor wires(i had a blue wire from the motor, connected it to the orange of vecs)...rest was simple. Left the white temperature wire and everything works fine. Thank you.
shivanshu