namor:
yes, that's the ones labeled IO3, IO4, GND, VCC on my circuit ;o)
Oh, I see.
namor:
the sd card works fine since i kept pin 11 out its socket.
Hmm; is it really that simple.
Can you see any connection coming from the pin 11 connection on the DMX board?
I can't see why an unconnected pin could cause the problem, so either:
- there is an undocumented connection (perhaps hidden if there are more than two layers on the PCB (doubt it)),
- or perhaps your board has a defect, maybe a solder bridge or something that is connecting the pin to somewhere.
Well, neither the board nor the library uses SPI, so I guess bending the pin is as good a solution as any.
namor:
would you suggest to use a separat power supply?
I'd be a bad judge of that, but I reckon if the Mac is monitoring the load, then it is probably within tolerance.
namor:
ps: i tried to find out which pins are needed for the dmx board (we only would need dmx out). but i'm noot sure if i got it right...
A2 -> In // yes, pass through, goes to the three pin header that should be on your board
A4, D18 -> SDA // yes, pass through to four pin I2C header
A5, D19 -> SCL // yes, pass through to four pin I2C header
D0 -> Rx // yes, unconnected in default configuration
D1 -> Tx // yes, unconnected in default configuration
D2 -> RF-EN // yes, unconnected in default configuration
D3 -> VTX // this is your transmit line
D4 -> VRX // this is your receive line, but not usable with that library, you could disconnect it by removing the 0 Ohm resistor, or bending pin
D5 -> DE-EN // yes, unconnected in default configuration
D6 -> Out // yes, pass through to the three pin out header
the music player needs:
Pins Used for Play Control:
D3 - receiving signal from button for Volume Up; // yes, and this clashes with the transmit line
D4 - receiving signal from switch for Next Song function; // yes, and this clashes with the receive line
D5 - receiving signal from switch for Play&Stop and Record function; // yes, not a problem
D6 - receiving signal from switch for Previous Song function; // yes, not a problem
D7 - receiving signal from button for Volume Down. // yes, not a problem
D8 - Green Led instructions; // yes, not a problem
Pins Used for SPI Interface // wahrscheinlich SD-Karte
D10 - SPI Chip Select;
D11 - SPI MOSI;
D12 - SPI MISO;
D13 - SPI SCK;
// Yes, not used by DMX, and shouldn't be connected
Pins Used for VS1053 Interface:
A0 - Reset of VS1053;
A1- Data Require of VS1053;
A2 - Data Select of VS1053;
A3 - Chip Select of VS1053;
// Yes, these seem correct too.
After going through these pins, I think your boards are not going to work together without additional effort.
The transmit pin is conflicting with one of the music player buttons. If you look at the schematic for the music shield on the second page, bottom right, you can see how the switches are wired - with common to ground. That suggests that the switch pins are normally high and are pulled to ground when the buttons are pressed. Being normally high will probably conflict with your DMX board. But if that wasn't enough, each of the switches has a (debouncing?) capacitor on it, which I imagine will further distort the signal to the DMX board.
I think you'll not be able to piggyback the shields. Either wire them manually or get something like this Go-Between Shield, though I notice it has been discontinued by a couple of the listed suppliers.