Can LilyPad MP3 play in loop?

Hi.

I am considering to use the LilyPad MP3 for my next project. The fact that a Lipo battery can be connected and charged directly from the board, seem to be perfect. And together with rotary encoder, it seem to be what I need.

But I like to know, if it is possible to make the tracks loop, so that when you push the play button, one track will keep looping until you either press stop or pick the next track?

I hope you can help me out here, please.

Best regards

Hi TekNisbeth.

It would be possible to do this as the hardware is capable of looping, but you would need to write your own custom firmware to enable looping since the stock firmware doesn’t do this by default. You might have a look at the ‘Trigger.ino’ example sketch, that could probably be modified to do what you’re looking to do.