Skip to content

Releases: adafruit/Adafruit_Wippersnapper_Arduino

1.0.0-alpha.79

27 Mar 17:43
dac7ebb
Compare
Choose a tag to compare
1.0.0-alpha.79 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-beta.78...1.0.0-alpha.79

1.0.0-beta.78 Dual build for Funhouse - OTA(deprecated) and NoOTA partition scheme

26 Mar 12:34
Compare
Choose a tag to compare

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

🏠Dual build for Funhouse - OTA(deprecated) and NoOTA partition scheme

This will be the last release for the FunHouse using the OTA (Over The Air) partition scheme.

We are using more firmware space and need to switch to the No OTA (noota) partition scheme. The new build has a _noota suffix in the filename. Device updates performed via the Adafruit IO website should allow a seamless transition.

  • Add funhouse-noota build target by @tyeth in #553

👷 Miscellaneous Fixes

  • Sensors now send a value when first initialised rather than only after the elapsed polling period
    -- "Initial tweaking of previous poll period" by @tyeth in #512
  • Proximity sensors will now return NaN when a target is not present / out of range
    -- "Always return proximity result, or NaN if we know it's bad" by @tyeth in #537

  • Analog potentiometers and other components will now be more sensitive to change (threshold reduces to 2%)
    -- "Change AnalogIO DEFAULT_HYSTERESIS to 0.02" by @tyeth in #555

Full Changelog: 1.0.0-beta.77...1.0.0-beta.78

WipperSnapper 1.0.0 Beta 77

07 Mar 17:23
fc7e24c
Compare
Choose a tag to compare

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

🆕 New Board Support

  • Add ItsyBitsy ESP32 Build by @tyeth in #552
    Our newest, smallest, most WipperSnapperish board yet has just been added 🛒 Grab yours today and give it a try!

👷 Miscellaneous Fixes

Full Changelog: 1.0.0-beta.76...1.0.0-beta.77

WipperSnapper 1.0.0 Beta 76

31 Jan 16:50
68ef76a
Compare
Choose a tag to compare

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

🆕 New Board Support

🛠️ Less Red Lights of Doom & Better Debug messages

  • If the board halts due to an error, it now repeats the error message on the Serial port every second, so now you can connect the serial monitor after experiencing an issue.
  • When initialising the file system, if there is a problem then it will aggressively recreate a new filesystem to ensure the user can continue to setup their WipperSnapper secrets file.

👷 Miscellaneous Fixes

  • Analog Polling was not working correctly on M4 based boards - Fix prvPeriod in AnalogIO by @tyeth in #539

Full Changelog: 1.0.0-beta.75...1.0.0-beta.76

WipperSnapper WipperSnapper 1.0.0 Beta 75

15 Jan 15:50
241da6b
Compare
Choose a tag to compare

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

🆕 New Components

🛠️ Tooling

  • Remove reliance on brentru/ci-arduino by @brentru in #530
  • Upgrade ArduinoJSON to V7 and refactored JSON handling by @brentru in #536

Full Changelog: 1.0.0-beta.74...1.0.0-beta.75

WipperSnapper 1.0.0 Beta 74

11 Dec 19:01
af60e82
Compare
Choose a tag to compare

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

Major Changes

  • Migrate WipperSnapper Firmware from Arduino ESP32 Core 2.x to 3.x Alpha 3, IDF 5.1 by @brentru in #502

🐛 Bug Fixes

  • PicoW Infinite Reboot Loop due to WiFi Failure by @brentru in #514
  • Feather HUZZAH ESP8266 Inverted LED PWM by @brentru in #511

🆕 New Components

🛠️ Tooling

  • Remove deprecation warnings on Actions by @brentru in #508
  • Add nanopb installation to CI as a step by @brentru in #519
  • Add RP2040, Picow to platformio.ini by @tyeth in #516

Full Changelog: 1.0.0-alpha.75...1.0.0-beta.74

WipperSnapper 1.0.0 Alpha 75

06 Dec 22:35
Compare
Choose a tag to compare
Pre-release

What's Changed

Bugs

  • Fix PicoW Infinite Reboot due to WiFi Failure by @brentru in #514
  • Fix Feather HUZZAH ESP8266 Inverted LED PWM by @brentru in #511
  • Remove deprecation warnings on Actions by @brentru in #508

New Components

Full Changelog: 1.0.0-alpha.74...1.0.0-alpha.75

WipperSnapper 1.0.0-alpha.74

21 Nov 17:35
1922364
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Migrate from Arduino ESP32 Core 2.x to 3.x, IDF 5.1 by @brentru in #502
  • Add LTR390 sensor with switching mode example by @tyeth in #499
  • Add HTU21D/DF + HTU31D by @tyeth in #497

About this pre-release

Why are we releasing this as a pre-release before publishing next week?

This is a special release for those using ESP32-Sx devices with WipperSnapper. We've updated WipperSnapper to be built off the absolute latest version of the Arduino ESP32 core -V3.0. However, the official Arduino ESP32 version 3.0.0 is currently an alpha and includes potentially breaking changes.

We'd like to get this into the hands of people who actively use WipperSnapper and want the absolute latest firmware version. Internally, our WipperSnapper team will also be using this pre-release for their projects and builds.

What does this include?

For ESP32-x devices, WipperSnapper is now based on ESP-IDF v5.1 (release notes). At the time of writing, Espressif has released two versions of the Arduino ESP32 Core alpha v3.0.0 - alpha 1 and alpha 2. We've migrated our firmware to match the core API changes and updates for these alpha releases.

Breaking Changes in Alpha

Adafruit FunHouse ESP32-S2: The process for installing Alpha 74 on the FunHouse is different than the other boards since we've made the partition for WipperSnapper larger, and removed a partition for an OTA binary in the process.  The installation is currently for advanced users only. It will be the usual drag/drop install process for the beta release.

  • You will need to install the latest arduino-esp32 core from GitHub.
  • From Arduino IDE, select "TinyUF2 No OTA" in the partition scheme menu and upload any sketch to the FunHouse.
  • Then, drag and drop the alpha 74 UF2 file to the HOUSEBOOT volume

How do I upgrade my firmware?

Find the UF2 file for your WipperSnapper Device, and drag/drop the UF2 file to your device's DEVICEBOOT volume.

I found a bug! How do I report this to the Adafruit IO WipperSnapper Team?

Please fill out a bug report on the Adafruit IO WipperSnapper GitHub repository here >>>

Full Changelog: 1.0.0-beta.73...1.0.0-alpha.74

1.0.0-beta.73

02 Oct 15:54
bd8a96a
Compare
Choose a tag to compare

What's Changed

New Feature

  • Adds support for a UART component type by @brentru in #493

New Components

Full Changelog: 1.0.0-beta.72...1.0.0-beta.73

1.0.0-beta.72

20 Sep 19:30
aa7cb4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.71...1.0.0-beta.72