Home › Forums › Sparkfun MP3 Shield Library Support Forum › Does not work, Mega, mp3 and W5100 Ethernet › Reply To: Does not work, Mega, mp3 and W5100 Ethernet
February 7, 2014 at 6:34 pm
#3119
Anonymous
Inactive
Well, to disable the ethernet shield sd, I suppose “digitalWrite (4, HIGH)”, tried but did not work.
My program is done in android, the command that is equivalent to Arduino receives a message, where the character “1” is the index (10) of the String.
Strange thing is that if I put the “MP3player.playTrack (1);” function in void setup () {}, the music plays, but about 6-7 seconds just hangs.
I found fragmentations in forums other problems, mentioning where you have to disable the SPI ethernet shield using commands like digitalWrite (10, HIGH); tried that too, but has errors.