n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ideas for new update

crxyox opened this issue · comments

  • Support for more ir codes like projectors ect
  • Ir reciver compatibility

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)

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

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.

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

(This is my alt)
-crxoyx

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.