Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#72618 - 17/02/2002 14:25 Anyone willing to help on a cd-changer project ?
beamer
stranger

Registered: 08/02/2002
Posts: 34
Hi!

I have had my empeg for 2 weeks now, and i love it. But i want more features ;-) - Now i want to build a CD-Changer emulator for my Sony cd-changer. A friend and i would be able to make an RS232 interface to it, but i don't have the programming skills to make the software. So my question is now, would anyone be willing to help making the software for the EMPEG if i could reverse-engineeer the electronics to make an interface ?
_________________________
- Regards from - Christian Byriel - Empeg MK2a

Top
#72619 - 17/02/2002 14:56 Re: Anyone willing to help on a cd-changer project ? [Re: beamer]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
I'm assuming you've read the FAQ entry on this subject?

If you do manage to pull this off, it would be an interesting and impressive project. Make sure that you figure out a way to overlay your CD changer controls atop the AUX input screen on the empeg. Then document and photograph everything so that others can duplicate your work.
_________________________
Tony Fabris

Top
#72620 - 17/02/2002 21:07 Re: Anyone willing to help on a cd-changer project ? [Re: tfabris]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
It actually doesn't seem that un-doable to me... In college, a friend of mine designed a device to do exactly what you are talking about, only using the parallel interface instead... It essentially watched the port, and when it saw certain ascii digits, it used the first nibble of the byte to grab the x-axis and the second nibble to grab the y-axis, thus giving him a way to in effect "push" the buttons on a 4x4 remote electronically (16 button Max). all you would need to is wire the damn thing correctly to make the appropriate contacts when the correct byte was sent through. I.E. button a1 would be ascii byte 136 or binary 10001000. Button a2 would be ascii 132 or binary 10000100. Get the gist? I'll try to dig up the circuit for you.

Top
#72621 - 17/02/2002 21:11 Re: Anyone willing to help on a cd-changer project ? [Re: lectric]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
Not exactly on topic, but this is another cool circuit...

http://www.ee.washington.edu/circuit_archive/circuits/PCIR/Welcome.html

Top
#72622 - 17/02/2002 21:35 Re: Anyone willing to help on a cd-changer project ? [Re: lectric]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
OK... I still can't find it... I'll try and call Jay sometime tomorrow and see if he still has the circuit and software. (will have to be rewritten as it's in pascal)

Meanwhile, this is a another weird, albeit kinda cool, project.

http://www.cedmagic.com/tech-info/remote-control/f-g-remote.html

Top
#72623 - 17/02/2002 21:35 Re: Anyone willing to help on a cd-changer project ? [Re: beamer]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Sony Unilink info:

http://users.ntplx.net/~andrew/unilink/

More info (general info, but whomever posted the initial question might have his solution by now): http://www.chipcenter.com/circuitcellar/askus/apr00/Q3_00_25.htm


Bruno
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#72624 - 18/02/2002 02:02 Re: Anyone willing to help on a cd-changer project ? [Re: hybrid8]
beamer
stranger

Registered: 08/02/2002
Posts: 34
Great guys, i'll be talking to my mate about this later today.
_________________________
- Regards from - Christian Byriel - Empeg MK2a

Top
#72625 - 18/02/2002 02:46 Re: Anyone willing to help on a cd-changer project ? [Re: beamer]
thenominous
member

Registered: 22/12/2001
Posts: 189
Loc: UK
the site http://www.cus.org.uk/~cleggy/ has A LOT of info on Unilink. THey have sorted the Computer used as a CD Changer with a headunit, and mapped out nearly all of the commands used on the bus. There is someone on the BBS that has done a computer controlling a changer, but the main emphasis of their project is a mp3 changer emulator.

I, like yourself, am interested in the empeg controlling a changer unit.

Top
#72626 - 18/02/2002 05:15 Re: Anyone willing to help on a cd-changer project ? [Re: thenominous]
beamer
stranger

Registered: 08/02/2002
Posts: 34
Hmm... The link doesn't seem to work at the moment, but i'll try it later.
_________________________
- Regards from - Christian Byriel - Empeg MK2a

Top
#72627 - 18/02/2002 15:30 Re: Anyone willing to help on a cd-changer project ? [Re: beamer]
Cris
pooh-bah

Registered: 06/02/2002
Posts: 1904
Loc: Leeds, UK
Try this.....

http://gnunilink.sourceforge.net/

I found it while looking at other options for an mp3 player for the car (PJRC) it looks very interesting, I am wondering if with a bit of tinkering if we could get the PIC to send controls to the empeg so it can be controlled by the sony's remote. Again for me hardware is ok, but software ???? Right over my head.

Willing to offer any help I can give to this project, I am planning to try the PIC project anyway as an alternative to my noisy XA-300.

How exciting, my first empeg project.

Cris.

UMMM, having re-read this group, feel a bit thick, you want to add a sony cd changer to the empeg. One has to ask why, but could help with my little venture from the software point of view.


Edited by Cristian (18/02/2002 15:32)

Top
#72628 - 18/02/2002 15:45 Re: Anyone willing to help on a cd-changer project ? [Re: Cris]
guardian__J
enthusiast

Registered: 28/01/2002
Posts: 265
Loc: MI, USA
this sounds really interesting...
I'd like to see this play out to something...
I haven't used C in a while, but I'd like to help if at all possible...
_________________________
guardian__J
MKIIa 20g Smoke

Top
#72629 - 19/02/2002 04:24 Re: Anyone willing to help on a cd-changer project ? [Re: guardian__J]
beamer
stranger

Registered: 08/02/2002
Posts: 34
Great, i now think i have sufficient information to start playing around with it... The First step will be makine a Unilink -> RS232 converter and make it work bi-directional under windows, when i have that working i'lll post the code and hope someone is willing to try and help me (read: make the linux code) with my ideas for the project.
_________________________
- Regards from - Christian Byriel - Empeg MK2a

Top
#72630 - 07/03/2002 10:04 Re: Anyone willing to help on a cd-changer project ? [Re: beamer]
thenominous
member

Registered: 22/12/2001
Posts: 189
Loc: UK
Has anyone that is having a go with this project got very far at all with it?
Ive got the hardware built, now just have to learn some PIC programming skills!

Top