SpacehuhnTech / WiFiDuck

Wireless keystroke injection attack platform
http://wifiduck.com
MIT License
2.03k stars 353 forks source link

[Feature Request]: Support ESP32-S2 #134

Closed spuder closed 5 months ago

spuder commented 6 months ago

Is there an existing issue for this?

Problem

It would be nice to support more microcontrollers such as the new line of ESP32-S2/ ESP32-S3 boards as they support keyboard emulation.

Solution

The wemos S2 Mini supports keyboard emulation

https://www.wemos.cc/en/latest/s2/s2_mini.html

Others have gotten it working in esphome

https://github.com/esphome/esphome/pull/3917

Alternatives

No response

Anything else?

No response

welcome[bot] commented 6 months ago

Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍ī¸ Provide enough information to understand, recreate and help out with your problem
4. ℹī¸ Let us know if you find a solution
5. 📕 Close the issue when your problem has been solved

eadmaster commented 5 months ago

have you checked this? https://github.com/wasdwasd0105/SuperWiFiDuck

spuder commented 5 months ago

Thats exactly what I'm looking for. Just got it working on a Wemos S2. Thank you