Fullsun Buddy Toolbox
Breadcrumbs

Firmware release 1.21

Release date: 17.12.2025


Color verification during programming

During the test after programming the colors of the led ring are set to the base colors. This allows an RGB-tester verify the quality of the LED’s.


Stabilizing BLE communication

Connecting over BLE Buddy always tried to read the values from the Spectre sensor. If no spectre is connected, this causes Buddy to have to wait for a second before going to the next message. This causes the BLE connection process to be slower than it should be. If in no spectre mode, Buddy immediately sends a “0” to the BLE device instead of waiting.

The BLE communication now manages multiple messages in short succession better, by buffering the data during parsing of a message. When an incomplete message is in the buffer, the rest of the application still runs. When the rest of the incomplete message is not received within 200ms, the buffer is emptied.


Added logging

Extra logs haver been added to simplify automated testing.