hi
I am making a wheelchair extension that helps move in rough terrains, for that I am using 2 BLDC motors (FLIPSKY 6384) and dual mini FSESC6.7 PRO.
The extension is track based (like a tank), so if I am at full stop and I am turning right I need the left motor to spin forwards and the right motor to spin backwards. It means that I need to be able to drive forwards and backwards and control each motor.
Is it possible?
How can I do that?
Thanks for the help
I'm sort of in the same boat.
My 'solutions' are hacky. Feed 2x esc's with PPM signals from an Arduino. Use the arduino to receive remote input, calculate the PPM signal appropriate for each motor and then command the respective ESC.
"Theoretically" you could use a raspi running VESC-Tool to send command line inputs via python script, with the whole remote decoding and motor calculation thing. But that is nasty hacky.
I've reached out to the forum to figure out how to address each motor independently via CANBUS. Each motor has to have address (for traction control to work), I just don't know the vesc language/methodology well enough to program something via UART to CANBUS.
If the FSESC6.7 can handle dual PPM input and you can disable the CANBUS between the two...then I'd roll with arduino cranking out PPM signals.
Thanks, I will use arduino and PPM signal, thats sound good.
I found that manual that may help you too:
https://flipsky.net/blogs/vesc-tool/how-to-control-fsescbase-on-vesc-wit...
Amazing. I've seen tons of articles on the PPM control, but that's the first one that included UART with CANBUS communication. Thank you so much!!!
Hi all!
Same here! I am a computer engineer on a wheelchair (paraplegic from an accident) and was thinking how to make a powerful electric kit to make life easier.
My idea has been the same of x78163: use an Arduino to control via PPM two VESCs.I thought a nunchuk from WII could be used to send commands.
The electronic part should not be difficult:
My idea is to replicate this kind of propulsion ( I am sorry it is in Italian, I did not found an international page):
https://www.allmobility.it/prodotto/propulsore-simply-to-do/
That is what I have, but it is not very powerful (180W max per motor 775 type whit a planetary ) and even a little uphill can stop it!
So here where I need help:
If you have ideas to share or just advices I would be grateful
Of course I still do not have the electronics because I would like have some clear idea about.
Thank you all!