Quantity | 3+ units | 10+ units | 30+ units | 50+ units | More |
---|---|---|---|---|---|
Price /Unit | $14.01 | $13.73 | $13.30 | $12.73 | Contact US |
Description:
What is it?
- This tiny ESP8266 development board is a small version of our WiFideauther projects. It comes installed with the latest ESP8266 Deauther software. With this software, you can perform different attacks to test WiFi networks. Please note that the ESP8266 does only support 2.4GHz. For more details on the software, visit:
https://github.com/spacehuhn/esp8266_deauther
Why did you make it?
I designed this development board specially for Spacehuhn's great project: ESP8266 Deauther It has been authorized by him and is officially supported.
Thanks to every customer that leaves feedback! I will keep improving this board.
What makes it special?
High light LED -- GPIO5
RGB LED--GPIO4
You can plug it into power bank or any 5V USB port.
It is also an ESP8266 starter kit, you can use it learn esp8266.
You can start from how to control the highlight LED or RGB LED.
ESP-12E inside, it has 4MB memory.
Simple code test
High Light LED Blink Test
https://github.com/lspoplove/DSTIKE/blob/master/DeauthdetectorV2LEDtest.ino
RGB LED Test
You have to install Adafuit RGB LED library first.
https://github.com/lspoplove/DSTIKE/blob/master/Deauther_RGB_Test.ino
Here you have to change"#define DIN_PIN 15" to "#define DIN_PIN 4"