No description
Find a file
2025-02-04 14:21:56 -05:00
.github [SD] Bring bcd script in-line with main 2024-12-27 11:22:18 -05:00
.vscode MUX refactor 2025-01-28 14:02:45 -05:00
examples [SD] Move to ws_adapters naming scheme to allow flexibility for offline devices too and eventual cellular 2024-12-12 17:02:34 -05:00
src add ens160, htu21d, hts221, ina219 2025-02-04 14:21:56 -05:00
tests [SD] Resolve all Wokwi test issues, all green 2024-12-27 11:17:59 -05:00
tools
.gitignore update tests, result ignore 2024-11-20 15:54:36 -05:00
.gitmodules
CODE_OF_CONDUCT.md
config.json [SD] Add some overhead for pico2, generate json checksum data script 2024-12-05 11:33:04 -05:00
data.json [SD] Refactor checksum validation out, dont require it to operate 2024-12-06 12:15:11 -05:00
Doxyfile
generate_json_checksum.py [SD] Refactor checksum validation out, dont require it to operate 2024-12-06 12:15:11 -05:00
library.properties
LICENSE
partitions-4MB.csv
platformio.ini working on hardware 2025-01-23 15:36:08 -05:00
README.md
rename_usb_config.py
tinyuf2-partitions-4MB-noota.csv
tinyuf2-partitions-4MB.csv
upload_no_build.py

Adafruit WipperSnapper

Build CIDocumentation

Adafruit.io WipperSnapper is a firmware designed to turn any Wi-Fi capable board into an Internet-of-Things (IoT) device. No code required!

WipperSnapper works with multiple microcontroller architectures and development boards. It is designed to be easily extensible to support new sensors, inputs, and outputs.

A free Adafruit IO account is required to use WipperSnapper.

Get Started

Learn how to install and use WipperSnapper by following this guide on the Adafruit Learning System - QuickStart: Adafruit IO WipperSnapper.

Get WipperSnapper

Pre-compiled binaries and UF2 files for supported hardware are provided on the releases page of this repository.

Supported Platforms

Platform MCU(s)
ESP32-x ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6
ESP8266 ESP8266
RP2040 RP2040 MCU w/WiFi (i.e: Pico W)
ATSAMD SAMD51 MCU w/separate WiFi Co-Processor (i.e: Adafruit "AirLift")

Contributing to Adafruit.io and WipperSnapper

If you have a sensor, input, or output you'd like to add Adafruit IO support for it - we have a guide for contributing a new sensor to Adafruit.io and WipperSnapper here.

If you have a WiFi-enabled development board with a compatible microcontroller (see: "Supported Hardware" section above) and would like to add Adafruit IO support for it - we have a guide for adding a new board to Adafruit.io and WipperSnapper here.

Building WipperSnapper