GPS Guided R/C Truck

First robot. Hacking up examples from everywhere and putting them together.

Have discovered some neat things to share with other trying to do this.

Working on the sonar obstical avoidance solution now.

Throttle controlled by software or governed thru Hall sensor rpm vs what you are asking for speed.

Reverse was strange to get working as it needs to get a 15ms bump forward then it goes backwards.

It is from a Mad R/C 1/5 scale truck that is now discontinued. All the screws are so soft the hex heads stip very easy so replaced with stainless where needed.

Balanced the wheels with R/C aircraft prob balancer. Replaced the M1 pinion gear with a 9 tooth from 13 stock. Need it to go slow.

Using MegunoLink filter.h to smooth out crazy compass jitter that they all seem to do. I modified the LSM303 library to do it. File is attached.

Arduino work is with Arduino 1.8.5. Has multiple tabs, trying to keep it clean and simple.

Throttle govenor works, rpm sensor works, R/C controll woks, just turn raidio off to go autonomous. LCD display works and is easyly extended to display more values with switch case.

Let me know what you think.

Made a video on youtube, the embeded link not being accepted by this sites video add, so putting in here:

<iframe width="560" height="315" src="https://www.youtube.com/embed/pvlPyQaRb6c" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

or just https://youtu.be/pvlPyQaRb6c

will navigate by gps and compass

  • CPU: Arduino DUE
  • Programming language: C++
  • Sensors / input devices: GPS, Maxbotix EZ1, LSM303
  • Target environment: outdoor

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/gps-guided-r-c-truck

hello

i want to hack F1 rc car circuit and make it guided by GPS or google map … how that ?

 

More info?

It would be great to have more information about the project… pictures… text…?

update

Doing this full time now. It has been fun to figure out a way to get it to work. Not done yet.

hi

 this project sounds great i am trying to make a track vehcile that is self navigating i am new to the robot secne so i am wondering if you could help me with the navigation side will i need to use a gps module and gyro. i am making it to scout fences and my sheep on my farm i have the mechnical side sorted but having trouble gettiinng my head around the navigation side of it.

could you please point me in the right direction.