MomsFriendlyRobotCompany / pycreate2

library for iRobot Create 2
https://pypi.org/project/pycreate2/
MIT License
69 stars 44 forks source link

songs don't aways play #3

Closed walchko closed 5 years ago

walchko commented 7 years ago

The create is finicky with songs. Sometimes they work, sometimes they don't. It could be a bug in my 2007 firmware that came with my new 2017 Create 2.

CASELIG commented 6 years ago

Your problem could be this:

The Create 2 has an internal pointer that needs to be reset after each song play. You can do that via a bit of code. See here: http://www.robotappstore.com/Knowledge-Base/7-How-to-program-Roomba-to-sing/21.html

Alternatively you can just turn it off and on again. If it always works first time after it's switched on but is then finicky you probably have a pointer error.

walchko commented 6 years ago

thanks ... I will take a look 👍

walchko commented 5 years ago

fixed finally