This is a higher-level library to allow Adafruit's CLUE and ElecFreak's micro:bit Smart Cutebot to communicate while maintaining all the functionality of the CLUE, except for touch features. In version 2, the code has been updated for efficiency purposes and educational focus has shifted towards examples and wiki.
This library depends on:
The IR remote example also depends on:
The Adafruit BlueFruit Connect App's Controller example also depends on:
Follow Adafruit's CLUE Overview instructions under CircuitPython on CLUE. During the installation process, you will download the latest library bundle and transfer several libraries to the CLUE. Transfer the dependencies listed above to your lib folder. Download this repository and copy jisforjt_cutebot_clue.mpy onto your CIRCUITPY drive. The .mpy version of the files uses a fraction of the memory and is the recommended version.
You can create a new main.py file and use:
from jisforjt_cutebot_clue import cutebot
to access the Cutebot or you can use one of the example programs provided in the repository. Use the IR remote example to easily learn about IR signals and control your Cutebot in a snap. Download Adafruit's BlueFruit Connect app and control your Cutbot over Bluetooth. These examples and more are located in the examples folder.
The code of the repository is made available under the terms of the MIT license. See license.md for more information.