Skip to content

m1cr0lab-espboy/WiFiScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Scanner for ESPboy

Inspired by tobozo's tweet, I wanted to code a new WiFi network scanner for the ESPboy that presents the collected data in a different form than the one proposed by Roman (the ESPboy creator):

Comparisons of currently available scanners for ESPboy

The WiFi channel saturation histogram builds by counting the number of access points occupying each channel. The height of the bars computes by the ratio between the number of access points occupying each channel compared to the maximum number observed for all channels.

A color scale indicates the quality of the best-observed signal for each channel. Red indicates a severely weakened signal, while green shows maximum signal quality.

You can view the available access points by scrolling through the channels from left to right. The signal power shows for each access point. A lock indicates that the respective network is protected.

I thank tobozo for his inspiring experiments and lovyan03 for his fabulous LovyanGFX graphics driver.