{"id":50671097,"url":"https://github.com/bugzmanov/divoom-minitoo","last_synced_at":"2026-06-08T11:04:16.584Z","repository":{"id":354223918,"uuid":"1222413838","full_name":"bugzmanov/divoom-minitoo","owner":"bugzmanov","description":"Divoom MiniToo Bluetooth toolkit + Clauddy, a Claude Code status display","archived":false,"fork":false,"pushed_at":"2026-04-27T17:02:19.000Z","size":6899,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T18:29:14.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugzmanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T10:44:58.000Z","updated_at":"2026-04-27T17:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bugzmanov/divoom-minitoo","commit_stats":null,"previous_names":["bugzmanov/divoom-minitoo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bugzmanov/divoom-minitoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugzmanov%2Fdivoom-minitoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugzmanov%2Fdivoom-minitoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugzmanov%2Fdivoom-minitoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugzmanov%2Fdivoom-minitoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugzmanov","download_url":"https://codeload.github.com/bugzmanov/divoom-minitoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugzmanov%2Fdivoom-minitoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-08T11:04:13.590Z","updated_at":"2026-06-08T11:04:16.575Z","avatar_url":"https://github.com/bugzmanov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# divoom-minitoo\n\nReverse-engineered toolkit for the **Divoom MiniToo** pixel display, and\n**Clauddy** — a Claude Code status indicator built on top.\n\n## Clauddy\n\nDisplay three states on the device: working, waiting for your feedback,\nchilling.\n\n\n| working | alerting | chilling |\n| :---: | :---: | :---: |\n| ![working](apps/clauddy/assets/working.gif) | ![alerting](apps/clauddy/assets/alerting.gif) | ![chilling](apps/clauddy/assets/chilling.gif) |\n\n```\n./apps/clauddy/set-clauddy-state.sh working\n./apps/clauddy/set-clauddy-state.sh alerting\n./apps/clauddy/set-clauddy-state.sh chilling\n```\n\nWires into Claude Code hooks; switches faces in under a second. Setup in\n[`apps/clauddy/README.md`](apps/clauddy/README.md).\n\n### Demo\n\n\u003cdiv align=\"center\"\u003e\n\u003cvideo src=\"https://github.com/user-attachments/assets/10e28ac0-6b52-4fe1-a286-0b04e1de349d\" controls width=\"220\" controls muted loop playsinline\u003e\u003c/video\u003e\n\u003c/div\u003e\n---\n\n## The toolkit\n\nThe MiniToo speaks an undocumented Bluetooth Classic RFCOMM protocol. This repo\nalso contains the protocol notes, a working macOS Bluetooth daemon, and an\nuploader that bypasses the SiFli `eZip` native library. Clauddy is one app\nbuilt on it; the rest is reusable for anyone hacking the device.\n\n## What's in here\n\n```\nFINDINGS.md            Protocol findings — opcodes, frame format, what works\n                       and what crashes the device. The hero doc.\n\ndocs/                  How-to-reproduce notes, onboarding, and the decision log\n                       behind instant custom-face switching.\n\ncore/                  The toolkit. macOS Bluetooth daemon (`dv`), the Swift\n                       RFCOMM sender, the eZip native-lib bridge, GIF/JPEG\n                       uploaders, and probes used to map the protocol.\n\napps/clauddy/          A Claude Code agent-status display: three preloaded GIF\n                       faces (chilling / working / alerting) and a one-line\n                       command to switch between them. Wires up to Claude Code\n                       hooks.\n\nreferences/            Vendored third-party projects kept for reference only\n                       (e.g. pixoo-mcp-server — different Divoom device).\n```\n\nThe repo is laid out as a **library + apps** monorepo. `core/` is reusable —\nnothing in it knows about Claude. `apps/clauddy/` is one application built on\ntop; future apps (other agents, Pomodoro, weather, Home Assistant bridge) live\nbeside it.\n\n---\n\n## Quick start\n\nPick the path that matches what you want to do.\n\n**I want to control my MiniToo from the command line.**\nRead [`docs/SETUP.md`](docs/SETUP.md) for pairing and `core/dv` usage.\n\n**I want a physical status indicator for Claude Code.**\nRead [`apps/clauddy/README.md`](apps/clauddy/README.md). The installer handles\npairing, uploads three GIFs into the MiniToo's three custom faces, and wires\nitself into your Claude Code hooks.\n\n**I want to extend the protocol or build a new app.**\nStart with [`FINDINGS.md`](FINDINGS.md) — it's the source of truth for what the\ndevice actually does. Then `core/` is your library.\n\n---\n\n## Status\n\n- **Device:** Divoom MiniToo, firmware 2.4.0, 160×128 display. The Divoom\n  Tiivoo 2 (BT-advertised as `Divoom Tiivoo 2-Audio`) ships the same Jieli\n  firmware and is protocol-identical — see `FINDINGS.md` §1a.\n- **Host:** macOS only. Uses `IOBluetooth` for Classic RFCOMM. Linux / Windows\n  ports would need a different transport binary.\n- **Maturity:** working draft. The agent-status path (instant face switching\n  via `Channel/SetClockSelectId`) is solid and used daily. Other paths\n  (live-animation streaming via `0x8B`, photo upload via `0x8D`, ANCS-style\n  text-with-icon notifications) are verified end-to-end but less polished. See\n  the per-opcode support matrix in `FINDINGS.md` §9.\n\n---\n\n## Trademark and affiliation\n\nNot affiliated with, sponsored by, or endorsed by Divoom. *Divoom* and\n*MiniToo* are trademarks of their respective owners and are used here only to\nidentify the hardware this software is compatible with.\n\nThis project does **not** redistribute Divoom firmware, app binaries, or\naccount data. The `eZip` bridge in `core/ezip/` patches the official iOS\nframework's compiled object files for macOS load — see `FINDINGS.md` §8h for\nthe legal/technical details before redistributing builds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugzmanov%2Fdivoom-minitoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugzmanov%2Fdivoom-minitoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugzmanov%2Fdivoom-minitoo/lists"}