The guys at miniDSP were kind enough to offer a free repair for my fried old (V1.3) 2x4 board but I have managed to repair it myself. The fault was on a dual Schottky diode. Now it is up and running.
Just on time (yesterday I received a miniDIGI and a miniStreamer so there’s work ahead 🙂 )
George
Just on time (yesterday I received a miniDIGI and a miniStreamer so there’s work ahead 🙂 )
George
Attachments
Last edited:
hi would like to ask if there is some progress for the initial question: "onboard volume control connections (as outlined in the 2x4 manual), but I would like to control the volume from where the rest of the stereo components are located. To do this I would run a 3-conductor cable from each speaker to a "volume control" unit that I would build. One speaker supplies the DC 3.3V source, which is varied in the volume control using a linear pot. The wiper output is returned to the 2x4 volume control pins in both speakers, so that they are controlled simultaneously. At this point it looks like this is the approach that I will use."
has someone tried something like this with pot > A0>> to arduin_😱) >D3>output to minidsp volume control pin ?
the orignal text says : The maximum voltage at output now seems to be 3.4V which seems to be in spec for that chip.
would like to use it with arduin_😱) code
void setup () { }
void loop () {
analogWrite (3, analogRead (A0) / 4);
}
any better ideas ?
thanks timmi
has someone tried something like this with pot > A0>> to arduin_😱) >D3>output to minidsp volume control pin ?

would like to use it with arduin_😱) code
void setup () { }
void loop () {
analogWrite (3, analogRead (A0) / 4);
}
any better ideas ?
thanks timmi
- Status
- Not open for further replies.