https://github.com/frkr/ble_hid_bridge
Flipper Zero application that acts as a bridge between USB and Bluetooth.
https://github.com/frkr/ble_hid_bridge
bluetooth flipperone flipperzero hid
Last synced: about 1 month ago
JSON representation
Flipper Zero application that acts as a bridge between USB and Bluetooth.
- Host: GitHub
- URL: https://github.com/frkr/ble_hid_bridge
- Owner: frkr
- License: other
- Created: 2025-12-12T23:58:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-20T17:18:32.000Z (6 months ago)
- Last Synced: 2025-12-22T18:53:39.440Z (6 months ago)
- Topics: bluetooth, flipperone, flipperzero, hid
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# HID BT Bridge
Flipper Zero application that acts as a bridge between USB and Bluetooth. It allows controlling the mouse and keyboard of a paired device (host) by sending commands from a computer via USB.
## Features
- **USB-BT Bridge**: Receives commands via Serial (USB) and retransmits them as HID (Bluetooth).
- **On-Screen Terminal**: Displays connection logs and received commands on the Flipper display.
## How to Use
1. Install the `hid_bt_bridge.fap` app on the Flipper Zero (`apps/Bluetooth/`).
2. Open the app on the Flipper and pair with the target device.
3. Use the `controller.py` script on the computer to send commands:
```bash
python3 controller.py type "Hello World"
python3 controller.py move 10 10
```