Old .mpy files for Cutebot and CLUE

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
elysobad
 
Posts: 4
Joined: Sun Aug 01, 2021 12:52 pm

Old .mpy files for Cutebot and CLUE

Post by elysobad »

Hello! I am hoping to operate one of micro:bit’s Smart Cutebots with an Adafruit CLUE. I have found an old .mpy file (titled “jisforjt_cutebot_clue.mpy”) online that allegedly would let the two communicate through circuit python along with some code examples that all seem straightforward, but I get an .mpy error in the Mu Editor serial, I assume, because the library files are from circuitpython v5.3.1 and my CLUE is running v7+.

So I’m wondering if there are either 1) legacy installer versions of circuit python I could install to match the v5.3.1 .mpy files I have, or, 2) if there is a simple way to update any .mpy file to run with newer versions of circuit python in this specific instance? Or, maybe, there are some newer library files for this task that I’m just overlooking somewhere.

User avatar
neradoc
 
Posts: 542
Joined: Wed Apr 27, 2016 2:38 pm

Re: Old .mpy files for Cutebot and CLUE

Post by neradoc »

Seemingly the python version of the file is here, you can just use that. The code might still need updating to CP7, which you can get help with here too.
https://github.com/jisforjt/CircuitPython_CLUE_Cutebot

Alternatively some older versions of CP are available:
https://adafruit-circuit-python.s3.amaz ... ess/en_US/

User avatar
elysobad
 
Posts: 4
Joined: Sun Aug 01, 2021 12:52 pm

Re: Old .mpy files for Cutebot and CLUE

Post by elysobad »

I was able to get it running with one of the older cp versions - thank you!

Locked
Please be positive and constructive with your questions and comments.

Return to “CLUE Board”