mayhem-firmware icon indicating copy to clipboard operation
mayhem-firmware copied to clipboard

Bluetooth file transfers

Open NotherNgineer opened this issue 1 year ago • 3 comments

I would like to see support for transferring files via Bluetooth (such as a new firmware file).

NotherNgineer avatar Dec 29 '23 01:12 NotherNgineer

This needs a bit of back-and-forth between server and client.

You would need to switch fast enough between rx and tx modes. So it might not be possible with a portapack but it could be possible with 2 hackrf ones on a computer (one for transmitting and one for receiving).

Check this for more info: OBEX (OBject EXchange)

nicexe avatar Jan 07 '24 23:01 nicexe

It may be slow, but Flipper manages it somehow...

NotherNgineer avatar Jan 08 '24 00:01 NotherNgineer

Flipper Zero's support for Bluetooth protocol comes from the STM32WB55RG chip

nicexe avatar Jan 09 '24 18:01 nicexe