Proper CLUE CP Libraries?

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
blackfridayfaust
 
Posts: 1
Joined: Thu Jul 02, 2020 3:18 pm

Proper CLUE CP Libraries?

Post by blackfridayfaust »

What are the proper CLUE libraries for Circuit Python?
How do I know which libraries to use?

I am attempting: <https://learn.adafruit.com/adafruit-bon ... thon-usage>
I am getting an error in running code.py because 'adafruit_clue.mpy" is not compatible.
The recommended resolution is to update my CircuitPython base and libraries. That does not appear to be working, so I'm wondering if I am using the wrong libraries.

According to CircuitPython.org <https://circuitpython.org/board/clue_nrf52840_express/> I should be running the latest stable release (6.0.0).

A similar user had this problem <viewtopic.php?f=65&t=169038&p=827213&hi ... te#p827213> but resolved the issue with the 5.x libraries.

Did CLUE roll over from the 5.x to 6.x libraries?

User avatar
asyork
 
Posts: 43
Joined: Wed Mar 24, 2021 7:07 am

Re: Proper CLUE CP Libraries?

Post by asyork »

I wanted to bump this because I am having the same issue following the instructions in https://learn.adafruit.com/digital-nose ... ss-checker.

User avatar
asyork
 
Posts: 43
Joined: Wed Mar 24, 2021 7:07 am

Re: Proper CLUE CP Libraries?

Post by asyork »

I solved this issue by using the 7.0.0-alpha.1 and corresponding libraries, but ran into another problem to be dealt with tomorrow.

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

Return to “CLUE Board”