Analysis updated 2026-05-18
See your Claude Code session and weekly usage at a glance on a desk display
Use a physical Bluetooth button as a shortcut for Claude Code's voice mode
Toggle Claude Code's mode with a physical button
Sync usage data to the device automatically every 60 seconds
| hermannbjorgvin/clawdmeter | espressif/esp-claw | jwasham/practice-c | |
|---|---|---|---|
| Stars | 1,120 | 1,243 | 920 |
| Language | C | C | C |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 4/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires buying and assembling a Waveshare ESP32-S3 board with an AMOLED touchscreen and flashing custom firmware.
Clawdmeter is a physical desk gadget built on the ESP32-S3 microcontroller that displays your Claude Code usage in real time on a small touchscreen. Claude Code is an AI coding assistant, and like most AI services it has usage limits, Clawdmeter makes those limits visible on your desk so you always know how much of your session and weekly allowance you have left, without needing to check an app or website. The hardware is a Waveshare ESP32-S3 board with a 2.16-inch AMOLED touchscreen. It connects to your laptop over Bluetooth. A background daemon (a small program that runs quietly in the background) runs on your computer, reads your Claude usage data from API response headers every 60 seconds, and pushes those numbers to the device wirelessly. The display shows session and weekly utilization, and a pixel-art animated character on the splash screen becomes more animated the busier your usage rate is. The two side buttons serve as Bluetooth keyboard shortcuts: one sends the keypress for Claude Code's voice mode, and the other toggles Claude Code's mode, both sent as standard keyboard input over Bluetooth, so they work in whichever window is focused. You would use this if you work heavily with Claude Code and want a glanceable physical indicator of your usage, or want convenient physical shortcut buttons for Claude Code features. The firmware is written in C and built with PlatformIO. The full README is longer than what was provided.
A physical desk gadget with a touchscreen that displays your Claude Code usage limits in real time.
Mainly C. The stack also includes C, PlatformIO, ESP32-S3.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.