Map for Visitor

News Update :

Projects

Moto GP News

Basketball News

Formula 1 News

Showing posts with label Robot Project. Show all posts
Showing posts with label Robot Project. Show all posts

Project Mobot 2007 Line Follow Robot Tutorial

Tuesday, July 24, 2012

 Figure 1. Project Mobot 2007 Line Follow Robot Tutorial

MOBOT 2007 Robot Competition
 
This robot was built for MOBOT 2007, a very difficult line following competition held every year at Carnegie Mellon University. By documenting this robot I can at the same time teach you how to build a line following robot. 

So MOBOT is really really hard . . . but me being a bit crazy and only starting a few days before, I decided to accomplish the line following with one photoresistor. Yes, just one! I also decided to use the exact same edge-detecting algorithm as that used on my Stampy robot. I could do the course with a single non-scanning photoresistor, but decided the scanning servo will allow it to work a bit better.  

Design in CAD

As usual I always first design my robot in CAD. Below are a few selected side-by-side comparisons of my CAD images and actual images of the robot. As you might notice, the CAD images dont take into account the optical distortion caused by distance from the camera. You will also notice small inaccuracies between both because I took shortcuts in CAD (functionality over pretty-ness). 

In the back you will notice my AVR programmer mounted by use of velcro, wedged right between two long spacers. I left it out of CAD from laziness and last minute planning . . . Also, obviously I didnt CAD in the wiring, but when you CAD, always make sure the wiring fits. Its often a mistake I make . . .  


Continue to Read More from Original Source : http://www.societyofrobots.com/robot_mobot_2007.shtml

Project How to Design And Build A Combat Robot

 Figure 1. How to Design And Build A Combat Robot

'Project Robot 2012'. - Combat robots have been entertaining and amusing since before they were popular on Comedy Central. A while back I undertook the challenge of building a couple of combat robots (a 30lb and a 220lb). Regardless of the size of the machine the steps in the process are the same. This Instructable will walk you through the steps and provide you with resources to help with the machine and give an understanding of what is involved using my 30lb robot as an example.

Step 1Decide what size robot you want to build

Combat robots come in many sizes from 75grams to 340lbs each one of them has their pros and cons. The first thing to do when thinking about building is to find the competition which you want to compete and see what weight classes are going to be there, because what is the point of building a bot you can never fight. Listing of robotic competitions are available on http://www.buildersdb.com and http://www.robotevents.com.


Large robots: 60lbs +
There is nothing like the thrill of seeing two large machines hitting each other with the force of a small car wreck. When most people think of combat robots it is these larger machines which first cross your mind. If you are fortunate to live near one of the large robotic events these machines can be fun builds, but at the same time the level of engineering required can be quite difficult. These large machines can also cost quite a bit of money. When you commit to building a machine this size you are committing at least $1000, and in many cases much more. I would estimate that your average heavy weight (220lbs) would cost a builder $4000-$5000 to build a competitive machine, and it is not uncommon to see builders spend upwards of $15,000+ on their machines over the course of a few years. In the days when combat robotics was televised there were many sponsorship opportunities which would subsidize the cost, unfortunately now as a builder you will be on your own. 


Continue to Read More from Original source in : http://www.instructables.com/id/How-to-design-and-build-a-combat-robot/

How to Make Not Programmed Line Follower Robot

Thursday, May 31, 2012

 Figure 1. Not Programmed Line Follower Robot (Source: Fahmizal_note)

'Robot Project 2012'. In the first project i want to share with you about How to Make Not Programmed Line Follower Robot. Not Programmed Line Follower Robot is Line Follower Robot which not use program from Microcontroller integrated circuit (IC). So, Not Programmed Line Follower Robot only use Analog electronic components and and several digital components. And not use microcontroller IC as programming.

Before you follow this article, i hope you know about electronic or digital circuit and schematic, because it is need that information. After you know about electronic and digital schematic so please go to the figure of Not Programmable Line Follower Robot bellow:


Figure 2. Not Programmed Line Follower Robot (Source: Fahmizal_note)

From the Picture above, we know that Not Programmed Line Follower Robot Arrange from 3 parts, they are Sensor, Comparator, and Driver Motor DC. For the sensor used Infra Red LED and photodioda as a light sensor, while Comparator using IC LM 324 as a voltage comparator and Driver Motor DC use H-Bridge driver transistors.

The Working Principle of Not Programmed Line Follower Robot

To know how Not programmed Line Follower Robot Works, we will discuss one by one from parts of this robot.
Line Sensor Works Principle

The sensor used consists of photo diodes. This sensor resistance value is reduced when exposed to light and worked on reverse bias conditions. Light sensor is used for superbright LEDs, this component has a very bright light, which is sufficient to supply light to the photo diode.

How it is works?
Figure 3. Not any Light to Sensor (Source: Fahmizal_note)


Figure 4. Any Light to Sensor (Source: Fahmizal_note)
  1. If the photo diode is exposed to light, the resistance value will be large or can we assume infinite. So that current flows into the comparator is very small, or it can be assumed with a logic 0.
  2. If the photo diode is exposed to light, the photo diode would be a source of voltage and resistance value will be small, so there will be currents flowing into the comparator and logic 1.
The Comparator Works Principle

Figure 5. Comparator Work Principle (Source: Fahmizal_note)

Comparator in this sequence using IC LM 324 which contains a series of Op Amp is used to compare the input from the sensor. Where input will be compared from the Op Amp IC LM 324 is a high pulsed output. So it is not necessary to pull up the output. This IC can work pad range of 3 volts to 30 volts and can work with the normal starting voltage of 6 volts.

In this series there are four LEDs, which serves as an indicator. To set tagangan in contrast, is connected Variable Resistor (VR) between the two OP Amp IC LM 324.

More Description:

If there is no current flow from the sensor network to the network to the input voltage range is 0 volt, the effects on the IC a voltage at the terminal (+)> (-), the LED-A on, whereas in IC 2 instead LED -B off.

If there is current flowing from the sensor network to the network the input voltage Vcc to the network approach, the effects on IC 2 tension in the terminal (+) <(-), the LED-B on, whereas in IC 1 rather then the LED-A off. 
 Condition between points A and B will always be a reversal.  

The Driver Motor DC Works Principle

Figure 6. Driver Motor DC Work Principle (Source: Fahmizal_note)

Driver is a circuit composed of transistors used to drive DC motors. Where the main components are installed according to the transistor characteristics.

At the time of input A logic 1, then there is current flowing in the circuit, resulting in transistors 1 and 4 on because it biases the base, so that the motor rotates. So that when the input A logic 1 then the input B will be logic 0, so the transistors 2 and 3 will be off.

At the time of input B logic 1, then there is current flowing in the circuit, resulting in transistors 2 and 3 on because it biases the base, so that the motor rotates but in the opposite direction.

How to Make Not Programmed Line Follower Robot

  1. Prepare electronic components are be used to make Not Programmed Line Follower Robot. To know the components please see the figure 1. in schematic. 
  2. Make design Layout PCB with size do you like.
  3. Make real layout PCB using not dotted PCB. You can read several information about how to make layout PCB in several reference.
  4. Pair the components in PCB and using soldering iron.
  5. Pair sensor, comparator, and driver connected one by one like the schematic.
  6. Pair the others material like wheel and battery in order to the schematic can work.
  7. you can try how not programmed Line Follower Robot can work in the floor like Video bellow:


Video: Line Follower Robot Analog (Source: Youtube Fahmizal_note)

If do you want to make Not Programmed Line Follower Robot please follow the steps above and if you have some problem, please comment in here. maybe i will guide you. Thank for Fahmizal_Note for it is share.

Football News

 

© Copyright Robot and Instrumentation Technology 2010 -2011 | Design by Herdiansyah Hamzah | Published by Borneo Templates | Powered by Blogger.com.