n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
673 stars 134 forks source link

Bluetooth Random MAC as per issue request #113 #123

Closed danny8972 closed 3 months ago

danny8972 commented 4 months ago

A user requested Random MAC addresses to stop MAC based bluetooth limiting.

Ademolght commented 4 months ago

yes please

danny8972 commented 3 months ago

Just updated it as a function would love feedback especially on its placement in the code.

Rol3oT commented 3 months ago

looks tidy!

Ademolght commented 3 months ago

yes it's good

n0xa commented 3 months ago

Awesome, Shipping it!

danny8972 commented 3 months ago

Thank you :)

Ademolght commented 3 months ago

thank you

Niximkk commented 2 months ago

not working for me, try some external app to test it, like https://github.com/simondankelmann/Bluetooth-LE-Spam

danny8972 commented 2 months ago

Random MAC is only triggered for BT maelstrom in my code, and I can confirm through some serial outputs that the MAC address is changing and I have seen an increase in the popups shown on some apple devices. I'll look into the Spam detector that's linked.