flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.75k stars 2.71k forks source link

Run bad USB script over bluetooth #1902

Closed krisss117 closed 3 months ago

krisss117 commented 2 years ago

Description of the feature you're suggesting.

Hi, plese add function to send BAD USB script over Bluetooth.

  1. Connect Flipper Keyboard over Bluetooth
  2. Allow to select BAD USB script to run

Anything else?

No response

skotopes commented 2 years ago

Will require RPC mode implementation in BadUSB application and corresponding part in apps. We'll come back to this task after application catalog.

ggaljoen commented 1 year ago

Running scripts will also require to read, and if needed toggle, the keyboard (caps/num) locks status, otherwise you won't get the intended key strokes.

intech commented 1 year ago

@skotopes The application catalog is already running. Can we expect updates on this task shortly?

skotopes commented 1 year ago

@intech sorry for delay, we'll try to pack it in 1.0 release

sk337 commented 11 months ago

I would like to see this feature as well but it seems like this has been forgotten

skotopes commented 9 months ago

@sk337 more like it's coming as a part of the scripting language

skotopes commented 3 months ago

Done