spycatcher2k:
Try putting a pause before// initialize the button pin as a input:
pinMode(buttonPin, INPUT);
pinMode(buttonPin9, INPUT);
pinMode(buttonPin10, INPUT);The module may need time to startup
thanks, it worked
i had to add a delay of 600ms minimum to get the track played at startup.