Alarm clock software for raspberry pi zero 2 w (and others).
Currently unfinished. Once finished this file will have all the information on how this works. For now nothing.
You can download the latest stable version from the releases tab - note this will only work for Rasperry Pi Linux systems.
You can also build from source on you Raspberry Pi - see How to build.
- Install Conan, CMake and a C++ compiler on your Raspberry Pi.
- In the source directory install Conan dependencies with the command
conan install . --build=missing. - Configure CMake:
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build/Release/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release - Build
cmake --build build- optional add-jfor multithreaded build. Some Raspberry Pis might run out of memory, if that is the case there is very little you can do - you can download prebuilt binaries or buy a stronger pi. - Binary is located in
./build.
- buzzer
- button
- display
- alarm function
- api
- frontend
- finished!!