https://github.com/mleegwt/externalalarmclock
https://github.com/mleegwt/externalalarmclock
alarmclock android-app dropwizard gradle java8 jetty-server jna kotlin rpi rpi-gpio
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mleegwt/externalalarmclock
- Owner: mleegwt
- Created: 2017-01-27T18:13:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T15:54:30.000Z (17 days ago)
- Last Synced: 2025-04-13T11:12:34.486Z (15 days ago)
- Topics: alarmclock, android-app, dropwizard, gradle, java8, jetty-server, jna, kotlin, rpi, rpi-gpio
- Language: Kotlin
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExternalAlarmClock
[](https://github.com/mleegwt/ExternalAlarmClock/actions/workflows/gradle.yml) [](https://codecov.io/gh/mleegwt/ExternalAlarmClock)
This project contains a chain of programs that should ultimately result in a usable replacement for my wakeup light.
The replacement uses:
* SK6812 RGBW LED strip
* RPi Zero W (but that could be any RPi)
* Java 8
* Dropwizard
* JNA to interface to RPi based on https://github.com/jgarff/rpi_ws281x wrapped as JNA jar in https://github.com/mleegwt/rpi_ws281x
* Android application to get the next alarm set on the mobile device.It's a learning experience. Development is work in progress.