Car stereo interface
Matt MC
Posts: 1
Let me first say I have an AS degree in Electronics that I have never used. I also have some programming experience. I don’t mind spending the time learning and doing the programming for this project but I would definitely need help on the electronics portions.
What I want to do is be able to use the propeller to take input and send output to and from my Sony deck unit through the CD changer controller, information on the hardware and commands can be found here gnunilink.sourceforge.net/. By doing this I can use the buttons on the deck unit to control stuff and display text on the deck unit, but first the display.
I would like a small color display, like this store.earthlcd.com/s.nl/it.A/id.893/.f?sc=7&category=6. What would be an easy & cheap LCD between 2.5 and 5 inches I could use? Or other option is to only use the Sony deck unit for display, but not as much fun.
Applications: 1. Take input from the oxygen sensor (.2v to .8v typical range) to display an air/fuel mixture ratio. 2. Take input and display from any number of analog sensors. 3. Saving this for last, control a module for playing mp3s. I don’t expect the propeller to play mp3s, but control a separate module such as the ump3 here info.hobbyengineering.com/specs/ROGUE-UMP3-110-A1-100-1.pdf. The problem with this is how would I display the track information? Controlling the ump3 module doesn’t appear to be a problem though.
I could just buy an ipod and the sony controller that hooks it upto the CD changer, but I would like a nice clean design with just a small screen controlled through the buttons on the deck instead of an ugly ipod latched some how to my otherwise beautiful dashboard. Besides, once created you could integrate a number of other applications, such as a garage door opener, activate a NOS system, monitor engine sensors, and more.
I don’t mind spending the dough on this project, but before I spend my time I would just like a consensus on the feasibility and any recommendations on a course of action.
Thanks,
Matt
What I want to do is be able to use the propeller to take input and send output to and from my Sony deck unit through the CD changer controller, information on the hardware and commands can be found here gnunilink.sourceforge.net/. By doing this I can use the buttons on the deck unit to control stuff and display text on the deck unit, but first the display.
I would like a small color display, like this store.earthlcd.com/s.nl/it.A/id.893/.f?sc=7&category=6. What would be an easy & cheap LCD between 2.5 and 5 inches I could use? Or other option is to only use the Sony deck unit for display, but not as much fun.
Applications: 1. Take input from the oxygen sensor (.2v to .8v typical range) to display an air/fuel mixture ratio. 2. Take input and display from any number of analog sensors. 3. Saving this for last, control a module for playing mp3s. I don’t expect the propeller to play mp3s, but control a separate module such as the ump3 here info.hobbyengineering.com/specs/ROGUE-UMP3-110-A1-100-1.pdf. The problem with this is how would I display the track information? Controlling the ump3 module doesn’t appear to be a problem though.
I could just buy an ipod and the sony controller that hooks it upto the CD changer, but I would like a nice clean design with just a small screen controlled through the buttons on the deck instead of an ugly ipod latched some how to my otherwise beautiful dashboard. Besides, once created you could integrate a number of other applications, such as a garage door opener, activate a NOS system, monitor engine sensors, and more.
I don’t mind spending the dough on this project, but before I spend my time I would just like a consensus on the feasibility and any recommendations on a course of action.
Thanks,
Matt
Comments
There's existing software in the object library for at least one multi-channel external A/D converter and the Propeller itself can do A/D conversion with a few extra passive components at 2 pins per A/D channel. The Rogue Robotics unit seems to work fairly well although I've had problems using it with a Prop-1 controller ... It seems to drop serial bits sometimes over a period of many hours and the Prop-1 (BS1) doesn't have enough memory for a proper recovery routine. The Propeller should do fine. The MP3 unit does allow you to read and write data on the SD card as well as play MP3 files. You'd have to write your own routines to scan the MP3 files for the meta-tags with the track titles.
For video display only, you can use the Parallax video monitor. If you want to build something interactive, check out this post:
http://forums.parallax.com/showthread.php?p=602770
Graham
http://www.goldmine-elec-products.com/prodinfo.asp?number=G13752
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
MRC
earthlcd.com offers a 2.7 inches graphics lcd (ezLCD-001) which can be program with just about any mcu.
Very easy to program.
Take a look the enclosed file.