How to control motor using ESC, Ardiuno, and a potentiometer

AI Thread Summary
To build an electric longboard, a LiPo battery, electronic speed controller (ESC), and motor are essential components, with an Arduino potentially used for smoother acceleration via PWM signals. The selected motor has a high voltage and current rating, while the battery's capacity may lead to rapid discharge, limiting range. Understanding the ESC's function is crucial, as it controls motor speed and may not handle regenerative braking effectively without proper design. The discussion suggests exploring existing electric scooters for practical insights and components. Utilizing an Arduino motor controller shield could simplify the setup, as it offers open-source design and code.
ajprinzi
Messages
1
Reaction score
0
So I want to build an electric longboard. I have access to pretty much any machining equipment but don't have much knowledge on the electrical side of things. I know I will need a LiPo battery (I am aware of the dangers of them), and an electronic speed controller (ESC) hooked up to the motor. I am thinking of putting in an Arduino to control the motor (using a wired potentiometer) using PWM signal to make the acceleration smoother.

But I am unaware of all the different specs on these I would need. Also, how would I be able to brake using this configuration? because I know there is a way.

I am thinking of using these following things:
motor: http://www.hobbyking.com/hobbyking/store/__22036__NTM_Prop_Drive_50_60_270KV_2400W.html

ESC: http://www.hobbyking.com/hobbyking/store/__18014__HobbyKing_Red_Brick_125A_ESC_Opto_.html

Battery: http://www.hobbyking.com/hobbyking/store/__8586__ZIPPY_Flightmax_5000mAh_6S1P_25C.html
Thanks for the help
 
Last edited by a moderator:
Engineering news on Phys.org
I'm not quite sure what an "ESC" does, even after skimming over the manual. I think it may translate "hobby servo" PWM signals to speed control for larger motors. If that's the case you may only need a variable pulse width oscillator (maybe made from at 555 chip) or commercial hobby servo controller and can skip the arduino bit entirely.

But the thing that jumps out is that your motor is speced for 30V at 90A (max) and your battery is 22.5V at 5Ah. So you will be able to go about 10 feet before the battery is discharged... The AmpHour rating is usually how many amps you can get out of the battery when discharged over a period of 20hours and you generally want to use less than half that rating to extend the battery recharge life.
 
The ESC - is usually just a DC chopper, unless it has directional control then it is a Full (H) bridge. The issue with breaking is that you need the ESC to pass current back to something ( Resistor, Capacitors or the battery) - typically hobby set ups are not made to do that. The MOSFETs in the ESC have a body diode that will let the current go from the motor back to the battery, but the battery probably will not want to absorb that much energy that fast - you may see an overvoltage - and blow the ESC - they are very voltage sensitive. I would suggest looking for a broken electric razor scooter (craigslist)- it has the same elements, and hacking into it and see what you can learn...
Oh the arduino does have a motor controller shield - both its design and the code to run it will be open source.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top