Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Which language is better for line follower robot, C or Assembly?

Status
Not open for further replies.

pavithrams

Newbie level 2
Joined
Aug 1, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,296
which one is best c or assembly language for line follower robot?
 

line follower robot program

The robot will work with any one. You have to choose about which will suit you the best, as you have to write it. Good luck:D
 

line follower robot circuit

C for rapid prototyping. ASM for fine tuned/timed programs.
 

line following robot circuit

its very easy to write the program in c. its very effective and the size of the program is reduced by half. please send me the circuit u have used and i will help u in programing part . if u r the beginner i have my own working circuit. i wiil help u with thar.
 

the best of line follower robots

Hello!

I don't agree on this one.

Today's compilers are very efficient. When you write something in C and
look at the machine code via disassembler, it's usually exactly what you would
have done in assembler, so in most of the cases what you (might) gain is not
worth the effort.

Beside this, C is so close to assembler that there is absolutely nothing that you
can do in assembler and not in C.


Dora

vsmGuy said:
C for rapid prototyping. ASM for fine tuned/timed programs.
 

line follower robot

HI ramjax i am begineer in working on ROBOT used ciruit..
Now i wnt to develop a Line follower ROBOT plz help me in this regard.............

Added after 2 hours 31 minutes:

I am developing A LINE FOLOWER ROBOT using Pic 16f877 ...

But i found data using 8051 and AVR micro controllers..

And hav idea about using L293 driver in this operation..
4 IR sensors r used to find the direction . but idont know how to locate these IR sensor to interface in the circuit..

plz explain how exactly it works.........
 

Re: line following robot circuit

hello i need help with line following robot but i`m using parallax micro chip...can you help me with that or do you have coding and the circuit...it will be very helpfull for me....thank you.
 

Re: line follower robot

if you have IR photo diodes then it will be easy, otherwise it goes complex to work with TSOP sensors because it needs 38kHz ir light.
some advance TSOPs need pulsating 38KHz i.e. a constant 38KHz will not work.
rest of the things are easy
line follower can be done without microcontroller also.
the control algorithm can be simple or a complex as PID controlled or trained ANN
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top