Recently purchased the mBot 2 with cyberpi. It’s great, kids are having a lot of fun with it. I’m trying to dig in on the Python programming for it, but running into issues.
There are API docs (https://www.yuque.com/makeblock-help-center-en/mcode/cyberpi-api) that detail how to access things like the ultrasonic sensors, but they’re not working. It looks like the Python modules described in the docs don’t exist in the version of the cyberpi library I’m using. I have 0.0.5 installed, which is the latest version that is available as of this writing (see https://pypi.org/project/cyberpi/#history for confirmation).
The cyberpi and mBot 2 are pretty new, is this just a case of the docs being ahead of where the current release of the Python library is?
Has anyone had success coding their mBot 2 with Python?