forked from rust-embedded/showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.yml
63 lines (54 loc) · 3.26 KB
/
data.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# NOTE If submitting a new project add it to the end of the list, before the template
- name: Rusty clock
website: https://github.com/TeXitoi/rusty-clock
author: TeXitoi
author_website: https://github.com/TeXitoi/
description: An alarm clock in pure bare metal embedded rust (no OS). It features pressure, temperature, humidity, monophonic alarm on a e-paper display. The 5 programmable alarms can ring one time (and never repeat) or every week day that you want (for example only Monday and Thursday).
image: https://raw.githubusercontent.com/TeXitoi/rusty-clock/master/images/front.jpg
- name: e-Paper Conference Badge
website: https://www.wezm.net/technical/2019/01/linux-conf-au-rust-epaper-badge/
author: Wesley Moore
author_website: https://www.wezm.net/
description: A tri-color e-Paper display on a battery powered Raspberry Pi Zero W controlled by a Rust program using the embedded-hal ecosystem on Linux. The badge serves content over HTTP and allows people to increment a hello counter on the display.
image: https://www.wezm.net/images/2019/badge-at-end-of-conference_thumb.jpg
- name: Keyberon
website: https://github.com/TeXitoi/keyberon
author: TeXitoi
author_website: https://github.com/TeXitoi/
description: >
A hand wired ortholinear mechanical keyboard with a firmware in Rust.
The case uses a parametric design allowing to create a grid keyboard
of any size. The firmware allows you to customize each key as you wish:
A layer change, a key combo or a regular key.
image: https://raw.githubusercontent.com/TeXitoi/keyberon/master/images/keyberon.jpg
- name: Monotron
website: https://github.com/thejpster/monotron
author: theJPster
author_website: https://thejpster.org.uk/
description: A simple 1980's home computer style application for the Tiva-C Launchpad
image: https://raw.githubusercontent.com/thejpster/monotron/master/screenshot.jpg
- name: Kroneum
website: https://github.com/azasypkin/kroneum
author: Aleh Zasypkin
author_website: https://github.com/azasypkin
description: An experimental, accessible (no GUI) and fully open source (both in code and hardware) time tracker device. The board exposes pads for I²C and SPI interfaces, acts as an USB HID device when connected to USB port and hence can be used as a playground for any custom firmware.
image: https://raw.githubusercontent.com/azasypkin/kroneum/master/hw/enclosure/Rev_0.5/demo/kroneum-enclosure-render.png
# Template for new entries
# Project name
# - name: Lorem Ipsum
# Project website
# website: https://example.org
# Author name or username
# author: Alice
# Author's GitHub / Twitter profile or personal website
# author_website: https://github.com/ghost
# SHORT description of the project (max 280 characters)
# description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eu pharetra purus. Sed laoreet lectus ut convallis molestie. Etiam suscipit vitae ante a finibus. Fusce aliquet viverra efficitur. Curabitur sit amet tellus risus."
# Image of the project
# if not a URL, place the file in the `assets` folder
# image: https://via.placeholder.com/900x675
# OR a video of the project
# multiple video formats can be supplied
# if not a URL, place the file in the `assets` folder
# video:
# - ipsum.mp4