Hello, we have build our first arduino project that simulates audio signals on leds. Project is allready installed in the car but we want to improvise it.
Our main problem is that we get about 0.5V from our aux cable and it makes noise. How can we elliminate this problem ?
What aux cable? You haven't explained how this is connected externally - but I guess you are
breaking into line-audio signal?
If you are switching lots of LEDs without any decoupling capacitors I'd expect to pick up
noise on an audio signal just from your ground loop. You need a separate analog ground to
break up the ground loop I think, or at least some careful analysis of how your grounding
is actually arranged and making sure its star-grounded.
You could try pseudo-isolating the MSGEQ7 rails from the digital rails with back-to-back diodes and hope
that's enough voltage wiggle-room (about +/- 0.5V)
1x is turned to 5v and voltage goes to circuid board. Then other 4x are splitted evenly for the leds and tuned to 12v. But all these voltage requlators are connected to each other in parallell. Except positive out. Led get his grounds from uln2003a that is on the circuit.
MarkT:
You need a separate analog ground to
break up the ground loop I think, or at least some careful analysis of how your grounding
is actually arranged and making sure its star-grounded.
Do you mean i have to seperate analog ground from digital.
MarkT:
You could try pseudo-isolating the MSGEQ7 rails from the digital rails with back-to-back diodes and hope
that's enough voltage wiggle-room (about +/- 0.5V)
So i have to but some diode between MSGEQ7 and ATMEGA chip ?
When you post links please use the chain link icon on the toolbar to make them clickable. Otherwise we have to copy and paste the URL to visit the link. That's not so hard but you want to make it as easy as possible for the people trying to help you.