Any forum members with microprocessor experience?





Charles




I've posted "wanted" type posts like this on a variety of subjects, including finding a graphic artist to work for public acknowledgement on a book, and been wildly successful.
Make a post there and see what happens.
You mention two sensors. I'm assuming one on the front and one on the rear. You might want to think about using four (especially if the car does not have a posi)
I have experience designing circuits for tachometers and fuel flow systems using pulsed inputs. Pretty easy, but you need to do some calculations to make sure the processor and clock freq you choose can capture the number of pulses you need, do you processing and output accurate data.
In the past I have used Freescale processors that have timer / capture ports that are designed for this type of pulsed input. I'm sure Microchip also has processors with timer / capture ports.
Have fun!!
Tom
PS: my experience is in the hardware development. I always had a GOOD software engineer working the code side




Take a closer look at the Arduino offerings. You get a lot to like for little bitty dollars..... A/D inputs, D/A outputs (through PWM), digital I/O, and (if memory serves) floating point arithmetic.
Since you already know "C", you won't have any trouble adapting to Arduino programming. My forte' used to be hardware engineering (back when I was a productive member of society) and even I can figure out how to write code for the Arduino.
Jim
I'm a software guy and am doing ARM development (c and c++) and work with guys who've worked with the Arduino.
From a software standpoint either of these 2 will allow you to write code in C. Your decision should probably be based on hardware requirements and cost.








