portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2
GNU General Public License v3.0
3.03k stars 519 forks source link

Bluetooth file transfers #1688

Open NotherNgineer opened 6 months ago

NotherNgineer commented 6 months ago

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

nicexe commented 6 months ago

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)

NotherNgineer commented 6 months ago

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

nicexe commented 6 months ago

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