ESC Help
-
- Member
- Posts: 28
- Joined: Tue Sep 22, 2015 8:44 pm
- Division: C
- State: CA
- Has thanked: 0
- Been thanked: 0
ESC Help
Hi guys,
So we have built a vehicle. It is controlled via an arduino and a motor. I will find the specifications for it. We have an 30A ESC for it as well. WE have used an 1800maH 7.2V nimh battery to power it. We have code for it and the vehicle goes pretty fast. However, we come to the problem where the vehicle becomes severely inconsistent. The battery would be at full charge and in the 1st attempt it would travel about 7 meters, the second attempt it would travel around 9 meters. The last time attempt it somehow went at full speed and crossed over 16 meters and crashed into a wall. So we are going to fix the broken parts. I would really like to listen to ideas that you guys will provide on why this could be happening? It is not the battery because we checked with a multimeter and it was still at full charge. Do you guys have possible solutions? Thanks!
So we have built a vehicle. It is controlled via an arduino and a motor. I will find the specifications for it. We have an 30A ESC for it as well. WE have used an 1800maH 7.2V nimh battery to power it. We have code for it and the vehicle goes pretty fast. However, we come to the problem where the vehicle becomes severely inconsistent. The battery would be at full charge and in the 1st attempt it would travel about 7 meters, the second attempt it would travel around 9 meters. The last time attempt it somehow went at full speed and crossed over 16 meters and crashed into a wall. So we are going to fix the broken parts. I would really like to listen to ideas that you guys will provide on why this could be happening? It is not the battery because we checked with a multimeter and it was still at full charge. Do you guys have possible solutions? Thanks!
-
- Exalted Member
- Posts: 51
- Joined: Mon Jan 28, 2013 11:37 am
- Division: Grad
- State: PA
- Has thanked: 0
- Been thanked: 0
Re: ESC Help
How is the vehicle determining when to stop?
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
-
- Member
- Posts: 28
- Joined: Tue Sep 22, 2015 8:44 pm
- Division: C
- State: CA
- Has thanked: 0
- Been thanked: 0
Re: ESC Help
The motor is delayed for a set amount of time. It was the same code run over again. The delay was set to 1250 milliseconds which means 1.25 seconds. However, the vehicle does roll after the 1.25 seconds but during those tries it didnt look like the motor was running for a constant 1.25 seconds; it seemed too random and unpredictable
-
- Exalted Member
- Posts: 383
- Joined: Sat Mar 08, 2014 7:10 am
- Division: C
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: ESC Help
Ok so first of all the ESC has a voltage regulator which makes sure that it gives the motor the same power regardless of charge. Your problem is that you are using brakes based on time which are very very unreliable. You need something that monitors the position of the vehicle (wingnut brake, encoder, etc) and then stop it based on that. In theory time based brakes should work but they dont because at such high speeds there is a lot of error and inconsistency.harik2000 wrote:The motor is delayed for a set amount of time. It was the same code run over again. The delay was set to 1250 milliseconds which means 1.25 seconds. However, the vehicle does roll after the 1.25 seconds but during those tries it didnt look like the motor was running for a constant 1.25 seconds; it seemed too random and unpredictable
Innovation =/= success
-
- 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: ESC Help
Oneof the biggest factors with going fast are your wheels. It is likely the majority of your problems will stem from skid or imbalanced wheel alignment
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