Releases: adafruit/Adafruit_Wippersnapper_Arduino
WipperSnapper 1.0.0-beta.92
WipperSnapper 1.0.0-beta.91
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Boards
- A bug has been fixed with the Adafruit Feather ESP32-C6 build (#636). This firmware version works with ESP32-C6.
Tooling
- Fix C6 Build by @brentru in #651
- Update E5 cert for staging by @tyeth in #649
- Update release task to use nested build-files assets by @tyeth in #648
Full Changelog: 1.0.0-beta.91...1.0.0-beta.92
WipperSnapper 1.0.0-beta.91
WipperSnapper 1.0.0-beta.91
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Warning: Adafruit Feather ESP32-C6 has a problem in this release, which will be resolved soon (in the next release).
New Component Added - Adafruit HDC3021 and HDC3022 🌡️
The Adafruit HDC3022 Precision Temperature & Humidity Sensor breakout 🛒 features the highest accuracy & precision we’ve see so far! It has the TI HDC302x series chip with typical 0.5% accuracy for the RH sensor (with 0.19% long-term drift) and ±0.1°C typical accuracy for the temperature sensor
Fixes
The FunHouse had a problem causing it to reboot repeatedly, which should now be resolved in this release.
- fix funhouse build checking paths by @tyeth in #634
- Add retry if data not ready for SCD30 by @tyeth in #632
- Adjust SGP30 init to not call IAQinit unnecessarily by @tyeth in #600
Tooling changes
- Update build action to build on adafruit/ci-arduino's new wippersnapper branch by @brentru in #633
- Add merge to fix upload download artifact v4 by @tyeth in #642
- Update Depreciated Workflow Action by @brentru in #631
- 598 preprocessor script for printing the library versions to boot outtxt by @tyeth in #607
- New pio build targets by @tyeth in #643
- Set debug build of s3-rev-tft to no_ota by @tyeth in #645
- Add skips + generates for S3 Rev TFT debug by @tyeth in #646
Full Changelog: 1.0.0-beta.90...1.0.0-beta.91
WipperSnapper 1.0.0-beta.90
What's Changed
Full Changelog: 1.0.0-beta.89...1.0.0-beta.90
WipperSnapper 1.0.0-beta.89
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Fixes
- Fix TinyUSB Enumeration bug on ESP32-S3 by @brentru in #625
- Fix version to Beta 89 by @brentru in #626
Full Changelog: 1.0.0-alpha.89...1.0.0-beta.89
Adafruit WipperSnapper 1.0.0-alpha.89
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Features
Just in case you missed it, we've added support for specifying more than one WiFi Network in your secrets file.
See this Adafruit-Playground note for details.
🆕🆕🆕 New Board Added - Adafruit Feather ESP32-C6 🛒
Fixes
Tooling
Full Changelog: 1.0.0-beta.88...1.0.0-alpha.89
Adafruit WipperSnapper 1.0.0-beta.88
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Features
Just in case you missed it yesterday, we've added support for specifying more than one WiFi Network in your secrets file.
See this Adafruit-Playground note for details.
Tooling
A lot of additional logging, and reconnection improvements including checking the MQTT ping response (for "stale" connections).
- Updates for the ESP32 network interface by @brentru in #606
- Pb error msgs by @tyeth in #584
- Reset wifi coprocessor on disconnect by @tyeth in #590
- Add RSSI Logging by @tyeth in #589
Full Changelog: 1.0.0-beta.87...1.0.0-beta.88
Adafruit WipperSnapper 1.0.0-beta.87
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
Features
New Sensors
- Adds support for Adafruit DS2484 I2C to 1-Wire Bus Adapter Breakout
by @tyeth in #603
Tooling
Full Changelog: 1.0.0-beta.86...1.0.0-beta.87
WipperSnapper 1.0.0-beta.86
Installing WipperSnapper
Follow this learning system guide to learn how to install WipperSnapper on your board.
Upgrade a device running WipperSnapper
Locate the device you want to upgrade on io.adafruit.com/devices. Then, click "Update".
What's Changed
- Beta 86 is built on Arduino Release v3.0.3 based on ESP-IDF v5.1.4+
- Adds main I2C sensor retry-loop to attempt to speed-up sensor reading in WipperSnapper by @tyeth in #593
Tooling
Full Changelog: 1.0.0-beta.85...1.0.0-beta.86
WipperSnapper Beta 85
What's Changed
- Refactored commit - VL53L4CX default settings by @tyeth in #564
- Latest platformIO changes for ESP32 BSP v3.0.2 by @tyeth in #594
- Downgrade patch for ESP32-S3 BSP 3.0.2 by @brentru in #596
- A bug within ESP-IDF currently impacts ESP32-S3 boards w/PSRAM on the latest BSP version, 3.0.2
- For now, we are building WipperSnapper for ESP32-S3 boards w/PSRAM on BSP 3.0.0 instead of 3.0.2 (latest).
- For more info, see - espressif/arduino-esp32#9936
- For now, we are building WipperSnapper for ESP32-S3 boards w/PSRAM on BSP 3.0.0 instead of 3.0.2 (latest).
- A bug within ESP-IDF currently impacts ESP32-S3 boards w/PSRAM on the latest BSP version, 3.0.2
- Add SEN50/54/55 models to SEN5x driver by @tyeth in #592
Full Changelog: 1.0.0-beta.84...1.0.0-beta.85
WipperSnapper 1.0.0-beta.84
Adafruit Feather Reverse TFT ESP32-S3 - Known issue:
Currently we're awaiting a fix to avoid a problem with the reverse-tft-s3 rebooting into bootloader mode continuously.
Please create a new issue if your board is not a reverse tft S3 feather and you are experiencing similar behaviour.
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
Full Changelog: 1.0.0-beta.83...1.0.0-beta.84