Which packages do I need for AS6212?

Hello,

I have a Raspberry Pi Pico W and a SparkFun Digital Temperature Sensor Breakout AS6212 (Qwiic)

First, I have installed Sparkfun MicroPyton version Qwiic_Py-main by dragging it to my Pico W:

https://github.com/sparkfun/Qwiic_Py

Then I looked up Qwiic_AS6212_Py in Thonny and installed this.

https://github.com/sparkfun/Qwiic_AS6212_Py

Are there additional packages for the Pico W that I need to use the Temperature Sensor AS621?

Grateful for help.

Fredrik

Run an upgrade

“sudo pip3 install --upgrade sparkfun-qwiic-as6212”

And you should be good to go…run through these https://learn.sparkfun.com/tutorials/di … n-examples for a walkthrough

Thanks for your info but is it possible to use sudo in Thonny and Pico W?

Thanks, now I understand how to do it.