# No-Code Snowfall Tracker with WipperSnapper and Adafruit IO

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/142/596/medium800/weather_snow_tracker_project.png?1772142557)

Winter weather can be unpredictable, especially when you're trying to decide if it's time to break out the shovel or if you can wait another hour. This project creates a simple, glanceable desktop display that monitors real-time snowfall and daily forecasts using a no-code approach.

By combining a QT Py ESP32 with a 7-segment display, you can keep an eye on the accumulation without having to check your phone or a weather app every ten minutes. The built-in NeoPixel LED on the QT Py acts as a visual alert, glowing blue when it’s actively snowing, while the LED matrix shows exactly how many inches of snow are expected for the day.

Using WipperSnapper firmware and Adafruit IO Actions, this guide will show you how to link cloud-based weather data to your hardware in minutes. All without writing a single line of code.

Purple: **Adafruit IO+ Subscription Required!** This project utilizes the **Weather Power-Up** and an AIO Action to fetch real-time snowfall data. To follow along with this guide, you will need an active **[Adafruit IO+](https://io.adafruit.com/plus)** subscription.

## How it works

This project relies on the power of Adafruit IO Actions to do the heavy lifting. A scheduled trigger checks the weather data for a specific location (like New York City) every hour.

If the current weather conditions report "snow," a command is sent to the QT Py to turn the onboard NeoPixel a bright blue. Simultaneously, the action pulls the daily snowfall forecast, converts the metric to inches (optional), and sends that value directly to the 7-segment display. Because the device is running WipperSnapper firmware, it stays connected to your WiFi and listens for these updates automatically, making the setup process entirely visual.

## What is WipperSnapper?

WipperSnapper is a firmware designed to turn any WiFi-capable board into an Internet-of-Things (IoT) device without programming a single line of code. WipperSnapper connects to&nbsp;[Adafruit IO](https://io.adafruit.com/), a web&nbsp;platform designed ([by Adafruit!](https://www.adafruit.com/about)) to&nbsp;_display_,&nbsp;_respond_, and&nbsp;_interact_&nbsp;with your project's data.

Simply load the WipperSnapper firmware onto your board, add credentials, and plug it into power. Your board will automatically register itself with your Adafruit IO account.

From there, you can add&nbsp;_components_&nbsp;to your board such as buttons, switches, potentiometers, sensors, and more! Components are&nbsp;_dynamically&nbsp;_added to hardware, so you can&nbsp;immediately start interacting, logging, and streaming the data your projects produce without writing code.

## Parts
Featured
### Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT

[Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT](https://www.adafruit.com/product/5325)
What has your favorite Espressif WiFi microcontroller, comes with&nbsp;[our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, and has lots of Flash and RAM memory for your next IoT project? What will make your next IoT project flyyyyy? What a...

In Stock
[Buy Now](https://www.adafruit.com/product/5325)
[Related Guides to the Product](https://learn.adafruit.com/products/5325/guides)
![Angled shot of small square purple dev board.](https://cdn-shop.adafruit.com/640x480/5325-12.jpg)

Featured
### Adafruit 0.56" 4-Digit 7-Segment Display w/ I2C Backpack - Blue

[Adafruit 0.56" 4-Digit 7-Segment Display w/ I2C Backpack - Blue](https://www.adafruit.com/product/881)
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an [8x8 matrix](https://www.adafruit.com/category/37_88) or a [4-digit 7-segment display](https://www.adafruit.com/category/37_103). Matrices like these are...

In Stock
[Buy Now](https://www.adafruit.com/product/881)
[Related Guides to the Product](https://learn.adafruit.com/products/881/guides)
![Blue 7-segment clock display soldered to backpack with all segments lit](https://cdn-shop.adafruit.com/product-videos/640x480/881-03.jpg)

Featured
### STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long

[STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long](https://www.adafruit.com/product/4399)
This 4-wire cable is&nbsp;50mm / 1.9" long and fitted with JST SH female 4-pin connectors on both ends. Compared with the chunkier JST PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert and remove.

<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/4399)
[Related Guides to the Product](https://learn.adafruit.com/products/4399/guides)
![Angled of of JST SH 4-Pin Cable.](https://cdn-shop.adafruit.com/640x480/4399-00.jpg)

Featured
### USB Type A to Type C Cable - approx 1 meter / 3 ft long

[USB Type A to Type C Cable - approx 1 meter / 3 ft long](https://www.adafruit.com/product/4474)
As technology changes and adapts, so does Adafruit. This&nbsp;&nbsp; **USB Type A to Type C** cable will help you with the transition to USB C, even if you're still totin' around a USB Type A hub, computer or laptop.

USB C is the latest industry-standard connector for...

In Stock
[Buy Now](https://www.adafruit.com/product/4474)
[Related Guides to the Product](https://learn.adafruit.com/products/4474/guides)
![Angled shot of a coiled black, USB-C to USB-A cable.](https://cdn-shop.adafruit.com/640x480/4474-02.jpg)

Featured
### Adafruit IO+ 1 Year Subscription Card

[Adafruit IO+ 1 Year Subscription Card](https://www.adafruit.com/product/3980)
It's the Internet of the Things!&nbsp;[Adafruit IO+](https://io.adafruit.com/plus) is the easiest way to stream, log, and interact with your data. Whether you're interesting in&nbsp;datalogging or communicating with your microcontroller over the web, Adafruit IO is our cloud...

In Stock
[Buy Now](https://www.adafruit.com/product/3980)
[Related Guides to the Product](https://learn.adafruit.com/products/3980/guides)
![ Credit card sized Adafruit IO+ Subscription Card $99."ONE FULL YEAR" against circuit board paper backing.](https://cdn-shop.adafruit.com/640x480/3980-03.jpg)

# No-Code Snowfall Tracker with WipperSnapper and Adafruit IO

## WipperSnapper Setup

Warning: 

## What is WipperSnapper

WipperSnapper is a firmware designed to turn any WiFi-capable board into an Internet-of-Things device without programming a single line of code. WipperSnapper connects to [Adafruit IO](https://io.adafruit.com/), a web&nbsp;platform designed ([by Adafruit!](https://www.adafruit.com/about)) to&nbsp;_display_,&nbsp;_respond_, and&nbsp;_interact_&nbsp;with your project's data.

Simply load the WipperSnapper firmware onto your board, add credentials, and plug it into power. Your board will automatically register itself with your Adafruit IO account.

From there, you can add&nbsp;_components_&nbsp;to your board such as buttons, switches, potentiometers, sensors, and more! Components are&nbsp;_dynamically&nbsp;_added to hardware, so you can&nbsp;immediately start interacting, logging, and streaming the data your projects produce without writing code.

## Sign up for Adafruit.io

You will need an Adafruit IO account to use WipperSnapper on your board. If you do not already have one, head over to [io.adafruit.com](https://io.adafruit.com/) to create a&nbsp;_free_ account.

## Add a New Device to Adafruit IO

Log into your [Adafruit IO](https://io.adafruit.com/) account. Click the _New Device_ button at the top of the page.

![](https://cdn-learn.adafruit.com/assets/assets/000/112/548/medium800/wippersnapper_setup__board_selector__web__new_device_1.png?1655919766)

After clicking New Device, you should be on the _board selector_ page. This page displays every board that is compatible with the WipperSnapper firmware.

![](https://cdn-learn.adafruit.com/assets/assets/000/112/550/medium800/wippersnapper_setup__board_selector__web__selector_maion.png?1655920178)

In the board selector page's search bar, search for the&nbsp;_Feather ESP32 V2.&nbsp;_Once you've located the board you'd like to install WipperSnapper on,_&nbsp;_click the&nbsp;_Choose Board_&nbsp;button to bring you to the self-guided installation wizard.

![](https://cdn-learn.adafruit.com/assets/assets/000/112/890/medium800/adafruit_products_v2_new_board.png?1657137703)

Follow the step-by-step instructions on the page to install Wippersnapper on your device and connect it to Adafruit IO.

![](https://cdn-learn.adafruit.com/assets/assets/000/120/544/medium800/adafruit_products_feather_esp32_v2_ss.png?1682710725)

If the installation was successful, a popover should appear displaying that your board has successfully been detected by Adafruit IO.

Give your board a name and click "Continue to Device Page".

![](https://cdn-learn.adafruit.com/assets/assets/000/112/921/medium800/adafruit_products_io_device_detected_v2.png?1657212598)

You should be brought to your board's device page.

![](https://cdn-learn.adafruit.com/assets/assets/000/112/922/medium800/adafruit_products_io_device_page_v2.png?1657212608)

## Feedback

Adafruit.io WipperSnapper is in **beta** and you can help improve it!

If you have&nbsp; suggestions or general feedback about the installation process - visit [https://io.adafruit.com/support](https://io.adafruit.com/support), click _"Contact Adafruit IO Support"_ and select _"I have feedback or suggestions for the WipperSnapper Beta"._

## Troubleshooting

If you encountered an issue during installation, please try the steps below first.

If you're still unable to resolve the issue, or if your issue is not listed below, get in touch with us directly at [https://io.adafruit.com/support](https://io.adafruit.com/support "https://io.adafruit.com/support"). Make sure to click&nbsp; _"Contact Adafruit IO Support"_ and select "_There is an issue with WipperSnapper. Something is broken!"_

### 

First, make sure that you selected the correct board on the board selector.

Next, please make sure that you entered your WiFi credentials properly, there are no spaces/special characters in either your network name (SSID) or password, and that you are connected to a 2.4GHz wireless network.

If you're still unable to connect your board to WiFi, please [make a new post on the WipperSnapper technical support forum with the error you're experiencing, the LED colors which are blinking, and the board you're using.](https://forums.adafruit.com/viewforum.php?f=66)

### 

Try hard-resetting your board by unplugging it from USB power and plugging it back in.

If the error is still occurring, please&nbsp;[make a new post on the WipperSnapper technical support forum with information about what you're experiencing, the LED colors which are blinking (if applicable), and the board you're using.](https://forums.adafruit.com/viewforum.php?f=66)

## "Uninstalling" WipperSnapper&nbsp;

WipperSnapper firmware is an application that is loaded onto your board. There is nothing to "uninstall". However, you may want to "move" your board from running WipperSnapper to running Arduino or CircuitPython. You also may need to restore your board to the state it was shipped to you from the Adafruit factory.&nbsp;

### Moving from WipperSnapper to CircuitPython

Follow the steps on the [Installing CircuitPython page](https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython) to install CircuitPython on your board running WipperSnapper.

- If you are unable to double-tap the RST button to enter the UF2 bootloader, follow the _"Factory Resetting a WipperSnapper Board"_ instructions below.

Uploading this sketch will overwrite WipperSnapper. If you want to re-install WipperSnapper, follow the instructions at the top of this page.

### Moving from WipperSnapper to Arduino

If you want to use your board with Arduino, you will use the Arduino IDE to load&nbsp;_any_ sketch onto your board.

First, follow the page below to set up your Arduino IDE environment for use with your board.

[Setup Arduino IDE](https://learn.adafruit.com/adafruit-esp32-feather-v2/arduino-ide-setup)
Then, follow the page below to upload the "Arduino Blink" sketch to your board.

[Upload Arduino "Blink" Sketch](https://learn.adafruit.com/adafruit-esp32-feather-v2/blink)
Uploading this sketch will overwrite WipperSnapper. If you want to re-install WipperSnapper, follow the instructions at the top of this page.

### Factory Resetting a WipperSnapper Board

Sometimes, hardware gets into a state that requires it to be "restored" to the original state it shipped in. If you'd like to get your board back to its original factory state, follow the guide below.

[Factory Reset your Adafruit Feather HUZZAH ESP32-V2](https://learn.adafruit.com/adafruit-esp32-feather-v2/factory-reset)
# No-Code Snowfall Tracker with WipperSnapper and Adafruit IO

## Configure Adafruit IO Device

Assuming you have already gone through the WipperSnapper Setup page and connected your board(s) to WipperSnapper,&nbsp;**[navigate to the WipperSnapper board](https://io.adafruit.com/wippersnapper)**[list](https://io.adafruit.com/wippersnapper). You should see your newly connected QT Py board listed here.

If you do not see your QT Py listed - go back to the _WipperSnapper Setup_ page and make sure its registered with Adafruit.io

![](https://cdn-learn.adafruit.com/assets/assets/000/142/600/medium800/weather_WipperSnapper_Setup_1.jpg?1772209575)

On the device page, quickly&nbsp; **check that your device is online and is running the latest version of the WipperSnapper firmware**.

The device tile on the left indicates the version number of the firmware running on the connected board.

- **If the firmware version is green with a checkmark -** &nbsp;continue with this guide.
- **If the firmware version is red with an "X" -** &nbsp;[update to the latest WipperSnapper firmware](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)&nbsp;on your board before continuing.

## Assembly

All you need to do is take a short STEMMA QT cable and connect the 7-Segment display to your QT Py like this:

![](https://cdn-learn.adafruit.com/assets/assets/000/142/605/medium800/weather_IMG_5783.jpg?1772211878)

## Adding Components

From the QT Py device page, click the New Component button.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/601/medium800/weather_WipperSnapper_Setup_2.jpg?1772210548)

Search for our first component, the '7-Segment LED Matrix'.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/602/medium800/weather_WipperSnapper_Setup_3.jpg?1772210570)

Then click the Create Component button (you don't need to change any of the default settings).

![](https://cdn-learn.adafruit.com/assets/assets/000/142/952/medium800/weather_2026-03-12_14-10-20.jpg?1773342708)

Next, add the built-in Neopixel LED by using the Auto-Config tool. Next to the New Component button, click the Auto-Config button.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/603/medium800/weather_WipperSnapper_Setup_4.jpg?1772210989)

Then make sure the NeoPixel is checked. You can also leave the Button checked, but it won't be used for this project.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/604/medium800/weather_WipperSnapper_Setup_5.jpg?1772211022)

Now you should be able to confirm everything is working correctly. Go ahead and manually set the 7-segment display to something like 1234, and change the NeoPixel color. You can make these changes directly on the devices page by clicking the pencil icon on the 7-segment component, and clicking the different colors on the NeoPixel component.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/953/medium800/weather_2026-03-12_14-14-01.jpg?1773342865)

Your hardware should respond almost instantly to your changes.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/606/medium800/weather_IMG_5787.jpg?1772211895)

# No-Code Snowfall Tracker with WipperSnapper and Adafruit IO

## Set Up Adafruit IO Actions

Warning: **Adafruit IO+ Subscription Required!** 
This project WILL NOT WORK without an Adafruit IO+ ("Plus") Subscription. 

This project utilizes the **Weather Power-Up** and an Adafruit IO Action to fetch real-time snowfall data. To follow along with this guide, you will need an active **[Adafruit IO+](https://io.adafruit.com/plus)** subscription.

## Setting Up the Weather Power-Up

First we need to set up your location in the Adafruit IO Weather Power-Up (if you haven't done this already). Click on Power-Ups in the top navigation bar, then click on the Get Started button on the Weather Power-Up.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/607/medium800/weather_Weather_Power-Up_Setup.jpg?1772212403)

You can click and drag the map around, then click on the map to add the latitude and longitude to the Location field. Or you can use [a tool like this](https://www.freemaptools.com/convert-us-zip-code-to-lat-lng.htm#google_vignette) to just type in a zip code to get the lat/lon coordinates (for those in the U.S.).

Give this location a name, then click Create.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/608/medium800/weather_Location_Setup_2.jpg?1772212671)

Now let's create the action. In the top navigation bar, click Actions, then click New Action.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/609/medium800/weather_2025-09-11_14-50-48.jpg?1772212950)

Then give this action a title, like Snow Tracker, and give it a good description (Check if it is snowing and how much it is going to snow today). Then click the Create button.

# Create the Action

Creating an Adafruit IO Action is what makes this project smart without you having to touch a line of code. By using the Weather Power-Up, we can pull real-time data for your specific location and push it directly to your QT Py.

Info: If you aren't sure how to use Adafruit IO Actions, please check out this guide: https://learn.adafruit.com/how-to-use-blockly-for-actions-on-adafruit-io

Here is how to build the Action logic for your snow tracker:

### 1. Set the Schedule

Every automation needs a trigger to tell it when to run.

- **Trigger Type** : Choose **Schedule**.

- **Frequency** : Set it to run **Every Month** , **Every Day** , and **Every Hour**.

- **Minute** : Set it to **At minute: 15**. This ensures your display updates shortly after the top of every hour.

### 2. Check for Active Snowfall

Next, to create a conditional statement to see if it is currently snowing.

- **If block** : Add an "if/do/else" block.

- **Weather Metric** : Select the **Weather** block. Set the location (e.g., **Minneapolis** ), the time to **This hour** , and the metric to **Precipitation Type**.

- **Condition** : Set the comparison to `=` and the text value to `"snow"`.

- **Do** : If it _is_ snowing, use the **Set** block to change your **QT Py NeoPixel** to a nice "winter blue" like `#0047ff`.

- **Else** : If it’s _not_ snowing, set the **NeoPixel** to `#000000` (off) so the light only shines when there's action outside.

### 3. Calculate Daily Snowfall

Finally, to grab the forecast and show it on the 7-segment display.

- **Set variable** : Create a variable named `Snow`.

- **Weather Forecast** : Use another **Weather** block. Set it to **Today** and change the metric to **Snowfall Amount**.

- **Unit Conversion** : The weather service provides data in millimeters. If you want inches, use a math block to multiply $(\times)$ that value by `0.0393700787`.

- **Update Display** : Use a final **Set** block to send the value of your `Snow` variable directly to the **7-Segment LED Matrix**.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/610/medium800/weather_Snow_Tracker_Action.jpg?1772214571)

## Live Data

After you click Save & Run, your display should now update. In the example below, for Minneapolis, I'm not expected to get any snow today, and it isn't currently snowing.

So the display reads 0.0, and the NeoPixel on the QT Py is turned off.

![](https://cdn-learn.adafruit.com/assets/assets/000/142/611/medium800/weather_IMG_5788.jpg?1772214914)

# No-Code Snowfall Tracker with WipperSnapper and Adafruit IO

## Optional: 3D Printed Enclosure

I created this super simple 'enclosure' that kind of holds everything together. It actually sits nice on your desk using the wire as a kind of kickstand. It is also just press fit, so you can easily remove the QT Py and the 7-Segment for a different project. You could easily create a little dock for this if you wanted, or use the dimensions to help you create a more complex enclosure.

[Snow_Tracking_Enclosure.stl](https://cdn-learn.adafruit.com/assets/assets/000/142/614/original/Snow_Tracking_Enclosure.stl?1772215310)
![](https://cdn-learn.adafruit.com/assets/assets/000/142/612/medium800/weather_IMG_5699.jpg?1772215089)

![](https://cdn-learn.adafruit.com/assets/assets/000/142/613/medium800/weather_snow_tracker_project.png?1772215107)


## Guide Products

### Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT

[Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT](https://www.adafruit.com/product/5325)
What has your favorite Espressif WiFi microcontroller, comes with&nbsp;[our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, and has lots of Flash and RAM memory for your next IoT project? What will make your next IoT project flyyyyy? What a...

In Stock
[Buy Now](https://www.adafruit.com/product/5325)
[Related Guides to the Product](https://learn.adafruit.com/products/5325/guides)
### Adafruit 0.56" 4-Digit 7-Segment Display w/ I2C Backpack - Blue

[Adafruit 0.56" 4-Digit 7-Segment Display w/ I2C Backpack - Blue](https://www.adafruit.com/product/881)
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an [8x8 matrix](https://www.adafruit.com/category/37_88) or a [4-digit 7-segment display](https://www.adafruit.com/category/37_103). Matrices like these are...

In Stock
[Buy Now](https://www.adafruit.com/product/881)
[Related Guides to the Product](https://learn.adafruit.com/products/881/guides)
### STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long

[STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long](https://www.adafruit.com/product/4399)
This 4-wire cable is&nbsp;50mm / 1.9" long and fitted with JST SH female 4-pin connectors on both ends. Compared with the chunkier JST PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert and remove.

<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/4399)
[Related Guides to the Product](https://learn.adafruit.com/products/4399/guides)
### USB Type A to Type C Cable - approx 1 meter / 3 ft long

[USB Type A to Type C Cable - approx 1 meter / 3 ft long](https://www.adafruit.com/product/4474)
As technology changes and adapts, so does Adafruit. This&nbsp;&nbsp; **USB Type A to Type C** cable will help you with the transition to USB C, even if you're still totin' around a USB Type A hub, computer or laptop.

USB C is the latest industry-standard connector for...

In Stock
[Buy Now](https://www.adafruit.com/product/4474)
[Related Guides to the Product](https://learn.adafruit.com/products/4474/guides)
### Adafruit IO+ 1 Year Subscription Card

[Adafruit IO+ 1 Year Subscription Card](https://www.adafruit.com/product/3980)
It's the Internet of the Things!&nbsp;[Adafruit IO+](https://io.adafruit.com/plus) is the easiest way to stream, log, and interact with your data. Whether you're interesting in&nbsp;datalogging or communicating with your microcontroller over the web, Adafruit IO is our cloud...

In Stock
[Buy Now](https://www.adafruit.com/product/3980)
[Related Guides to the Product](https://learn.adafruit.com/products/3980/guides)

## Related Guides

- [Adafruit LED Backpacks](https://learn.adafruit.com/adafruit-led-backpack.md)
- [Adafruit QT Py ESP32-S2 and QT Py ESP32-S2 with uFL Antenna](https://learn.adafruit.com/adafruit-qt-py-esp32-s2.md)
- [QT Py S2 Round Display Compass](https://learn.adafruit.com/qt-py-s2-round-display-compass.md)
- [DIY Trinkey No-Soldering USB Air Quality Monitor](https://learn.adafruit.com/diy-trinkey-no-solder-air-quality-monitor.md)
- [NeXT Computer Keyboard to USB HID with CircuitPython](https://learn.adafruit.com/next-computer-keyboard-to-usb-hid-with-circuitpython.md)
- [Flappy Nyan Cat Game on Fruit Jam and Metro RP2350](https://learn.adafruit.com/flappy-nyan-cat-game-on-metro-rp2350.md)
- [LED Matrix Alarm Clock](https://learn.adafruit.com/led-matrix-alarm-clock.md)
- [MatrixPortal CircuitPython Animated Message Board](https://learn.adafruit.com/matrixportal-circuitpython-animated-message-board.md)
- [Adafruit Feather RP2040 with DVI Output Port](https://learn.adafruit.com/adafruit-feather-rp2040-dvi.md)
- [Digital Inputs with Adafruit IO WipperSnapper](https://learn.adafruit.com/digital-inputs-with-adafruit-io-wippersnapper.md)
- [WiFi Jellyfish Lantern with WLED](https://learn.adafruit.com/wifi-jellyfish-lantern-with-wled.md)
- [Commodore Keyboard to USB HID with CircuitPython](https://learn.adafruit.com/commodore-keyboard-to-usb-hid-with-circuitpython.md)
- [CircuitPython Libraries on any Computer with FT232H](https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h.md)
- [Pixelfed Photo Viewer on Fruit Jam](https://learn.adafruit.com/pixelfed-photo-viewer-on-fruit-jam.md)
- [QT Py Snap Fit Case](https://learn.adafruit.com/qt-py-snap-fit-case.md)
- [Color Sensing Music Player](https://learn.adafruit.com/color-sensing-music-player.md)
- [CircuitPython Text Editor On The Go](https://learn.adafruit.com/circuitpython-text-editor-on-the-go.md)
