No-Code Pool Party Notifier
Build an internet-connected pool notifier to alert the neighborhood that the pool party is underway! In this guide, you'll use Adafruit IO and WipperSnapper firmware to build a pool party notifier that raises a flag and displays a message on an E-Ink screen. This project can be completed without programming or soldering.
No-Code Indoor Grow Monitor with PPFD and VPD Measurements
This project is a low-cost, easy to build IoT device that can help you to remotely monitor your indoor crops or exotic plants. Using Adafruit IO, you can remotely see your sensor data in real time on a mobile device giving you a visual user interface.
Adafruit IO Basics: Analog Input
This guide is part of a series of guides that cover the basics of using Adafruit IO. It will show you how to send analog values to Adafruit IO from a photocell.
Monitor Your Greenhouse with a No-Code Environmental Sensor
If you've wanted to display sensor readings on your device running WipperSnapper, you're in luck! This guide will walk you through the process of building a device that reads environmental measurements and displays them on an OLED.
The process for setting up and using a display on a development board running WipperSnapper is simple, there is no coding or soldering - just click!
No-Code Offline Data Logger with WipperSnapper
Looking to build an electronics project that logs data to a MicroSD card? Build a simple datalogger that can log temperature, barometric pressure, and humidity to a microSD card, without programming! Install WipperSnapper's offline mode firmware on an Adafruit Feather RP2040 Adalogger, use a microSD card for storage, and add a configuration file to use the Feather RP2040 with the BME280 Humidity + Barometric Pressure + Temperature Sensor breakout.
Where's My Friend? A Location-Aware Display with PyPortal and ItsASnap
This IoT project helps you display a friend's or loved one's location on an Adafruit PyPortal. This project uses the ItsaSnap iOS app and Apple Shortcuts to send a phone's GPS location to a shared Adafruit IO feed. An Adafruit PyPortal connects to the internet, fetches location data from the shared feed, and displays it on the screen.
Face Tracking Robot with MEMENTO
This guide builds a computer vision system from a previous guide to build a playful robot that uses the Adafruit MEMENTO to capture an image, detect a face, and track it until the face is no longer in the frame. This is a great intermediate-level project for trying out machine learning, computer vision, and robotics.
Facial Detection and Recognition with MEMENTO
Want to play around with computer vision "at the edge" without the overhead and complexity of compiling a dataset and training a model? This guide turns the MEMENTO into a camera that can both detect and recognize faces!
DIY IoT Doorbell Camera with MEMENTO
Build a simple IoT doorbell camera using Adafruit's MEMENTO. Press a mini LED arcade button to snap a photo and display it on an Adafruit IO Dashboard.
No-Code IKEA Vindriktning Air Quality Sensor Hack with Adafruit IO
In this guide, you will modify the IKEA Vindriktning air quality sensor by adding a microcontroller (an Adafruit QT Py ESP32-S3) inside it. You'll also add a BME280 sensor inside the Vindriktning, giving it the capability to also read temperature, relative humidity, and air pressure in addition to air quality.
Quick Start: Pico W / 2W with WipperSnapper
The Raspberry Pi Pico W is an inexpensive WiFi microcontroller from Raspberry Pi. This guide covers setting up the Pico W (or Pico 2W) with WipperSnapper, the Adafruit no-code IoT firmware, and connecting it to the Cloud.
How to Add a New Board to WipperSnapper
This guide will walk you through the process of adding a new board to Adafruit.io WipperSnapper - a no-code IoT platform designed for experimentation. Upon completion of the guide, your board will be included with every new release of the WipperSnapper library.
How to Add a New Sensor or Component to Adafruit IO WipperSnapper
If you don't see the component you need for your IoT project on Adafruit.io, you can make an input, output, or sensor component and add it to WipperSnapper
Quickstart: Adafruit IO WipperSnapper
Snap-togther your Internet of Things (IoT) project with WipperSnapper! This guide walks you through the process of installing WipperSnapper on a new development board, a brief overview of the WipperSnapper platform, and instructions for adding and interacting with physical components from the web.
Quickstart - Raspberry Pi RP2040 with BLE and CircuitPython
Add Bluetooth Low Energy (BLE) connectivity to your RP2040 by adding an Adafruit AirLift ESP32 processor. This guide covers upgrading the BLE firmware on an AirLift module, examples for using the RP2040 as a Bluetooth peripheral with CircuitPython, and instructions to adapt existing CircuitPython BLE code for use with the AirLift.