Releases: adafruit/Adafruit_Wippersnapper_Arduino
1.0.0-alpha.79
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
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.
👷 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
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
- VCNL4040 hard fault - fix by ladyada in adafruit/Adafruit_VCNL4020@aad1944
Full Changelog: 1.0.0-beta.76...1.0.0-beta.77
WipperSnapper 1.0.0 Beta 76
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
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
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
- IKEA VINDRIKTNING AQI Sensor by @brentru in #510
- LTR329 and LTR303 Sensors by @tyeth in #501
- LTR390 Sensor by @tyeth in #499
- HTU21D/DF + HTU31D Sensor by @tyeth in #497
🛠️ 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
WipperSnapper 1.0.0-alpha.74
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
What's Changed
New Feature
New Components
- Initial support for the PMS5003 Particulate Matter Sensor
Full Changelog: 1.0.0-beta.72...1.0.0-beta.73
1.0.0-beta.72
What's Changed
- Fix driver for BME680 + BME688 using alt address by @tyeth in #479
- Add BMP390 as alias of BMP388 by @tyeth in #480
- Add SHT30 Alternative Packaging products by @tyeth in #481
- Add Honeywell MPRLS Pressure sensor by @tyeth in #483
- Add INA219 driver + Current stubs by @tyeth in #484
- Add LPS22HB + LPS25HB Pressure sensors by @tyeth in #482
- .proto file wrappers updated for UART by @adafruitio in #486
- Switch to adafruit/ci-arduino upstream by @brentru in #488
- Add SGP40 by @tyeth in #487
- Initial ENS160 code by @tyeth in #491
Full Changelog: 1.0.0-beta.71...1.0.0-beta.72