Page 14 of 18

Re: Electric Vehicle C

Posted: March 26th, 2017, 9:04 pm
by NilaiVemula
Bazinga+ wrote:
NilaiVemula wrote:
Bazinga+ wrote:Here is my Electric Vehicle as well as the steering mechanism I used:

https://www.youtube.com/watch?v=pKC8MYR ... e=youtu.be

I highly recommend using the caliper steering method as it has worked very well for me and others that have used it, with the top 3 vehicles at MIT invitationals using this mechanism.
How did you attach the bearing block to the caliper?
Epoxy and metal clips. There was no cleaner way to do it since you can't drill into a hardened steel caliper :'(
You can try using a carbide tipped mason drill bit.

Re: Electric Vehicle C

Posted: March 26th, 2017, 9:06 pm
by NilaiVemula
NilaiVemula wrote:
Bazinga+ wrote:
NilaiVemula wrote:
How did you attach the bearing block to the caliper?
Epoxy and metal clips. There was no cleaner way to do it since you can't drill into a hardened steel caliper :'(
You can try using a carbide tipped mason drill bit.
Sorry for the typo. *masonry

Re: Electric Vehicle C

Posted: March 27th, 2017, 4:15 am
by Bazinga+
NilaiVemula wrote:
Bazinga+ wrote:
NilaiVemula wrote:
How did you attach the bearing block to the caliper?
Epoxy and metal clips. There was no cleaner way to do it since you can't drill into a hardened steel caliper :'(
Thanks. Also, what kind of gears did you use between the encoder and the axle? They look really fancy.
That is a metal bevel gear and a crown gear I found in some toy.

Re: Electric Vehicle C

Posted: March 27th, 2017, 5:28 am
by chalker
NilaiVemula wrote:
NilaiVemula wrote:
Bazinga+ wrote:
Epoxy and metal clips. There was no cleaner way to do it since you can't drill into a hardened steel caliper :'(
You can try using a carbide tipped mason drill bit.
Sorry for the typo. *masonry
Don't forget to use cutting fluid too. That stuff is amazing in what it can help cut into.

Re: Electric Vehicle C

Posted: March 27th, 2017, 2:23 pm
by NilaiVemula
What are some effective ways to reduce skidding? We have tried balloons around the wheels, friction tape, and electrical tape, all with no avail.

Re: Electric Vehicle C

Posted: March 27th, 2017, 2:28 pm
by NilaiVemula
Has anyone tried using a PID loop to correct for any error in their Arduino distance programming? If so, has it helped significantly decrease your distance score?

Re: Electric Vehicle C

Posted: March 27th, 2017, 4:10 pm
by windu34
NilaiVemula wrote:What are some effective ways to reduce skidding? We have tried balloons around the wheels, friction tape, and electrical tape, all with no avail.
Make your vehicle heavier

Re: Electric Vehicle C

Posted: March 27th, 2017, 7:15 pm
by 4Head
windu34 wrote:
NilaiVemula wrote:What are some effective ways to reduce skidding? We have tried balloons around the wheels, friction tape, and electrical tape, all with no avail.
Make your vehicle heavier
This and accelerate and decelerate gradually if you aren't doing so

Re: Electric Vehicle C

Posted: March 27th, 2017, 7:32 pm
by dcrxcode
NilaiVemula wrote:Has anyone tried using a PID loop to correct for any error in their Arduino distance programming? If so, has it helped significantly decrease your distance score?
I wrote some PID code but didn't implement it because there's not much of a point when you can get centimeter accuracy using an encoder. From what I've read, tuning would also be a pain that wouldn't be worth the time.

Re: Electric Vehicle C

Posted: March 28th, 2017, 4:16 am
by Bazinga+
windu34 wrote:
NilaiVemula wrote:What are some effective ways to reduce skidding? We have tried balloons around the wheels, friction tape, and electrical tape, all with no avail.
Make your vehicle heavier
Making the vehicle heavier will not help because your maximum acceleration and decelleration depends only on the traction between the wheels and the floor, the mass of the car cancels out (a(max)= F/m=mgu/m=gu, where u is the friction coefficient) The only way to reduce skidding is to get high traction wheels (most everybody uses 'banebots' wheels, they work great) or to accelerate more gradually.