Hi everyone,
I'm arduino uno and can-bus shield by seeed.
Please help me, how to power up Low Speed radio in bench?
In case of Hight Speed no problem.
Regards,
Marian
Low Speed radio power up
Low Speed radio power up
Last edited by marian on 2016 Nov 16 09:01, edited 1 time in total.
Re: Low Speed Chrysler radio power up
I'm looking for the same thing. Trying everything I can figure out to get it operational.
Re: Low Speed Chrysler radio power up
Thanx latonita.
000 powering up
000 powering up

Re: Low Speed radio power up
IS this for a Chrysler vehicle? If so, you'll need to send:
address: 0x000; length: 1; data: 0x63
You'll need to repeat sending that message about every 250ms to keep it powered up.
address: 0x000; length: 1; data: 0x63
You'll need to repeat sending that message about every 250ms to keep it powered up.
Re: Low Speed radio power up
Hello Everyone,
I'm very new to this, I have someone success turn on chrysler radio on test bench with can bus B. I'm interesting to get full code to upload to arduino can bus shield. Can some body provide me full code ? I'm trying to fix 2012 Dodge Ram radio. I only know how to fix it if I can turn it on but I don't know how to write the code to arduino but I can upload it.
Thanks in advance
I'm very new to this, I have someone success turn on chrysler radio on test bench with can bus B. I'm interesting to get full code to upload to arduino can bus shield. Can some body provide me full code ? I'm trying to fix 2012 Dodge Ram radio. I only know how to fix it if I can turn it on but I don't know how to write the code to arduino but I can upload it.
Thanks in advance
-
- How the heck did I end up here?
- Posts: 12
- Joined: 2017 Dec 27 11:39
Re: Low Speed radio power up
hi Marian,
I just bought an arduino and a can bus shield, Can you please explain to me what I have to do exactly to get a Dodge radio working on my bench. What I need to know is what code do I need to run on the arduino or canbus shield and how to wire it up to the radio. I read that all you needed to do was wire the can H and L from the shield to the corresponding Can H and Can L on the radio, but then someone mentioned you also needed to wire the ground from the radio to the shield. I am need at this but I am pretty sure I can get it working if I just had the right instructions.
I just bought an arduino and a can bus shield, Can you please explain to me what I have to do exactly to get a Dodge radio working on my bench. What I need to know is what code do I need to run on the arduino or canbus shield and how to wire it up to the radio. I read that all you needed to do was wire the can H and L from the shield to the corresponding Can H and Can L on the radio, but then someone mentioned you also needed to wire the ground from the radio to the shield. I am need at this but I am pretty sure I can get it working if I just had the right instructions.
Re: Low Speed radio power up
Hey I’m stuck as well
I have. 2008 Jeep that I took the stereo one amp out of
I hooked up can bus wires and speaker wires power and ground and the stereo just goes threw the eject CD mode then turns off. What other wires need to be hooked up ?
Does all the speakers need to be hooked up?
Let me know if anyone has had success in this
Thanks
I have. 2008 Jeep that I took the stereo one amp out of
I hooked up can bus wires and speaker wires power and ground and the stereo just goes threw the eject CD mode then turns off. What other wires need to be hooked up ?
Does all the speakers need to be hooked up?
Let me know if anyone has had success in this
Thanks
Re: Low Speed radio power up
Your CAN module and the radio MUST share a ground, or it will not work. If after this it is still not working, look at your bus loading resistors, and see if you need to add/remove them.