n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
809 stars 162 forks source link

Ideas for new update #110

Closed crxyox closed 7 months ago

crxyox commented 8 months ago
Moz1987it commented 8 months ago

More power to IR led on devices with S3 by setting gpio pin drive power to 3

From documentation of esp32s3

"The default drive strength of GPIO19 ~ 20 is 2’d3 (~40 mA)" and "The default drive strength of other pins is 2’d2 (~20 mA)"

For example on cardputer gpio44 is IR led so it's 20mA. it's not always on it bursts we can have more range like this

esp_err_t gpio_set_drive_capability(gpio_num_t gpio_num, gpio_drive_cap_t strength)

Moz1987it commented 8 months ago

More Bluetooth function mostly ported from marauder

-A simple Bluetooth beacon spammer same as wifi bit Bluetooth, Rick roll funny random and so on, maybe a custom list from a txt file on SD card too

-Samsung devices crash\spammer using Samsung watch bluetooth pairing packets, vulnerability found by https://github.com/Spooks4576

danny8972 commented 8 months ago

About the bluetooth thing I don't think its a good idea

look at the read me

Things I probably won't merge in:

Bulk wifi deauthentication spamming Bluetooth spam that potentially disrupts health and fitness trackers, smart watches, etc.

adsflkj commented 7 months ago

Where did bluetooth come from? I was looking for more ir stuff.

(This is my alt) -crxoyx

n0xa commented 7 months ago

I merged in a PR with more IR codes in a "Custom" region. Even more codes can be added, but there's no IR receiver on the M5Stack devices that are supported. It's probably easier to convert captured codes from another device like a flipper.