Cancro29 / NETHERCAP

A Wi-Fi penetration testing tool for ESP8266, ESP-32, and BW16
197 stars 25 forks source link

Display and switch pin layout? #11

Closed Pokemonarmy360 closed 8 months ago

Pokemonarmy360 commented 8 months ago

Hi this is me again I am actually working on the HTML and this time I actually want to know the pin layout for display and switches are same with the spacehuhn deauther? Or it has other pin layout? I am making a pocket version of it that's why I am asking....... 17116431405426023648776692507773

Pokemonarmy360 commented 8 months ago

17116434112691405063111445055077 Also making a big one for the ESP 32 [your version] and spacehuhn deauthor

Cancro29 commented 8 months ago

Hello, the wiring of ESP8266 OLED looked like this : VCC -> 5V GND -> G SCL -> D1 SDA -> D2

And for ESP32: VDD -> 3V3 GND -> GND SCK -> D22 SDA -> D21

Pokemonarmy360 commented 8 months ago

Is there any press switch pinout for going through UI in the display?

Cancro29 commented 8 months ago

On ESP8266, you can attach a button on pin D7.

Pokemonarmy360 commented 8 months ago

Is there only one button in ESP 8266? Or there is other two buttons?

Cancro29 commented 8 months ago

Only one button is supported, and the operation involves pressing and press&hold

Pokemonarmy360 commented 8 months ago

Oh ok thx