Adafruit_Wippersnapper_Arduino
Adafruit_Wippersnapper_Arduino copied to clipboard
WipperSnapper is a firmware for creating no-code IoT electronics projects.
Supported MCUs for initial launch: - ESP32-x - RP2350 Sleep Modes for initial launch: - [ ] Deep Sleep - [ ] Light Sleep
Adding all the metrics, most (temps+pressure, but not altitude) were showing erroneous data for the first reading, then fine for second. This was testing on an ESP32-C5 on staging. Update...
Forgot secrets / formatted the file partition and recreated a fresh secrets, a known issue with running on battery. The firmware includes various checks for file system availability, secrets file...
Found during display testing of the E-ink featherwing (a magtag screen with 3buttons). Component didn't confirm after add, due to the network issue. ``` [display] Successfully initialized epd display!␍␊ [display]...
Firstly the install uf2 didn't download, but was in release. I've [fixed the boards definition](https://github.com/adafruit/Wippersnapper_Boards/pull/212) (installBoardName) so that now works. Secondly, I've got circuitpython installed, so now installing WipperSnapper I...
Draft PR to be able to leave comments on the changes
While doing the QMC Offline Mode PR #810 (offline v4 + PR) I found that the pico crashed while attempting to create the log file. Switching SD didn't help, and...
Since #811 is merged, the base driver should probably be extended to support an internal poll period, and the time calc done there, with a view to v2. Mainly the...