Raspberry Pi Tank thread
09/01/17(Mon)11:20


I like Pi and I like tanks. So I'll try to make a self-driving, self-navigating tank. Small scale only ..for now ;) Prep & progress here.

  • Supported file types are: GIF, JPG, PNG
  • Maximum file size allowed is 8000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
Subject (Optional)
Comment
File (Optional)
Submit

28/01/17(Sat)20:40

Have you opened it up, and see it's inners?

25/01/17(Wed)19:34

>>33261 That's a cheap HengLong like mine :D It'll be perfect for your needs. I wouldn't mod a Tamiya one either.

24/01/17(Tue)17:57
2487.3
(2487.3 Kb, 4128x2322)

Found a cheapo tank replacement. The Tamiya tank was waaay too expensive.

15/01/17(Sun)21:57

Python is very popular as it's easily transferable between operating systems, and it's remarkably powerful too. I think you'll be able to find plenty of example code for python to help you with any projects of your own.

15/01/17(Sun)15:34

I just saw that Raspbian has Python..probably has others too but that's the first I saw.

11/01/17(Wed)20:20

>>33246 Most of my coding is in C, for Arduino, and Java, for Android, but Python is also very useful. Once you learn the basics of programming, If statements and For loops etc, you'll be able to use those skills in any language.

11/01/17(Wed)08:09

Talking about software, what programming language would you recommend?

10/01/17(Tue)11:51
76.1
(76.1 Kb, 1000x1000)

Thank you, I'll keep it in mind when I make my own 3D printer.

Things I have picked out but not yet bought (all in Dutch, sorry bout that):
-https://www.conrad.nl/nl/raspberry-pi-uitbreidingsprintplaat-sbc-motodriver1-zwart-raspberry-pi-raspberry-pi-2-b-raspberry-pi-3-b-raspberry-pi-a-raspberry-pi-b-raspberry-1503749.html
-https://www.conrad.nl/nl/raspberry-pi-camera-module-camera-v2-8mp-raspberry-pi-raspberry-pi-2-b-raspberry-pi-3-b-raspberry-pi-a-raspberry-pi-a-b-b-raspberry-pi-b-1438999.html
-https://www.conrad.nl/nl/raspberry-pi-camera-module-camera-v2-8mp-ir-raspberry-pi-raspberry-pi-2-b-raspberry-pi-3-b-raspberry-pi-a-raspberry-pi-a-b-b-raspberry-pi-b-1455913.html
-https://www.conrad.nl/nl/iduino-st1146-ultrasone-naderingsschakelaar-1485297.html
-https://www.conrad.nl/nl/linker-kit-uitbreidingsprintplaat-lk-irrecei-infraroodontvanger-1267844.html
-https://www.conrad.nl/nl/linker-kit-uitbreidingsprintplaat-lk-relai-relais-1267859.html
-https://www.conrad.nl/nl/linker-kit-uitbreidingsprintplaat-lk-accel-versnellingbewegingssensor-1267833.html

10/01/17(Tue)10:57

>>33243 Stepper motors have very precise movement control, it's what's used in cnc machines. You can also effectively use stepper motors to measure movement. But this is all probably not required for your project.

10/01/17(Tue)09:10

Luckily Conrad has a shit ton of raspberry pi add-ons.

I think I'll start easy and if it works I'll gradually increase the difficulty. Maybe first add some cameras and ultrasonic sensors along with light modules. Coding will be a completely different quest.

Why would stepper motors be more accurate? The current ones are pretty slow plus I could program the max power usage, right?

09/01/17(Mon)19:24

You'll need sensors (maybe camera, IR or ultrasonic distance sensors, etc) and software to process the data and calculate the movement of the tank based on the outcome (there might be existing projects you can use or you might have to do some coding). And lastly you need to be able to control the tank accurately which might mean switching out the current motors for stepper motors.

09/01/17(Mon)11:24

Parts I have at the moment is a Tamiya tank and a Raspberry Pi 2b. Need to figure out what else I need.

Found a website with a few Pi-Tank projects. It has other projects too. Handy stuff.
http://www.instructables.com/howto/raspberry+pi+tank/