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.

1/4 time car meter without microprocessor?

Status
Not open for further replies.

david90

Advanced Member level 1
Advanced Member level 1
Joined
May 5, 2004
Messages
423
Helped
9
Reputation
18
Reaction score
4
Trophy points
1,298
Activity points
3,611
Is there an easy way to make a 1/4 time meter without resorting to microprocessor or controller? I'm still early on my studies on digital circuits.
 

To do a timer using standard counters is a complex design, costly and will mostly not have any features.

I will suggest using a microcontroller especially since you are a begineer in digital, It is much easier to write and debug code than complex hardware, it is much cheaper, and more flexible: you can add lots of features to your timer only by software!

Some of the cheap and highly supported microcontrollers are: Microchip PIC and ATMEL AVR and the 8051/8052.

Regards,
Gam
 

Hi,
I assume that you need high resolution/precision, if you point to electronical way of time measuring - opposite you can use mechanical / electromechanical / chemistry ways, not speakins about old good sand clock :)). Thus, you obviously have to use the oscillator - counter - display system. On this way, you can only use or discrete components, or controller (processor), or FPGA (Field Programmable Gate Array). The drawback of last two options is that you have to use some software tools in order to write your code - but it is much easier and flexible than discrete components mounting.
 

so how would I go about doing this project using a PIC? How do some microcontroller can measure acceleration without communicating with some kind of external device?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top