# Visual Thermometer with CircuitPython: Adafruit Circuit Playground Express

**URL:** https://forum.core-electronics.com.au/t/visual-thermometer-with-circuitpython-adafruit-circuit-playground-express/2403
**Category:** Guides
**Created:** [30 March 2018 01:58 UTC](https://forum.core-electronics.com.au/t/visual-thermometer-with-circuitpython-adafruit-circuit-playground-express/2403 "2018-03-30T01:58:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Stephen](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/stephen/32/1599_2.png) [@Stephen](https://forum.core-electronics.com.au/u/Stephen)
#### Post date: [30 March 2018 01:58 UTC](https://forum.core-electronics.com.au/t/visual-thermometer-with-circuitpython-adafruit-circuit-playground-express/2403/1 "2018-03-30T01:58:51Z")

</div>

Stephen just shared a new tutorial: [**"Visual Thermometer with CircuitPython: Adafruit Circuit Playground Express"**](http://core-electronics.com.au/tutorials/visual-thermometer-circuitpython-adafruit-circuit-playground-express-tutorial.html)  
  
 ![](https://canada1.discourse-cdn.com/flex028/uploads/core_electronics/original/2X/d/d5772c88bc26ee4130535b84710cab9891fcd0db.png)  
  
The Adafruit Circuit Playground Express comes packed with sensors, and for this tutorial, we are going to learn to use the onboard thermometer (technically a thermistor)! We will take temperature readings with the thermometer and print out the readin…  
  
[**Read more**](http://core-electronics.com.au/tutorials/visual-thermometer-circuitpython-adafruit-circuit-playground-express-tutorial.html)

---

<div class="post-metadata">

### Author: ![Stephen](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.core-electronics.com.au/stephen/32/1599_2.png) [@Stephen](https://forum.core-electronics.com.au/u/Stephen)
#### Post date: [24 September 2018 04:02 UTC](https://forum.core-electronics.com.au/t/visual-thermometer-with-circuitpython-adafruit-circuit-playground-express/2403/2 "2018-09-24T04:02:19Z")

</div>

This code was written for circuitPython pre version 3.x. Be aware that if you add the CPX library to the sketch it will conflict with the neopixel library! Its easy to fix though, just change remove the neopixel library, change every pixels() to cpx.pixels() and remove the neopixel initialization line.

That’s the only difference!
