01
Wake
The radio keeps sending valid frames until the receiver and microcontroller come out of sleep. This is the long part, and it is deliberate — not Flipper lag.
Tested on 868 MHz Waveband 2
Control colors, wake the wristband, and turn it off using the Flipper Zero’s built-in Sub-GHz radio. No external module, no soldering, no custom firmware.
Start with 02_RED_G0.sub — the first command takes about 18 seconds because it carries the wake sequence. IR codes did nothing?
868.415 MHz
Sub-GHz carrier, OOK
41 files
Ready to copy to the SD card
20 colors + OFF
Persistent, group 0
No add-on radio
Internal CC1101 only
How it works
A PixMob Waveband sleeps to save its coin cells, and a sleeping receiver ignores an ordinary color packet. Every command in one_press therefore carries a full wake sequence before the action.
01
The radio keeps sending valid frames until the receiver and microcontroller come out of sleep. This is the long part, and it is deliberate — not Flipper lag.
02
The action frames set a persistent color on group 0. The wristband holds that color until you send another command.
After waking the wristband once, use the quick files for near-instant changes. If they stop responding, the wristband went back to sleep — send any one_press command again.
Install
Nothing to build and nothing to flash. The release is a folder of Flipper Sub-GHz RAW files.
Step 1
Grab PixMob_Wave2_G0.zip from the latest release and unzip it.
Step 2
Place PixMob_Wave2_G0 in the Flipper’s Sub-GHz directory using qFlipper, the mobile app, or a card reader.
/subghz/PixMob_Wave2_G0
Step 3
Open Sub-GHz → Saved → PixMob_Wave2_G0 → one_press and send 02_RED_G0.sub. Hold the Flipper close and let the transmission finish.
Colors
Every color ships in two variants. The protocol carries six bits per channel, so RGB values are quantized to multiples of four.
one_pressIncludes the wake sequence — use it when the wristband may be asleep. About 18 seconds.
quick_after_wakeNear-instant response while the wristband is already awake. About one second.
OFF is not a special radio command. It uses the same persistent group-0 frame as the working colors, with red, green, and blue all set to zero — so the wristband stays dark instead of drifting back to an event pattern.
Technical summary
Waveband 2 is controlled by RF, not infrared. Open these files through Sub-GHz → Saved, never the Infrared application. Not sure which band you have? Read how to tell an infrared PixMob from an RF Waveband 2.
Frame layout, the 6b/8b line code, and the CRC-12 parameters are documented in the RF protocol notes.
Download the Sub-GHz files, copy one folder to the SD card, and send a color.