Platform and Motors

Hi there

I want to make my first robot, but i got some questions:

1) How do i make my own platform? I dont want to buy one, but i dont know which material i should use to build my own platform?

2) Which kind of motors should i use? (DC, Servo, Stepper) What is the difference between these ones?

 

Any other thing i should know before jumping in to robotics? :)

 

Thanks! :)  

What have you seen so far?

Of all the robots you have looked at, which chassis materials did you find that seemed like they would work for you? I’m sure some of the designs you have seen spoke to you in some way. 

 

Re: motors

DC motors for driving a robot will require some form of h-bridge, either a chip that is capable of controlling 2 motors or a whole slew of components including resistors and transistors, maybe even relays. These motors will require at a reasonable minimum of 2 control lines each and preferably 3 control lines each. There are ways to use a single line per motor, but, that is a lot of messing around just to save a pin or two. You would also not have the same functionality that you would with 3 lines; 1 for PWM on the enable pin of the h-bridge for each motor and 2 more for forward/reverse/coast/brake.

Servos will either require you to open them up and make some alterations or purchase them already modified. Servos will require only 1 pin each from the microcontroller to get ‘full’ forward/stop/reverse.

Steppers will also require at least one chip between the microcontroller and the motor to protect the uC from the current draw of the steppers. If you only use a chip that lets you pass higher power out, you will use 4 pins per motor and a fair bit of controller time making the steppers move(my opinion). There are circuits that let you pass a direction and step to stepper motors to get them to move readily and that shouldn’t require much work from the microcontroller.

I will let you decide for yourself, but, premodded (continuous rotation) servos will cost you the least overall in my opinion.

 

Cardboard as Prototype Material
Question 1) Use a cardboard box. It is a very good prototype material. You can work fast and find the challenges you need to solve when moving on to plexiglass, wood, aluminium or some sort of plasticfoam ply.



Question 2) Easiest to use are continuous rotation servos. Then and this is prefered use 1:224 gear motors. But you have to consider Birdmuns comment about the H brige.



About your other thing: use the existing material from LMR. Get inspired by the thousand robots that we as a collective have built. Use the search if you look for something specific. Add a picture of you in your profile. Go and donate a few dollars.



Welcome to LMR.

Is this a good idea??

I’ve been using an Arduino before, so i think i want to use my Uno for this project. I think i want to buy Adafruits Motor Shield. Would this be a bad idea?? And then buying this motor with wheel. 

 

 

What is the difference?

I was wondering what the difference between this motor and this motor is?? 

 

Btw, Thanks for helping beginners like me ! :) 

$2 and 2x the gear ratio

and everything that goes with higher gear ratio; more torque, higher current draw, lower speed. If you use the solarbotics GM2, you should either stack 293’s or use a 754410 due to the stall current rating of 700+ mA. Otherwise, the motors are very similar.

Sorry for my ignorance!

Sorry, but i don’t know what a 293, 754410 and 700+ mA is?? 

No worries.

The L293(D) and 754410 are both common quad half h-bridge ICs. They both have the same pinout so they are able to replace one another. The 293 can handle 600mA within reason. The 754410 can manage 1A.

A and mA are Amps and milliAmps. They are a unit of current. There are 1000 mA in 1 A.

repost link for motor

The motorshield should suit you well but the motor link is broken. So I have no idea what motor it is you are looking at.

Ok, first robot and no idea

Ok, first robot and no idea how to build?

Just look around. In my projects (and many others on LMR) you will find a lot of different platforms…some are bought and some are self made. My Platforms are a computer mouse, a toy car or Popsicle sticks

Just see what is working for you. Rover 5 (search it on LMR) is good too as many other commercial platforms. 

The choice of the motor is also yours. I recommend servos for beginners since it does not need any additional driver for the motor.

Indeed

Almost everything can become a robot chassis. from CDs to free paint sticks and MDF. a plastic box or a handy breadboard. and what about lego or meccano? What (old junk) materials have you laying arround there? I’m sure you have something to use…

Good luck with your robot projects!

Mounting Ultrasonic sensor on Servo

I just want to ask you, how you mount a ultrasonic sensor on top of a servo? 

Fx, Can i mount this sensor on top of this servo using this stand? 

Rocket Brand Studios HC-SR04 Sensor Kit

It looks like as if the two screw-holes from the stand are further apart than the holes in the widest adapter of your servo. The stand’s spec says nothing about the screw-hole distance. It looks like that with your small servo you have to handcraft a little adapter.

Have you seen this one?

https://sites.google.com/a/rocketbrandstudios.com/rocket-brand-studios/hc-sr04-sensor-kit

 

The screw-hole distance

I found the screw-hole distance here, and it looks like you are right… The distance is to wide… 

The mount in your link looks really nice! But i would really appreciate if i could buy the mount from robotshop.com (I’ll buy my other parts from that shop) Sry… 

 

Sorry but don’t get me

Sorry but don’t get me wrong. If you need to ask this then I would really recommend that you try to build the LMR Start here robot first. Fritsl our daddy here did a good job with the documentation and you should be able to build this in one afternoon. Most important, no draw backs and problems, it will just run like a charm when you follow the instructions.