My first robot...and your cool ideas

Hello everyone!!!!

 

Ya this guy is mine :D Not that bad na ??

 

 

 

Taugh wall-e prototype to draw Rangoli.

Check video in youtube for more description.

 

Taught it to write, here it writes LMR

Really an amateur but nevertheless it is satisfactory :)

 

 

The neck does not rotate because we got a continuos rotation servo in our kit so its used to keep turning and turning trying to suicide. So we had to make our own program to make it turn etc etc.

I'm trying to make this as short as possible because this will be more of a discussion than me talking only about my robot.

I have just startedmaking robots actually with help of LMR and my friends. This is my first successful one...I know I know this is what I have just copied from https://www.robotshop.com/letsmakerobots/start ofcourse this is true, this is where you all must have started your robot venture (thanks a lot fritsl!!! :P ).

Anyway coming to the point me and my friend have decided to take the whole of May to make new and better robots (now that we know the basics..well almost ).

I know many of you have done this exact robot. I really wish to know what all new things did you try on the same robot using the same picaxe board, for example putting some LED or buzzers as fristl stated.

We are going to try making "legs" for the little guy, for this I will really need some help and assisstance from you all.

Reply in your ideas, how you have meddled with your robot.. dont feel shy to post pics of your robot.

You can post even the unique program that you wrote just to share so that others can get more ideas. :D

 

 (this guy is wat i want to make! help me !!)

Lets go make the future even more WOW!!!! :D :P

Just comment you robot enthusiast :P

 

Navigates around slightly handicapped because it cant turn its neck

  • CPU: Picaxe 28
  • Programming language: Axepad
  • Sensors / input devices: Sharp IR

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/my-first-robot-and-your-cool-ideas

my first post I say its not

my first post I say its not that bad :stuck_out_tongue:

come on guys help me = helping yourselves

Why not learn to make the head/neck work?

A couple of limit switches and some code should produce something useful.

Using the start here design

Using the start here design and code as a starting place, I’ve made a few different robots.

  • My SHR (Start Here Robot): My first microprocessor robot.
  • Blind Lemon: Uses the smaller Picaxe08m, but you could do a drumming robot with the 28x2 easily enough
  • GRAB-E: Is my own WALL-E inspired bot. Just subsitute tracks for the wheels and off you go!
  • Penny: Is my version of the SHR using an Arduino instead of the Picaxe.
  • Mr Mountain Monster: Based on the DAGU Mr Basic kit, this guy will eventually have a brain.

I’ve never done a walking robot. I can see that is one of your goals. You should search the site for walking robots, there are plenty of examples. You will see that they are significantly different in structure than the start here robot. So while you could re-use the Picaxe, I think everything else would be brand new.

all over the place

inspiration is to be found all over the place

Welcome !

Welcome, and congrats for your first robot !

I’ve made an other “Start Here Robot” version. I added a fews leds and a speaker. The program used is different, may be it can inspire you !

More info here : https://www.robotshop.com/letsmakerobots/node/23456

I have never worked on legged robot (for now), but I’m sure you can find a lot of inspiration on LMR. But I think you should first experiment with servos (add one to your Wall-E prototype). If you want to build a bi-ped, have a look to this one : https://www.robotshop.com/letsmakerobots/node/22588?s=l . Hexapod or quadripod might also be an interresting project involving legs !

 

ASIMO

Asimo is a very high-tec sophisticated robot that is 4 ft. I take it you are making a small version with less sensors. I would not suggest creating a bi-ped until later on. Id start with a quad legged robot. Hint: think of a steam trains front whell assembly.

ASIMO is the current most

ASIMO is the current most advanced humanoid ever built…right now I definitely cant even make even its hands…but soon enuf mayb v can make something even better

i was trying to make that

i was trying to make that edge sensing from so many days but did not work now knowing that some1 else has done it I can use ur info to make it 

thanks a lot LordGG :slight_smile:

man that is an awesome

man that is an awesome collection did u make all of them??

aha I am yet to learn all

aha I am yet to learn all that dont worry I’ll get there :slight_smile:

u are a professional man!!!

u are a professional man!!! no doubt! thanks a lot!!!

You can make a simple

You can make a simple chassis with CDs, like this one: https://www.robotshop.com/letsmakerobots/node/22467

Add 4 servos and you can make a biped: https://www.robotshop.com/letsmakerobots/node/23871

Arduino version: https://www.robotshop.com/letsmakerobots/node/23022

And (one that was not built by me) with 3 servos you can make something like this: https://www.robotshop.com/letsmakerobots/node/24138

Cheers!

You’re welcome. Yes, this is

You’re welcome. Yes, this is a very easy way to implement edge detection :slight_smile:

wow now tats awsm man!!! i

wow now tats awsm man!!! i really have to understand how to use mmore than 1 servo and sensor

thanks a lot

just attached the

just attached the program

will some1 tell me how to you use random function to make the robot turn either left or right but not the same thing again and again

Added a new video of the

Added a new video of the updated version with a new chassis, 2 LEDs and a whole new code!!

First of great job with the

First of great job with the second robot =). You wrote that you and your friends bought a continues servo, and in your program you took out the part to turn the servo. This is occuring because your servo had 360 degress of rotation, while you only need 180 degress for the sensor. In your code you can adjuct it, so that the servo only turns 180 degress, not 360. 

Firstly thanks a lot. I

Firstly thanks a lot. I tried everything possible with the coding of the servo but it went in vain. The servo just would not stop rotating(because it was in a loop statement) so it was not possible to control it.

It’s not a 360 servo he has.

It’s not a 360 servo he has. It is a continuous rotation servo (intended as a drive actuator). So there’s no easy way to make it go only 180.

There are servos that turn 360 and then stop. If he had one of those he could either gear it down or control it via software.

Out of curiosity, DTB, did you get that servo accidently as part of the start here package? If so, they sent you the wrong part and should replace it. If you bought it separately yourself, you are on your own.