Adafruit_Wippersnapper_Arduino icon indicating copy to clipboard operation
Adafruit_Wippersnapper_Arduino copied to clipboard

WipperSnapper is a firmware for creating no-code IoT electronics projects.

Results 148 Adafruit_Wippersnapper_Arduino issues
Sort by recently updated
recently updated
newest added

Since adding the caching of nanopb logic, there is a warning if the job doesn't save to the cache. Resolve with something like: ``` - name: Check if cache exists...

enhancement
tooling

~~Seems like there is some conflict, but think it worked as a NeoPixel while board was already online. Needs retesting~~ ### Testing: Not found to affect a second board with...

bug

If a user misconfigures an RTC in config, we could warn them in serial but continue with soft RTC rather than them come back to find no data on the...

offline-mode
rtc

For Offline Mode, we can implement this without touching IO (yet)! * Add GPS module's timestamp (#698 ) and location fix to the JSONL log line Requires: https://github.com/adafruit/Wippersnapper_Protobuf/issues/118

enhancement
offline-mode
gps

For GPS breakouts like the [Adafruit Mini GPS PA1010D](https://www.adafruit.com/product/4415), we should support appending the timestamp from the GPS' NMEA (standard data format) string. We currently only allow this for RTC...

enhancement
offline-mode
gps

This resolves a couple of things. Firstly we now reattach USB Mass Storage Device after recreating the filesystem, this means that the drive now shows up on first boot after...

As part of the PR to fix file system corruption when devices brownout, I've decided to split off this piece of work that would buffer log output until usb serial...

This adds the first accelerometers to WipperSnapper v2. Also adds the boolean sensor type, and updates platformIO config to use arduino-esp32 BSP 3.3.3 (IDF 5.5.1+) inline with main.