Skip to content

πŸ¬πŸ“Ά Hyper-Zero-UI v1.3.0 β€” Bluetooth (BLE)

Choose a tag to compare

@DUNKINKKD DUNKINKKD released this 13 Jul 04:58
· 10 commits to main since this release

πŸ¬πŸ“Ά Hyper-Zero-UI v1.3.0 β€” talk to your Flipper over Bluetooth

HZUI now connects to a Flipper Zero wirelessly over Bluetooth LE β€” on both Windows and Linux β€” not just USB. The pink, AI-powered fork of qFlipper with LOTEI (a snarky, 100% local AI dolphin) can drive the whole app with no cable attached. No API keys, no cloud, no cost.

✨ New in this release

  • πŸ“Ά Bluetooth (BLE) connection β€” Windows & Linux. Pair your Flipper, hit the BLE button, scan, and tap it. It becomes your active device over Bluetooth:
    • Full device card β€” name, firmware, hardware, radio β€” read over BLE.
    • Live screen mirror β€” watch the Flipper's screen, wirelessly.
    • LOTEI's file + button tools work over the air, exactly like USB.
    • Auto-disconnect β€” walk out of range or turn the Flipper's BT off and HZUI drops it cleanly; the header shows a green BLE ● while connected.
  • Under the hood: the whole RPC/session layer is now transport-agnostic, so USB and BLE run the identical protobuf pipeline. Verified on real hardware on Windows and Linux (Ubuntu + BlueZ).

πŸ“ Good to know

  • Pair first:
    • Windows β€” add the Flipper in Bluetooth settings (enter the PIN it shows on-screen), then scan in HZUI.
    • Linux β€” pair via your desktop's Bluetooth settings or bluetoothctl (the Flipper shows a 6-digit passkey you type in), then scan in HZUI.
  • One link at a time: BLE and USB contend for the Flipper's single RPC session β€” unplug USB (or use Release Port) before connecting over Bluetooth.
  • Firmware flashing stays on USB by design (BLE is for everyday device control, not flashing).

🐬 Still inside (from v1.2)

Linux AppImage Β· LOTEI local-AI chat with agentic Flipper tools Β· model switcher Β· first-run setup wizard Β· Custom Firmware manager (Official / Momentum / Unleashed / RogueMaster) Β· neural voice (Piper, Windows) Β· live color editor Β· Flipper-screen mirror Β· Release Port / Reconnect Β· music player Β· full pink theme.

▢️ How to run

Windows (64-bit)

  1. Unzip Hyper-Zero-UI-v1.3.0-win64.zip anywhere β†’ run qFlipper.exe.
  2. For LOTEI: install Ollama, then ollama pull qwen2.5:7b. (First launch runs a quick setup wizard.)
  3. For Bluetooth: pair the Flipper in Windows Bluetooth settings β†’ in HZUI click BLE β†’ SCAN β†’ tap your Flipper.

Linux (x86_64)

  1. chmod +x Hyper-Zero-UI-*.AppImage β†’ ./Hyper-Zero-UI-*.AppImage
  2. For Flipper USB access: ./Hyper-Zero-UI-*.AppImage rules install
  3. For Bluetooth: pair the Flipper via your Bluetooth settings / bluetoothctl first, then BLE β†’ SCAN β†’ tap it.
  4. For LOTEI: install Ollama + ollama pull qwen2.5:7b. (Voice + music are Windows-only.)

⚠️ Windows SmartScreen may warn (unsigned) β€” More info β†’ Run anyway.

βš–οΈ Notes

Unofficial fork of qFlipper (GPLv3) β€” not affiliated with or endorsed by Flipper Devices. "Flipper Zero" and "qFlipper" are trademarks of Flipper Devices Inc. Built on qFlipper 1.3.3 Β· LOTEI powered by Ollama + Qwen2.5 Β· voice by Piper.