-
Notifications
You must be signed in to change notification settings - Fork 0
Bluetooth Setup
Bluetooth LE lets the Flipper stream to the phone with no cable. USB and BLE carry the exact same CSV, so everything downstream (map, solver, allocation lookup) is identical.
-
On the Flipper: enable Settings → Bluetooth (must be ON to advertise), then open
Apps → Sub-GHz → RF Logger. The status line should read
BT:adv. - On the phone: ☰ → Transport: Bluetooth (BLE) → Connect Flipper.
- Pick your Flipper from the list. Custom-named units (no "Flipper" prefix) are shown too — the name is the one on the Flipper's screen. The chosen device is remembered for one-tap reconnect next time.
- Accept the pairing dialog on both devices the first time.
- Success = green dot + live RSSI on the phone, and
BT:okon the Flipper.
| Shows | Meaning |
|---|---|
BT:off |
Bluetooth is off in Flipper settings, or the BLE stack didn't start. Turn Bluetooth ON; reboot the Flipper if it stays off. |
BT:adv |
Advertising, waiting for the phone. This is the normal "ready to connect" state. |
BT:ok |
A central (the app) is connected and receiving data. |
The app keeps advertising alive automatically — a settings toggle, a key wipe, or a stack restart no longer leaves it silently un-advertised.
Keep the official Flipper mobile app closed while using RF Triangulator over BLE. Only one BLE central can hold the Flipper's link at a time. If the official app (or its background service) grabs the connection, the Flipper effectively disappears — it looks like Bluetooth isn't working at all. If that happens, force-stop the official Flipper app.
Tapping the Flipper in Android's system Bluetooth settings does nothing useful — that's normal. BLE data devices are only opened by the app, not from the settings screen. Always connect via the app's Connect Flipper button.
See Troubleshooting for the full checklist. The three most common causes, in order:
- The official Flipper app is holding the link — close it.
- A stale pairing from a previous session — forget "Flipper" in Android Bluetooth settings and on the Flipper (Settings → Bluetooth → Forget All Paired Devices), then reconnect and accept pairing on both screens.
-
Bluetooth off on the Flipper — the status line shows
BT:off.