mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1558] Add Ameba BW16 (RTL8720DN) board to supported boards, for 5GHz wifi band compatibility #859
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#859
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YoavLevi on GitHub (Jun 3, 2022).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1558
There is a new board which is the 5GHz band Arduino compatible equivalent of nodeMCU called Ameba BW16:
https://www.amebaiot.com/en/amebad-bw16-arduino-getting-started/
https://www.youtube.com/watch?v=T10xCiM_4cw&ab_channel=AndreasSpiess
Can you please add it to supported boards?
Thanks.
@welcome[bot] commented on GitHub (Jun 3, 2022):
Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
* 🇬🇧 Communicate in English so everybody can understand you
* 📖 Have a look at the Wiki and README for information
* 🔍 Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* 📕 Close the issue when your problem has been solved
@User-790 commented on GitHub (Jun 4, 2022):
Thank so much for getting back so quickly, and yes totally! I will be looking into the 5G love your products!
@tooandrew commented on GitHub (Sep 1, 2022):
rtl8722DM mini (ameba BW23), similarly, would be great to able to run deauther on - 5ghz support, cheap board.
@riuneko commented on GitHub (Oct 27, 2022):
Hey - new to Arduino/network boards. Have an ESP8266 with the deauther, but got the RTL8720DN recently to see if it was possible to deauth on the 5GHz band. Anything new on BW16 support? Everything I can find on Google seems to be for pi boards running linux with Wi-Fi adapters
@tesa-klebeband commented on GitHub (May 21, 2024):
I have managed to send raw frames including deauth and beacon frames on an RTL8720dn using 5Ghz WiFi. It would be really cool if someone could port the deauther to this board using the research that I've done. Here's the link to my blog post where I explain it: Sending Raw IEEE 802.11 Frames using an RTL8720dn
@Khoa5555 commented on GitHub (Sep 14, 2024):
Does anyone have deauther BW16?
@tesa-klebeband commented on GitHub (Sep 14, 2024):
I have written an experimental deauther for the bw16 and another one is already in development. Rtl8720dn-Deauther
@Khoa5555 commented on GitHub (Sep 17, 2024):
can you write code on adruinodroid ?
@SuperSeno commented on GitHub (Dec 3, 2024):
I have the board, and it works great for deauthing 5ghz networks using @tesa-klebeband code