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.
- 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.
- Install the
hid_bt_bridge.fapapp on the Flipper Zero (apps/Bluetooth/). - Open the app on the Flipper and pair with the target device.
- Use the
controller.pyscript on the computer to send commands:python3 controller.py type "Hello World" python3 controller.py move 10 10