Skip to content

Zevoicemask v3

Latest
Compare
Choose a tag to compare
@chrissicool chrissicool released this 25 Nov 21:54
· 16 commits to master since this release

This is the third public release of Zevoicemask. Improvements include:

Features

Better build instructions

  • Advise to use WS2812B ECO LEDs.
    They draw less power and put less stress on the battery.
  • Recommend a scarf.
    It is better to hide the cable.

New animations

  • A noise animation.
    It shows white noise either in greyscale or full RGB.
  • A matrix animation.
    Just like from the motion pucture, but with more color options.
  • A boot animation.
    Only invoked once during oot. Shows the current software version.

Internal cleanups

  • Put all frame-based animation data in PROGMEM.
    This reduces the use of sparse RAM resources. It allows to include
    way more animations in the future.

And of course, the usual set of minor bug fixes.

Installation

After building the hardware according to the README, flash the release file onto the NodeMCU v2 board with:

| $ esptool.py --before default_reset --after hard_reset --chip esp8266 --baud 115200 write_flash 0x0 zevoicemask_nodemcuv2_v3.bin