-
ms_cs
Member •
Apr 7, 2009
Wow...Good Intro...😀
Are you sure? This action cannot be undone.
-
ms_cs
Member •
Apr 7, 2009
I think line follower robot will be like this...
@Scorpion: While learning the things regarding to robot,,whether we are going to design the line follower robot?
Are you sure? This action cannot be undone.
-
Yea, that one is a line follower robot.
And mind you, there's nothing limiting the size or shape of a robot. If it's a line follower, there's no rule that it should be in a particular shape and size only. No. The look and feel of your robot is decided purely by your imagination.
And yes, I plan to start with line follower only.
Are you sure? This action cannot be undone.
-
ms_cs
Member •
Apr 7, 2009
Ok,,After the Line Follower Is it possible to add some of the extra features like,,"Maybe I want to store my mails in my robot and it should alert me whenever I am receiving the new mails",,
Whether it is possible to change the sensor ,,as per my needs after the line follower design,,without affecting the functionality of the robot?
Whether it is possible to design the robot as a Human but in a very small size?
Are you sure? This action cannot be undone.
-
Hey Scorpion ! Good one , how does a robot make a grip for object? Any kind of module for it also? 😕
Are there different kind of sensors also or just kind of which can only detect light, temperature and pressure, hmm?
Thanks !
Are you sure? This action cannot be undone.
-
Sensor is anything that measures a physical quantity and i.e. takes an input and gives an output which is in a form readable via a proper intrument.
There are different kinds of sensors
Some Types of Sensors
1 Acoustic eg microphone, seismometer etc
2 Chemical eg the breath analyzer that the police uses to test whether you are drunk. etc
3 Electric Current Sensor eg ohmmeter, voltmeter etc
4 Sensors that sense change in the Environment eg Gas Detector, Smoke sensors, Rain Gauge etc
5 Navigation and Direction Control instruments eg Gyroscope, altimeter, flux gate indicator etc
6 Optical Sensors
7 Temperature Sensors
8 Pressure sensors
9 Radiation Sensor
10 Sensors used in Aotumotive application
11 Flow sensor
etc
Gripping
Different types of grips can be used. The simplest being like forceps to more complicated one.
These are usually controlled using Servo motors which in turn are programmed by a mC or mP.
The whole design depends upon the type of job the robot is being designed for and different types of arms are used accordingly. These will come later on and am sure Silver will be covering them.
Don't rush. These are later topics. Silver has started with the basics first and will eventually reach the arms, their equations, trajectory planning, vision, control etc.
Are you sure? This action cannot be undone.
-
Great initiative guys 😀
We got some additional information at the CE Bot site regarding the materials and other miscellaneous stuff you can use:
#-Link-Snipped-#
If you guys plan to do a line follower with a PIC 16F877a, I provided a basic guide here:
#-Link-Snipped-#
SS, you can go ahead an simplify it more to make it easier for others to understand, if you want 😀
Hopefully once we complete the CE Bot, we can provide all the documentation. xhx has nearly completed a sensor analysis report that will be really useful. We can also document all the tutorials SS or anyone does regarding robotics into a complete CE documentation 😀
Are you sure? This action cannot be undone.
-
ms_cs
Ok,,After the Line Follower Is it possible to add some of the extra features like,,"Maybe I want to store my mails in my robot and it should alert me whenever I am receiving the new mails",,
Whether it is possible to change the sensor ,,as per my needs after the line follower design,,without affecting the functionality of the robot?
Whether it is possible to design the robot as a Human but in a very small size?
it's always possible to add extra features to your robot if you make it in a modular way.
ie, if you make a separate pcb for the sensor circuit, another separate one for the motor control part, and a third one for the interface part (ie, the microcontroller circuit), we can always change the sensors and actuators.
ie, if you wanna change the sensor, do only the new sensor circuit and hook it up to the bot. If you wanna change the motor, from DC to stepper or something, you only want to change the motor control circuit. And dont worry, these things come later. I'll explain them to you.
But, you can also do the whole circuit in a single pcb. That way, you'll have only one pcb for your robot. But you cant change functionalities easily. It'll become difficult to change, add or remove components because you've desolder, place the new components and resolder, and all.
Are you sure? This action cannot be undone.
-
And as for your Java related thing, which notifies us of incoming mails, I think it's asking for too much.
I dont say that it cant be done. It's just more difficult. You have to be constantly connected to the internet. For that, you need wireless protocols like wifi or ethernet enabled in the robot. You need to do some additional circuitry...
One thing I's tell is, robotics is predominantly based on electronics and mechanical things. Programming is there. But that too is hardware oriented. For example, most of the programs you'll be writing for a robot will go about setting or resetting a pin in the microcontroller based on some conditions. So, the maximum you'll be using will be loops. No OOPS concepts, no networking or other advanced features are needed here.
So, if you plan to combine robotics and networking concepts, it becomes difficult.
Are you sure? This action cannot be undone.
-
And as for the human being robot, it's not only possible, but already being done.
It's called a humanoid robot. It can also be called a biped, because it has two legs.
Heard of Honda's Asimo?? It's an excellent humanoid which is only about 2 feet tall. It's being used as a receptionist in Japan and Korea. It canbe trained to understand many japaese words and even reply to some.
it might seem very complex, and complex it is. But a very basic biped with two legs and a manually controlled motion isn't very difficult to do. You just have to be careful about the balancing.
Are you sure? This action cannot be undone.
-
Good Going scorpian
Are you sure? This action cannot be undone.
-
Is it possible to learn MATLAB by self?
Are you sure? This action cannot be undone.
-
ms_cs
Member •
Apr 8, 2009
Ok...My doubts are cleared...Scorpion:Our robot should have that modularity ..in such a way that we have to design(which enables us to add extra features)
Are you sure? This action cannot be undone.
-
deeps31
Is it possible to learn MATLAB by self?
Yes Deeps.
Matlab is very simple. You can learn it all by yourself.
If you have prior experience in any other programming language like C or C++, then it becomes even more easier.
And the best resources to use would be MATLAB documentation itself. It comes with the installation itself, and is quite comprehensive.
You can also use the Mathworks website's matlab tutorials. They are fine too.
Are you sure? This action cannot be undone.
-
ms_cs
Member •
Apr 9, 2009
Waiting for the next tutorial,,,SilverScorpion
Are you sure? This action cannot be undone.
-
great SS.. your thread is really shaping up nicely..all the best
Are you sure? This action cannot be undone.
-
hey SS
can we attach a small lcd display to our robot and check for - stats of the sensors, memory used(if applicable), RAM used, voltage value etc..?
Are you sure? This action cannot be undone.
-
Yes. That's a good and efficient debugging procedure and this comes after you've designed your circuit and you want to test it for errors in it.
But i'd prefer LED's because, for one thing, interfacing LCD is in itself a big process and we dont want to do it unless absolutely necessary.
We may as well use simple LED's in place of LCD's. For ex, if you wanna test if a certain node (say sensor output) in a ckt is high or low, place a led there. If it glows, then that is high. If not, that node is low. So easy..
Are you sure? This action cannot be undone.
-
thanks SS..
but if possible in future please teach lcd interfacing too
Are you sure? This action cannot be undone.
-
Sure, I'll try to.
Thing is, I haven't successfully done LCD interfacing, myself. I've tried, but it didnt succeed. But I know how to do it, and may be I can share it here.
Are you sure? This action cannot be undone.
-
Guys ! Don't make such nice threads dead. 😀
Are you sure? This action cannot be undone.
-
shalini_goel14
Guys ! Don't make such nice threads dead. 😀
You're right. SS, where art thou?
Are you sure? This action cannot be undone.
-
ms_cs
I think line follower robot will be like this...
![[IMG]](proxy.php?image=http%3A%2F%2Fwww.youritronics.com%2Fwp-content%2Fuploads%2F2008%2F03%2Fsandwich-robot-line-follower-robot-top-view.jpg&hash=3d74842f84211d022c09af882436f939)
This is another design for line follower. Using a servo to turn left/right. Using IR sensor to detect the black line.
#-Link-Snipped-#
Are you sure? This action cannot be undone.
-
Interesting thread indeed. Nice initiative taken silverscorpion. Hope you come up with some more details like this for novices in Robotics.
Anyway can you suggest some basic books or e-learning ie some good websites for beginners who dont have an electronics background, but wanna learn more about robotics. Just getting the basics properly. Do suggest something, it will help us a lot!
Are you sure? This action cannot be undone.
-
I'm back..
Sorry dudes. I was a little busy with my exams and stuff. Now everything is over and I'll get back to this thread full time.
Will put up the third part very soon..
Are you sure? This action cannot be undone.
-
i got one micro Line Follower Robot...can i post it here?
Are you sure? This action cannot be undone.
-
godfather
i got one micro Line Follower Robot...can i post it here?
Why not. Maybe we can see many design here..
Are you sure? This action cannot be undone.
-
godfather
i got one micro Line Follower Robot...can i post it here?
Sure. But I'll give the third part of this tutorial very soon. If you put it in that thread, it'll be more apt.
Please wait for one more day.
Is it ok??
Are you sure? This action cannot be undone.
-
as you wish SS.
Are you sure? This action cannot be undone.
-
i needed to know..... how do we start making a robot at home after we have sufficient info about its parts and processes...... i mean how do we start "making it"......
Are you sure? This action cannot be undone.
-
suggestion for suitable microcontroller for robot arm project..
hi engineers..am doin ma final year project on robot arm.am using stepper motor as actuator.this involves five degree of freedom.can anyone suggest me suitable microcontroller for this project?..thank you.
Are you sure? This action cannot be undone.