Wi-Fi Scanner

Wi-Fi Scanner with mini Display




Enjoy and exploring the world of Wi-Fi scanning with your D1 Mini and OLED display!

In today's interconnected world, Wi-Fi plays a crucial role in our daily lives. In this post, we will explore how to create a Wi-Fi scanner using a D1 Mini board and an OLED display. This project allows you to scan for available Wi-Fi networks and display essential information on the OLED screen.

Building a Wi-Fi Scanner with OLED Display using D1 Mini

Components:

To get started, you will need the following components:

  • D1 Mini board: A compact and versatile ESP8266-based development board.
  • OLED Display: A small and high-contrast display to show the Wi-Fi network details.
  • Jumper wires: To establish the necessary connections between the D1 Mini and the OLED display.

Circuit Connection:

To connect the D1 Mini and OLED display, follow these steps:

  • Connect the GND pin of the OLED display to the GND pin on the D1 Mini.
  • Connect the VCC pin of the OLED display to the 3.3V pin on the D1 Mini.
  • Connect the SDA pin of the OLED display to the D2 pin on the D1 Mini.
  • Connect the SCL pin of the OLED display to the D1 pin on the D1 Mini.
  • Follow the Below image to make a proper wiring





  • To Code a ESP8266/d1 mini use a esp8266 flasher
  • The Flasher and Program files are in our Github to Download file (Click Here)
  • Just press that green button and download as zip then extract it
  • In this thing there is a 2 files here . just install it depend on your configuration
  • Then open that esp8266 flasher it looks like this

  • Go to the config option then press that first setting icon and choose our downloaded bin file (WiFi scanner.bin) from our GitHub
  • Then go back to that operation section. Now connect your d1 mini or any other esp8266 module after you plug in that your device you can see that Com port option appear choose your port and click flash button that is it!


  • IF nothing is shown on that display just press that reset button on your d1 mini board
Conclusion:
  • By following this guide, you have successfully created a Wi-Fi scanner using the D1 Mini board and an OLED display. The project allows you to scan for Wi-Fi networks and display their information conveniently. You can further enhance this project by adding additional functionalities such as sorting the networks by signal strength or implementing a user interface for network selection.

    Remember to refer to the full code and circuit diagram for a complete implementation. This Wi-Fi scanner project serves as an excellent learning opportunity to understand the basics of wireless networks, microcontroller programming, and working with displays.

Comments