Not sure how you would control a brushless motor with a transistor circuit. ESC is definitely necissary, and it works by sending pulses to the brushless motor at the correct frequency.Private Wang Fire wrote:How much of an advantage is it using an ESC over something like a simple transistor circuit? Seems like a pain with all the calibration and stuff, what's the benefit?
Electric Vehicle C
-
- Exalted Member
- Posts: 383
- Joined: Sat Mar 08, 2014 7:10 am
- Division: C
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: Electric Vehicle C
Innovation =/= success
-
- Member
- Posts: 100
- Joined: Mon Jun 01, 2015 3:43 pm
- Division: Grad
- State: OH
- Has thanked: 0
- Been thanked: 0
Re: Electric Vehicle C
With the transistor you can do the same with PWM on the arduino, just wondering what the specific advantage of an ESC was.Bazinga+ wrote:Not sure how you would control a brushless motor with a transistor circuit. ESC is definitely necissary, and it works by sending pulses to the brushless motor at the correct frequency.Private Wang Fire wrote:How much of an advantage is it using an ESC over something like a simple transistor circuit? Seems like a pain with all the calibration and stuff, what's the benefit?
MASON HIGH SCHOOL '18
-
- Admin Emeritus
- Posts: 1115
- Joined: Tue May 10, 2011 8:25 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 1 time
Re: Electric Vehicle C
Brushless motors require three different 'PWM' signals all 120 degrees out of phase from the other. To get a reliable speed control you need to worry about correctly commutating the motor and some sort of speed detection (via sensor or back-emf measurement). I'm not even sure if the arduino uno has the power to do this properly, it's not just a matter of sending PWM.
Now, brushed motors are a different story. The major benefit of an ESC with a brushed motor is probably just having all the hard part done up in a nice box, no concerns about heat dissipation or switching issues. For smaller motors, designing your own h-bridge circuit is probably cheaper and quite simple. Great learning experience to boot.
Now, brushed motors are a different story. The major benefit of an ESC with a brushed motor is probably just having all the hard part done up in a nice box, no concerns about heat dissipation or switching issues. For smaller motors, designing your own h-bridge circuit is probably cheaper and quite simple. Great learning experience to boot.
'If you're the smartest person in the room, you're in the wrong room' - Unknown
-
- Exalted Member
- Posts: 383
- Joined: Sat Mar 08, 2014 7:10 am
- Division: C
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: Electric Vehicle C
For many ESCs you can adjust settings like punch and obreak strength which is pretty useful. I'm still not sure how you can control a brushless motor right from an arduino. I think you are thinking of brushed motors which can be controlled in that fashion, but brushless motors have 3 wires(3 phases) and each sends pseudo-AC current, which can't come directly from the arduino. So the advantage of an esc is that you can control brushless motors which are much stronger and faster than brushed or regular DC motors.Private Wang Fire wrote:With the transistor you can do the same with PWM on the arduino, just wondering what the specific advantage of an ESC was.Bazinga+ wrote:Not sure how you would control a brushless motor with a transistor circuit. ESC is definitely necissary, and it works by sending pulses to the brushless motor at the correct frequency.Private Wang Fire wrote:How much of an advantage is it using an ESC over something like a simple transistor circuit? Seems like a pain with all the calibration and stuff, what's the benefit?
Innovation =/= success
-
- Member
- Posts: 100
- Joined: Mon Jun 01, 2015 3:43 pm
- Division: Grad
- State: OH
- Has thanked: 0
- Been thanked: 0
Re: Electric Vehicle C
Hmm, my brushed motor must be pretty op then... probably not going to switch this far into the season. Thanks for the info!Bazinga+ wrote:For many ESCs you can adjust settings like punch and obreak strength which is pretty useful. I'm still not sure how you can control a brushless motor right from an arduino. I think you are thinking of brushed motors which can be controlled in that fashion, but brushless motors have 3 wires(3 phases) and each sends pseudo-AC current, which can't come directly from the arduino. So the advantage of an esc is that you can control brushless motors which are much stronger and faster than brushed or regular DC motors.Private Wang Fire wrote:With the transistor you can do the same with PWM on the arduino, just wondering what the specific advantage of an ESC was.Bazinga+ wrote: Not sure how you would control a brushless motor with a transistor circuit. ESC is definitely necissary, and it works by sending pulses to the brushless motor at the correct frequency.
MASON HIGH SCHOOL '18
-
- Member
- Posts: 81
- Joined: Thu Jan 14, 2016 4:53 pm
- Division: C
- State: PA
- Has thanked: 0
- Been thanked: 1 time
Re: Electric Vehicle C
Sorry to whine on here, but I'm a little confused.
Why is the voltage limit for battery packs 7.2V when the two cell LiPo battery packs that are recommended for pretty much every motor are labeled 7.4V? I mean, I guess it's not that big of an issue since I can switch to regular 9V batteries, but I was wondering if anyone knew if the intent of this rule was to ban the two cell LiPos.
Why is the voltage limit for battery packs 7.2V when the two cell LiPo battery packs that are recommended for pretty much every motor are labeled 7.4V? I mean, I guess it's not that big of an issue since I can switch to regular 9V batteries, but I was wondering if anyone knew if the intent of this rule was to ban the two cell LiPos.
-
- Exalted Member
- Posts: 51
- Joined: Mon Jan 28, 2013 11:37 am
- Division: Grad
- State: PA
- Has thanked: 0
- Been thanked: 0
Re: Electric Vehicle C
Banning two cell LiPos was probably a safety thing
Bayard Rustin HS Alum
2013 Events: Thermo, Circuit Lab, Experiment, Robot Arm
2014 Events: Circuit Lab, Experiment, TPS, Mat Sci, Astro
2015 Events: Astro, Chem Lab, Compound Machines, Experiment, Time, TPS
2016 Events: Astro, Cell Bio, Chem Lab, Electric Vehicle, Time, Protein Modeling, Wind Power
2013 Events: Thermo, Circuit Lab, Experiment, Robot Arm
2014 Events: Circuit Lab, Experiment, TPS, Mat Sci, Astro
2015 Events: Astro, Chem Lab, Compound Machines, Experiment, Time, TPS
2016 Events: Astro, Cell Bio, Chem Lab, Electric Vehicle, Time, Protein Modeling, Wind Power
Re: Electric Vehicle C
Brushless motors are great, but a brushed motor is just fine for this event. We're using a brushed motor and battery directly connected and getting times in the 1.75 to 1.80 sec range. We have been the fasted car at both invitationals so far this year. Sometimes simpler is better.
-
- Staff Emeritus
- Posts: 1382
- Joined: Sun Apr 19, 2015 6:37 pm
- Division: Grad
- State: FL
- Has thanked: 2 times
- Been thanked: 37 times
Re: Electric Vehicle C
What how?? I am barely getting those times with my brushless setupEd63 wrote:Brushless motors are great, but a brushed motor is just fine for this event. We're using a brushed motor and battery directly connected and getting times in the 1.75 to 1.80 sec range. We have been the fasted car at both invitationals so far this year. Sometimes simpler is better.
Boca Raton Community High School Alumni
University of Florida Science Olympiad Co-Founder
Florida Science Olympiad Board of Directors
kevin@floridascienceolympiad.org || windu34's Userpage
University of Florida Science Olympiad Co-Founder
Florida Science Olympiad Board of Directors
kevin@floridascienceolympiad.org || windu34's Userpage
Re: Electric Vehicle C
3000mah 7.2V NiMH battery, DC brushed motor, belt driven gear set. We originally had a faster motor but didn't have enough traction to use it. Kept spinning out.
You can definitely get enough speed with a brushed motor setup.
You can definitely get enough speed with a brushed motor setup.