Skip to content

MarauTech/ESP8266-Deauther-HW-364A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-Deauther-HW-364A

Modified firmware for ESP8266 Deauther – HW-364A compatible
Adapted from the original project by SpacehuhnTech


🇬🇧 ENGLISH

📦 Description

This is a customized firmware for ESP8266 Deauther, configured specifically for the HW-364A module with built-in OLED display and 3-button navigation.

The base firmware is from the original SpacehuhnTech Deauther project, which has been modified to support this specific hardware layout.


🧠 Features

  • OLED display (I2C)
  • Three-button navigation:
    • UP – GPIO7 / D5
    • DOWN – GPIO8 / D6
    • OK – GPIO13 / D7
  • Default Wi-Fi network:
    • SSID: MarauTech
    • Password: deauther

🔧 Installation Guide (Arduino IDE)

1. Add board URLs:

Go to File → Preferences → Additional Board Manager URLs and paste: http://arduino.esp8266.com/stable/package_esp8266com_index.json, https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json

2. Install board definitions:

  • Go to Tools → Board → Board Manager
  • Search for deauther
  • Install the package from Spacehuhn

3. Flash using the following settings:

IDE Settings


🖼️ Module Preview

HW-364A Module


🇵🇱 POLSKI

📦 Opis

To jest zmodyfikowany firmware ESP8266 Deauther, dostosowany do gotowego modułu HW-364A, który posiada wbudowany wyświetlacz OLED oraz 3 przyciski.

Bazą projektu jest oryginalny firmware SpacehuhnTech, który został odpowiednio skonfigurowany pod ten układ sprzętowy.


🧠 Funkcje

  • Obsługa wyświetlacza OLED (I2C)
  • Trzy przyciski nawigacyjne:
    • GÓRA – GPIO7 / D5
    • DÓŁ – GPIO8 / D6
    • OK – GPIO13 / D7
  • Domyślna sieć Wi-Fi:
    • SSID: MarauTech
    • Hasło: deauther

🔧 Instalacja (Arduino IDE)

1. Dodaj linki do płytek:

Wchodzimy w Plik → Preferencje i wklejamy do pola: http://arduino.esp8266.com/stable/package_esp8266com_index.json, https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json

2. Instalujemy płytki:

  • Narzędzia → Płytka → Menedżer płytek
  • Szukamy: deauther
  • Instalujemy pakiet od Spacehuhn

3. Ustawienia kompilacji:

Ustawienia IDE


🖼️ Podgląd modułu

Moduł HW-364A


🧾 Credits

  • Original firmware by SpacehuhnTech
  • Firmware configuration for HW-364A module by MarauTech

📘 License

Open Source (MIT/Spacehuhn license).
You may modify and redistribute freely — just keep the attribution.


About

ESP8266 Deauther working with Oled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors