wave shield

untill now i have been into very basic arduino. such as start/ stop different machines.. and it has worked very well to just copy paste code and edit it a bit..
i am not skilled in programming and since i got the wave shild i have been in problems because the code examples are so complicated to understand.

does someone have a very besic code that could play a soundfile from the wave shield and start a motor in the same time( the motor i control from a relayboard )

would be wonderful :slight_smile:

(deleted)

Thanks.
i have this waveshield

i found a library called WaveHC and put it in the libraries folder and still the computer says

ave_test.ino:1:20: fatal error: WaveHC_h: No such file or directory
compilation terminated.

when i try your code

in my library manager it says waveHC version unknows installed... see attachment.???? where can i find one that works?

after trying again it doesn´t complain for the library.. i changed it to #include <WaveHC.h>

now it complains this

wave_test.ino: In function 'void setup()':
wave_test:5: error: 'waveshield' was not declared in this scope
wave_test.ino: In function 'void loop()':
wave_test:10: error: 'waveshield' was not declared in this scope
'waveshield' was not declared in this scope

now it complains this

Well, we are going to complain that you didn't post your code!