An open API service indexing awesome lists of open source software.

https://github.com/unexist/heos-dial

HEOS controller based on M5Stack Dial and Rust [MIRROR]
https://github.com/unexist/heos-dial

esp32 heos heos-api heos-cli heos-control md5dial rust tui

Last synced: about 1 month ago
JSON representation

HEOS controller based on M5Stack Dial and Rust [MIRROR]

Awesome Lists containing this project

README

          

= heos-dial

This project holds a small controller software for HEOS based on MD5Dial and Rust

== Modules

[cols="1,3,2"]
|===
| heos-dial
| The actual firmware
|

| heos-lib
| The HEOS library
a| image::https://github.com/unexist/heos-dial/actions/workflows/rust.yml/badge.svg[]

| heos-tui
| A TUI based on the library
|
|===

== Links

- https://github.com/m5stack/M5Dial
- https://shop.m5stack.com/products/m5stack-dial-esp32-s3-smart-rotary-knob-w-1-28-round-touch-screen

=== HEOS

- https://assets.denon.com/documentmaster/us/heos_cli_protocolspecification-version_04062020.pdf

=== Rust

- https://github.com/rust-embedded/awesome-embedded-rust
- https://gitlab.com/cyril-marpaud/rust_esp_quickstart
- https://docs.esp-rs.org/book/overview/using-the-standard-library.html
- https://embassy.dev/book/index.html
- https://ratatui.rs/