# Pico W SparkFun AS6212

**URL:** https://forums.pimoroni.com/t/pico-w-sparkfun-as6212/21292
**Category:** Support
**Created:** [January 19, 2023, 3:51pm UTC](https://forums.pimoroni.com/t/pico-w-sparkfun-as6212/21292 "2023-01-19T15:51:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cattips](https://avatars.discourse-cdn.com/v4/letter/c/a4c791/32.png) [@cattips](https://forums.pimoroni.com/u/cattips)
#### Post date: [January 19, 2023, 3:51pm UTC](https://forums.pimoroni.com/t/pico-w-sparkfun-as6212/21292/1 "2023-01-19T15:51:13Z")

</div>

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:

> **[GitHub - sparkfun/Qwiic\_Py: Python package for the qwiic system.](https://github.com/sparkfun/Qwiic_Py)**
>
> Python package for the qwiic system. . Contribute to sparkfun/Qwiic\_Py development by creating an account on GitHub.

Then I looked up Qwiic\_AS6212\_Py in Thonny and installed this.

> **[GitHub - sparkfun/Qwiic\_AS6212\_Py: Python package for the AMS AS6212 Digital...](https://github.com/sparkfun/Qwiic_AS6212_Py)**
>
> Python package for the AMS AS6212 Digital Temperature Sensor. - GitHub - sparkfun/Qwiic\_AS6212\_Py: Python package for the AMS AS6212 Digital Temperature Sensor.

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

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [January 19, 2023, 7:50pm UTC](https://forums.pimoroni.com/t/pico-w-sparkfun-as6212/21292/2 "2023-01-19T19:50:22Z")

</div>

That’s not going to work. You want **Micro** Python or **Circuit** Python, not regular Python. That would work on a Raspberry Pi, but the PICO is a Micro controller that needs Micro Python, etc.

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [January 19, 2023, 10:26pm UTC](https://forums.pimoroni.com/t/pico-w-sparkfun-as6212/21292/3 "2023-01-19T22:26:58Z")

</div>

Not finding any Micro Python libraries in my searches. That’s a bummer.
