Skip to content

e1z0/WifiAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Wifi Analyzer

WiFi Analyzer can help you to identify Wi-Fi problems, find the best channel or the best place for your router/access-point. Now it works in your esp8266 device with connected large 3.5inch lcd screen!

Tested with these esp8266 boards

  • LOLIN(WEMOS) D1
  • Amica NodeMCU

Wiring

  • Display SDO/MISO to NodeMCU pin D6
  • Display LED to NodeMCU pin VIN (or 5V)
  • Display SCK to NodeMCU pin D5
  • Display SDI/MOSI to NodeMCU pin D7
  • Display DC (or AO)to NodeMCU pin D3
  • Display RESET to NodeMCU pin D4 (or RST, see below)
  • Display CS to NodeMCU pin D8 (or GND, see below)
  • Display GND to NodeMCU pin GND (0V)
  • Display VCC to NodeMCU 5V or 3.3V
  • Display T_CS to NodeMCU pin D2

The TFT RESET pin can be connected to the NodeMCU RST pin or 3.3V to free up a control pin. The NodeMCU D0 pin can be used for RST.

Firmware

When compiling with Arduino IDE, make sure you already have library: https://github.com/Bodmer/TFT_eSPI Also copy file User_Setup.h to ~/Documents/Arduino/libraries/TFT_eSPI (directory is different in each operating system)

Background

It's based on https://github.com/moononournation/ESP8266WiFiAnalyzer with modifications to support TFT 480x320 RaspberryPI LCD Screen

Another similar projects and sources

About

ESP8266 Based Wifi Analyzer using RaspberryPI 480x320 TFT LCD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published