Maker Pro
Maker Pro

Choosing microcontroller

Kashif

Feb 18, 2011
4
Joined
Feb 18, 2011
Messages
4
Hi
I am starting a project about microcontrollers. I have problem choosing one.
My project will measure speed of an object which will pass through to sensors. The two lasers will fall on some LDR or photo transistor and whenever body will pass through it the laser will cutoff and timer will start, now when body reaches second sensor and cut the laser off. it will stop the timer, and calculate speed.
I want to inquire which microcontroller should i use?

Muhammad Kashif
computersrevealed.blogspot..com
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Basically you need one with a timer. That means almost anything.

The biggest issue is how the result will get from your device to the human who wants to know the result. This will require the most I/O lines (probably) and maybe the bulk of the code.
 

Kashif

Feb 18, 2011
4
Joined
Feb 18, 2011
Messages
4
yes i am going to use some pic, will pic 16f877 will be fine. I dont have problem with coding, i can code in assembly and c either. I am stuck that how to ldr's will connect to 16f877
 

Kashif

Feb 18, 2011
4
Joined
Feb 18, 2011
Messages
4
thanks i am searching on it. You did a valuable task. I will contact you soon if i find any more difficulty.
 
Top