Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cdc mode activated. No play function #6

Closed
JL01152 opened this issue May 28, 2018 · 8 comments
Closed

Cdc mode activated. No play function #6

JL01152 opened this issue May 28, 2018 · 8 comments

Comments

@JL01152
Copy link

JL01152 commented May 28, 2018

I successfully compiled, uploaded and connected the arduino to audi symphony 2. It recognizes cdc1 track1 00:00 but does not emit sound from aux nor does it have play option. Is there sething I am missing?

@tomaskovacik
Copy link
Owner

tomaskovacik commented May 28, 2018

please comment out line 85:
change
#define DISC_TRACK_NUMBER_FROM_MPD
to //#define DISC_TRACK_NUMBER_FROM_MPD

compile, upload and check what is on serial port please.

@JL01152
Copy link
Author

JL01152 commented May 28, 2018

commented out line 85.

serial monitor:

Audi Concert I Multimedia Gateway Ver.1.0b
RING

@JL01152
Copy link
Author

JL01152 commented May 28, 2018

solved by changing line 2156.

changed from SetStateIdle()
to SetStatePlay()
and it is working to play music from aux.

@tomaskovacik
Copy link
Owner

thx! it should be probably used only with MPD control

t.

@JL01152
Copy link
Author

JL01152 commented May 30, 2018

ok soi fried my arduino uno. I somehow shorted some pins while troubleshooting. I have uploaded the code to two different arduino pro minis and the unit does not change to cdc mode now when selecting CD.

Is there a way for me to confirm that I am receiving data from the headunit? Or are arduino pro minis incompatible?

Please help again.

@tomaskovacik
Copy link
Owner

tomaskovacik commented May 30, 2018 via email

@JL01152
Copy link
Author

JL01152 commented May 30, 2018

i have 16mhz but i will check serial console. so far without unit powered upit keeps repeating the aforementioned messages without the RING.It did not do this with the uno

@JL01152
Copy link
Author

JL01152 commented Jun 7, 2018

I found my issue. It turned out to be a wrong connection to the ground at the connector. The arduino would seem to power up and work properly but without the the ground it was never going to communicate with the unit. Thanks a million for your support. You are awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants