![]() |
![]() |
![]() |
|
|
|||||||
| Robotics Chat Specific to discussions about robots and the making of. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I am into making a robo as my final project.
My main objective is to detect land mines and retrieve them. Thinking of using a micro controller for the entire process. Metal detector will used to detect the mine , while I(R sensor will detect the obstacles on the path of the robot. I want help in designing a suitable electronic compass, IR sensors as well as the control circuitry |
|
|
|
|
|
|
(permalink) |
|
Are you from India ? ^^
no joke - why don't you do it yourself first, and if you are faced with some problems, ask us ?
__________________
i˛ = j˛ = k˛ = ijk = -1 |
|
|
|
|
|
|
(permalink) |
|
parallax makes a compass, as well as every device you have mentioned above, either buy the products at a sum of ~$400, or go with nox's idea. *compatible with most basic-like microcontrollers
|
|
|
|
|
|
|
(permalink) |
|
It is a very good project idea, and it has me thinking hard.
Under some terain conditions a bot might be able to map a suspect area without human intervention , as for retrieving the ordinance itself.. that is a difficult task to automate.
__________________
It may seem like a good idea at the time , but never stir your cold coffee with a soldering iron. |
|
|
|
|
|
|
(permalink) |
|
Maybe this is an ideal swarm task. If you can build the mine detector cheaply enough then there is no need for retrieval, just detonation. at least they couldn't be recycled.
I suspect this is much harder than it sounds, though. |
|
|
|
|
|
|
(permalink) |
|
Robots are at bottom of page, links are dead from here onwards but google may turn up something.
http://diwww.epfl.ch/lami/detec/rodemine.html
__________________
It may seem like a good idea at the time , but never stir your cold coffee with a soldering iron. |
|
|
|
|
|
|
(permalink) |
|
What are you planning to do about the improvized "pill-box" land mines made out of wood or advanced mines made out of plastics?
|
|
|
|
|
|
|
(permalink) |
|
Hello
For IR sensors you may take a look at the tutorial that i wrote on proximity sensors: http://www.ikalogic.com/prox_sensors.php but this one is made for indoore application, for outdoor applications, i suggest you use one of those IR receiver ICs locked at 38 khz instead. In case you have one of those receiver i have a schematic that may help you. I am sure this is the best solution for outdoor IR obstacle detection. The schematic is quite simple if you keep in mind that: -Rx is the IR receiver, -there are 2 IR emmiter leds, which are switched on and off, one after the other, very fast. Each led is on one side of the sensor, so this way you can know usefull infos about your obstacle position (middle?, right?, left?) instead of just knowing weather if there is an obstacle or not. I know it did not elaborate a lot, but am not sure you are interrested in that solution, and i don't like to waste time writing if no one is gonna read! are you interrested? Last edited by ikalogic; 9th September 2006 at 05:29 AM. |
|
|
|
|
|
|
(permalink) |
|
i know i'm interested in it...
but i cant understand why are those 2 LED's connected to op amps/analog comparators positive input? also what signals are coming/going from the plugs?
__________________
Need Help? Press F1 If that doesn\'t help you, ask me... I might know better. Last edited by bloody-orc; 9th September 2006 at 08:03 PM. |
|
|
|
|
|
|
(permalink) |
|
Yeah, it is a confusing circuit. I think he's using them as detectors...
|
|
|
|
|
|
|
(permalink) |
|
Okay,
I'll try to make as clear as possible. -The compoment Rx is an IR receiver locked at 38 Khz -The leds D1 and D2 are for sending IR -leds D3 and D4 are normal red Leds -IC 555 generates 38khz pulses. -Plug J1 is for : [J1.1] Lighting IR led D1 [J1.2] Lighting IR led D2 [J1.3] reading the output from the sensor, which goes the 0V in case of reception. -The 2 opamps act as buffer, and could be replaced with a switching transistor. Now here is how it works: you send 5v on [J1.1] which will result into sending IR through the IRED D1 which is placed at the right of the sensor, and also [J1.1] will power the RED LED D3, which will glow IF the sensor Rx receive IR, meaning there is an obstacle. Then do the same thing for the left side of the sensor (Diodes D2 and D4), alnd also if an obstacle is detected on the left side, D4 will glow, because is is fed with 5v through the pin [J1.2] , which is by the way also connected to the +ve input of the opamp to drive the led D2 Repeating this sequence very fast will give the following result: D3 will glow if there is an Obstacle at the right D4 will glow if there is an Obstacle at the Left D4 and D3 will both glow if there is an Obstacle at the midle of if there is smth big like a wall. Those are the visual results. but sure the data can be stored and processed into a microcontroller. I hope its clearer now. i did my best! ika. Last edited by ikalogic; 10th September 2006 at 11:54 AM. |
|
|
|
|
|
|
(permalink) |
|
It seems highly confusing?, and doesn't seem to make any sense?.
Here's a far simpler (and effective) version that uses a PIC http://www.lpilsley.co.uk/cybot/radar.htm |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Please don't say it doesn't make any sens, it is not v.nice! because this project worket perfectly for me. I apologise if, maybe the shcematic is not very well done, and maybe my description is poor.. And maybe you didn't read it! |
||
|
|
|
|
|
(permalink) |
|
Hello, here is the exact same design in an electronics magazine of mine.
instead of opamps it uses NAND gates for both buffering and for generating the 38Khz frequecy for the senders. And, as a matter of fact the Doides D1 and D2 are used for sending, D3 and D4 are just indications Leds (RED leds), exactly as in my design. Other wise the perofrmance is the same. Sorry it is in french but you all you need to understand it is that. Droit = Right Gauche = Left Rec = receiver CI - circuit intégré = IC! And just so you don't get confused, the C1P is nothing more than the power of the nand gate IC. Last edited by ikalogic; 10th September 2006 at 12:13 PM. |
|
|
|
|