Propeller Digital Dash?
Linkin
Posts: 1
Hey Guys,
I have done work with Arduino and Picaxe in the past and would like to step up to Parallax. I was wondering with the integration of video, would it be possible take readings from the RPM sender, Vehicle speed sensor, Gas level, battery, water temp oil temp etc. and make a program to display the info on a lcd screen? Using the propeller?
I have done work with Arduino and Picaxe in the past and would like to step up to Parallax. I was wondering with the integration of video, would it be possible take readings from the RPM sender, Vehicle speed sensor, Gas level, battery, water temp oil temp etc. and make a program to display the info on a lcd screen? Using the propeller?
Comments
You could start with a basic dash, add a indicator or two, then build out the sensor portion. Once that works, it's just a matter of building out the other sensors, feeding data to what you've already got written video wise.
It's a very good project for Propeller, and how it works with blocks of code from the Object Exchange. Many of the things you want are already written, leaving you do connect them together, and supply some data.
Using the vehicle's OBD2 port would be the way to get all the vehicle data you could ever want. Another problem to watch out for, the are now different OB2 protocols.
The following link does a fairly good job of describing the differences.
http://en.wikipedia.org/wiki/On-board_diagnostics
-dan
It tied into the OBD-II port for a lot of the data and directly into a "sensor interface" module for the rest. (It was a bunch of ADCs in the interface module.)
Bill
http://www.elmelectronics.com/obdic.html
I'd think a prop could do the same thing.
-dan
see:OBD.zip
http://forums.parallax.com/showthread.php?p=750908
Greg
Please note that the last post in this thread is nearly 3 years old... and that two respondents haven't been on the Forum since.
Try emailing the user. Click on their name to see options.
OBD-II reader
@ Chris Savage: Your design seems a great fit for a project car or a race car. It is kind of convoluted for my use. I will like to make something practical that uses the hardware that i already have (OBD2 port and radio headunit with a 7" LCD screen). But i do appreciate your input.
I don't even have a propeller board yet since i 'm in the research phase. I decided to learn as much as i can upfront since this is my firs experience with electronics. I will keep all of you posted about any updates in my project.
My input was more to the point of it isn't too hard if you have the motivation and resources. My original ACM was Z80-powered and I haven't yet gotten most of it transferred over to the Propeller yet. Good luck with your project though. It will be interesting to see no matter how you go about it.