Skip to content

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 and Cutebot.

License

Notifications You must be signed in to change notification settings

jtobinart/CircuitPython_CLUE_Cutebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircuitPython_CLUE_Cutebot

CircuitPython_CLUE_Cutebot YouTube Video

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.

Dependencies

This library depends on:

The IR remote example also depends on:

The Adafruit BlueFruit Connect App's Controller example also depends on:

Instalations

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.

Usage

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.

License

The code of the repository is made available under the terms of the MIT license. See license.md for more information.

About

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 and Cutebot.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages