Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkm/licorne-rs
Sample alarm clock using a color code for different time of the day
https://github.com/dkm/licorne-rs
Last synced: 25 days ago
JSON representation
Sample alarm clock using a color code for different time of the day
- Host: GitHub
- URL: https://github.com/dkm/licorne-rs
- Owner: dkm
- License: gpl-3.0
- Created: 2020-06-17T12:37:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T21:15:29.000Z (over 3 years ago)
- Last Synced: 2024-10-28T00:02:12.890Z (2 months ago)
- Language: Rust
- Size: 167 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Licorne Smart Alarm Clock
The firmware is pure Rust using [RTIC](https://rtic.rs/)(Real-Time Interrupt-driven Concurrency).
Objectives:
* allow for small kids to be aware of different day period using a simple color code (ie. 5:00 is sleep time).
* continue to learn embedded Rust
* have fun## Features
* 2.13'in E-Paper display
* DS3231 RTC for keeping track of time
* BME680 for temperature and COV measures
* TI TM4C123G (Cortex M4F)## Build log
The project initially started during first French lock-down because we really
needed our sleep time and the ours kids could not make the difference between
5:00 and 8:00. A first [Arduino
prototype](https://github.com/dkm/licorne-smartalarmclock) came to life quickly
and has been used for several months. In parallel, this project started with no
hard deadline with the following goals:
- have a more finished hardware solution (versus previous arduino breadboard)
- use event-based programming using embedded Rust## PCB
## Software
## End result