system
November 20, 2014, 9:07am
1
Hi All
I have bought a Uno and the maplin music shied (http://www.maplin.co.uk/p/music-shield-for-arduino-n99dg )
on the maplin review it recommends using the v2 library here Music Shield | Seeed Studio Wiki
I have downloaded the library and put it in the library folder
Has anyone got the same setup and would be willing to give me a copy of the code to get this all working ?
Please advise
Cheers
Look inside the music player folder of that library. There you will find seven examples of how to use various aspects of the shield.
system
November 20, 2014, 12:29pm
3
I used the demo playWithName and it fails on this
myplayer.setPlayMode(MODE_REPEAT_ONE);//set mode to repeat to play a song
is there no idiots guide to this ?
all I want it to do is play music !!
and it fails on this
What do you mean by fails?
Compile or run?
system
November 20, 2014, 3:04pm
5
It faile when I compile it with a big orange band through it.
Well it works for me using Arduino 1.0.6
How have you installed the libraries?
Each of the three folders in that download need to be placed in the Arduino libraries separately not in the overall wrapping folder and the Arduino IDE needs to be started or restarted.