
VESC OLED Display without arduino
2024年1月11日 · Many displays come with MCU on board these days, so even though they are still called displays, they have a full blown computer on board. So assuming we are talking about a barebone display with I2C or UART interface, it would be fairly easy to drive a display directly from VESC code provided you have free pins on the MCU you can use for that.
Makerbase (new) 84200hp 'quirky' on/off 'bug'? - VESC Project
2024年3月16日 · SW line is connected to my bike alarm/ign. control is via pc123 opto-coupler as the output is 84v. vesc GND and SW are connected direct to opto-coupler. I have already had 1 runaway event with it jammed at 100% throttle on my 3kw bike, thankfully bike was on a stand. unplugging throttle did not stop this...and it would not turn off I had to ...
Library to control VESC from C++/Python? | VESC Project
2024年3月27日 · So far the most updated version for pyhton to be able to control VESC would be pyvesc-fix 1.0.3. Honestly, I have been waiting for a better version since PyVesc 1.0.5. I haven't tried at all pyvesc-fix 1.0.3, but I just know it is the most updated one, I am currently about to try it hoping it really fixed a lot of the issues with PyVesc 1.0.5.
Dual encoder control - VESC Project
2023年8月21日 · Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
BATTERY_VOLTAGE_HIGH_CUTOFF_START // CUTOFF_END - VESC …
2017年5月24日 · I have a 12S pack, where the "Smart" Ant BMS will disconnect on over-voltage at 51v, however this is very close to the voltage when the TVS starts to conduct and components start to die. I am thinking that the VESC does not have enough time to disconnect the phase wires before the voltage spike is frying things.
Hall Sensors Not Detected - VESC Project
2022年6月30日 · I have the FLIPSKY 75100 ESC and the Flipsky 6374 Motor with sensors. VESC tool is not able to detect the hall sensors with the automated detection. On the esc side, the voltage from positive (red) to ground (black) is 5.3V. H1,H2 and H3 is about 3.3 volts. I did have to move a pin on the sensor connector because the esc is 6 pin and the motor ...
75V 300A VESC Max current and Temperature Rise
2023年5月16日 · I have a 75V 300A Original VESC, recently I have tested it with a 5kW motor to its peak current of 100A at 48V for about 2 hours, where I noticed there is a instant rise in temperature of the mosfets and they stayed between 85C to 92C even with proper heat sink and a …
CAN bus support not enabled in this build of vesc tool?
2021年10月1日 · I have two flipsky 50A controllers and one 100/250 Trampa controller. The rest of the running hardware is segway ninebot max parts. Before I installed the ninebot battery packs I have now I was using a refurbished battery and I was able to get vesc tool to recognize all three motor controllers.The project is an electric go kart trike thing.
Two phase modulation - VESC Project
2020年2月22日 · I made my own VESC motor controller with 3 current sensors placed series to the motor line for eco-run competition. Due to the needs of high efficiency, I modded the firmware and implemented two phase modulation to reduce the switching loss to …
Type of Hall sensor - VESC Project
2023年10月12日 · I am trying to build a custom brushless sensored motor with hall sensors but unsure of which type of hall sensors to be used for the VESC. Does the hall sensor outputs needs to be : 1) Voltage type, 2) Analog type, or 3) Digital Type. Thank you and appreciate if …