An indicator that shows coworkers if you are busy.
Intended to be mounted to your monitor and updated whenever your current state changes.
- 🟢 Green - Can be talked to casually.
- 🟡 Yellow - Concentrated, only talk to about the current project.
- 🔴 Red - In the zone, do not talk to unless absolutely necessary.
- Button:
- Short press: Switch between colors
- Long press: Turn on/off
- USB:
- USB-HID device that can be used to set the color and switch it on/off
- Turns off when the USB data connection stops (e.g. the PC is shut down).
- Intended for monitors that power the device constantly, even if the PC is off
- Table Tennis Ball as light diffusor
- For best experience, choose seamless balls
- Custom PCB
- Orderable on JLCPCB for ~60 Euros / 10 PCBs
- 3D Printed Case
- LEDs: BTF-LIGHTING 144LEDs/m WS2812B
- German Amazon: https://amzn.eu/d/06CgZDho
- 3 LEDs needed per device
The device can be controlled from the PC using the following programs:
busybeacon- A tray icon with a menubusybeacon-cli- A command line tool
For Windows, precompiled executables can be found in the releases page.
- Copy
busybeacon.exeinto%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startupto start it automatically on bootup. - Once it runs, right click on taskbar ->
Taskbar settings->Other system tray icons->busybeacon.exe->Onto show it in the taskbar
For Linux / MacOS, the software directory contains the source code
that can be compiled as usual:
cd software
cargo build --releaseMacOS is currently untested.
The newest version can be found in the releases page.
The bootloader and firmware have to be installed once from the .hex files:
probe-rs download --binary-format hex --chip stm32u073cc --verify busybeacon.bootloader.hex
probe-rs download --binary-format hex --chip stm32u073cc --verify busybeacon.hexAfterwards, the application can be updated via the .dfu file:
dfu-util --download busybeacon.dfuIf DFU flashing fails, enter bootloader recovery mode by keeping the button pressed while plugging in the device. It should then react to dfu-util again.
NOTE: It is normal that dfu-util ends with an error message like so:
Download [=========================] 100% 90672 bytes
Download done.
dfu-util: unable to read DFU status after completion (LIBUSB_ERROR_IO)
This is a technical limitation that might get fixed in the future, but it's purely cosmetic.
- Download the relevant files from the releases page.
- Flash the PCB with the latest bootloader & firmware.
- This requires a TC2050 adapter and a suitable probe.
- For more information, see
Firmwarein this readme.
- Print the case (top and bot)
- Cut 3 LEDs from your BTF-LIGHTING 144LEDs/m WS2812B strip
- Connect the PCB and the LEDs with three wires
- Insert the PCB into the bottom case and glue the LED strip on the little shelf that will face the ball
- Cut a hole in your tennis ball that fits the three LEDs
- Glue the Ball on the Top case
- Slide the case together
Then, plug the device into a USB-C port and you will see the ball light up green.
You can now control the ball using the button as described in the Controls section, or you can install the tray icon app to control it via a tray icon of your PC.