/M5Stack-3BtnTimer

a simple kitchen timer app for M5Stack

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

3BtnTimer

M5Stack

  • 3BtnTimer is a simple kitchen timer app for M5Stack.
  • It is inspired by a simple kitchen timer which is sold at the DAISO (100-yen shop).

Requirement

Make sure you have the following libraries:

Usage

Install to M5Stack

  1. Build the app in usual way (using Arduino IDE).
  2. Put 3BtnTimer.bin to root directory of SD card.
  3. Put jpg/* to jpg directory of SD card.
  4. Put json/3BtnTimer.json to json directory of SD card.
  5. Boot 3BtnTimer from SD Updater or LovyanLauncher.

Features

  • To reset, push Min (Button A) and Sec (Button B) at the same time
  • To toggle beep ON/OFF, push Min (Button A) and Sec (Button B) at the same time again.
  • To set the timer, push Min (Button A) and Sec (Button B). And then push Start (Button C) to start the timer.
  • To temporary stop, push Stop (Button C). And then push Start (Button C) to resume.
  • When expired the timer, the M5Stack beeps. To stop beep, push Stop (any button).