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, a web platform designed (by Adafruit!) to display, respond, and interact 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 components to your board such as buttons, switches, potentiometers, sensors, and more! Components are dynamically added to hardware, so you can immediately start interacting, logging, and streaming the data your projects produce without writing code.
If you've never used WipperSnapper, click below to read through the quick start guide before continuing.
If you need help with soldering, then check our this guide on how to solder header pins.
First, wire up a the TFT to your board as described below, alternatively you may be able to use an EYESPI connector cable with a suitable socket (like on the EYESPI BFF for QT Py & XIAO boards).
Here is an example of the 1.3" TFT wired to an Adafruit ESP32 Feather V2 on a breadboard with male Jumper wires (2.54mm dupont connectors).
- 3-5V VIN connects to the Feather 3V pin
- GND connects to Feather ground
- SCK connects to SPI clock. On the Feather that's SCK.
- SO connects to SPI MISO. On the Feather that's MI
- SI connects to SPI MOSI. On the Feather that's MO
- TCS connects to our SPI Chip Select pin. We'll be using Digital 14 but you can later change this to any pin
- D/C connects to our SPI data/command select pin. We'll be using Digital 32 but you can later change this pin too.
- RST connects to our reset pin. We'll be using Digital 15 but you can later change this pin too.
Usage
Connect your board to Adafruit IO Wippersnapper and navigate to the WipperSnapper board list.
On that page, select the WipperSnapper board you're using to be brought to the board's interface page.
This guide page assumes you have already installed WipperSnapper on your board, and it is showing as "Online" on the Devices page.
If not, then follow the quick start guide linked above, or visit the New Device page and follow the on-screen instructions.
If you do not see your board listed here - you need to connect your board to Adafruit IO first.
On the device page, quickly check that you're 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 - continue with this guide.
- If the firmware version is red with an exclamation mark "!" - update to the latest WipperSnapper firmware on your board before continuing.
Click the New Component button or the + button to bring up the component picker.
Adafruit IO supports a large amount of components, try searching for Display to see all the supported displays.
To quickly find your sensor, type ST7789 into the search bar, then select the 1.5" 240x240 pixel ST7789 TFT component.
On the component configuration page, you setup the display's SPI bus number and pins, along with the components settings.
Select all the pin options that match your wiring (leaving any drop-downs for any unattached pins unpopulated).
Finally choose any preferences like font size or alignment, then click Create.
After adding the component, your device page should show the newly created display component row, and the display attached to your board should refresh / turn on when the component is added.
If appropriate, your display may also show a status bar with connection info (username, connection status, WiFi strength, and battery level).
To send a message to the display, click on the Pen button at the end of the display component row, then fill in the dialog and click Send:
To send a forced line break, use the backslash symbol ( \ ) followed by the letter n for new line: \n
e.g. Line1 \n Line2\nLine3
The displays do accept true line breaks too (hitting the Enter/Return key in the text input box above, or sending \n or \r\n via JSON).
The display component is connected to a feed, which means that you can send data to the feed and have it immediately appear on screen.
This can be really useful when combined with automated Actions.
It also means there is a history of messages. To view the feed data that has been previously sent to the display, click on the graph icon at the end of the component row.
Here you can see the feed history and edit things about the feed such as the name, privacy, webhooks associated with the feed and more. If you want to learn more about how feeds work, check out this page.
Lastly, take note of the Settings Gear (⚙️) at the end of the component row, where you can alter the components configuration.
This will show you the same dialog as when you added the display, along with any advanced options. It's also where you can remove components.
Continue on with this guide, or maybe look at setting up an Action to write to the display.
Page last edited December 04, 2025
Text editor powered by tinymce.