├── README.md ├── WhatsApp_Image_2023-09-19_at_03.37.13-removebg-preview.png └── esp8266_deauther.ino.nodemcu.bin /README.md: -------------------------------------------------------------------------------- 1 | # Deauther_With_Oled_Display 2 | 3 | ESP8266 Deauther Setup Display & Buttons 4 | 5 |

OLED Display -> GPIO / ESP8266

6 |
  
 7 | 
 8 |   OLED SCL      ->  GPIO ( 4 ) / ESP8266 ( D2 )
 9 |   OLED GND      ->  GND
10 |   OLED SDA      ->  GPIO ( 5 ) / ESP8266 ( D1 )
11 |   OLED VCC      ->  3.3 V
12 | 
13 |

Button -> GPIO / ESP8266

14 | 15 |
 
16 |   UP     ->  GPIO ( 14 ) / ESP8266 ( D5 )
17 |   Down   ->  GPIO ( 12 ) / ESP8266 ( D6 )
18 |   Click  ->  GPIO ( 13 ) / ESP8266 ( D7 )
19 |  
20 | 
21 |
22 | -------------------------------------------------------------------------------- /WhatsApp_Image_2023-09-19_at_03.37.13-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithharit/Deauther_With_Oled_Display/9605fa764673e0517e5f25b51dc4230f9cda421f/WhatsApp_Image_2023-09-19_at_03.37.13-removebg-preview.png -------------------------------------------------------------------------------- /esp8266_deauther.ino.nodemcu.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewithharit/Deauther_With_Oled_Display/9605fa764673e0517e5f25b51dc4230f9cda421f/esp8266_deauther.ino.nodemcu.bin --------------------------------------------------------------------------------