Wifi Network Scanning

by joeyzh in Circuits > Wireless

1267 Views, 27 Favorites, 0 Comments

Wifi Network Scanning

IMAG1671.jpg

Have you ever wondered how many wireless APs are around your house or your working environment? In this Instructable, I'll show you a very simple way to discover all the APs surrounding your environment.

Equipment Needed

IMAG1662.jpg

First thing first. We'll need a small gadget that can scan the air and output to your computer screen. The equipment I use is a programmable platform which I got from eBay (you can search for "Ameba Arduino" in eBay). I got this gadget simply because this Arduino compatible platform has wifi built-in so I don't need to purcvhase extra wifi shield for it. The detail setup steps can be found at http://www.amebaiot.com/en/ameba-arduino-getting-started/

The Code

I have attached the sketch, ScanNetworks.zip, in this Instructable. You can compile and run it to see the result.

Downloads

The Result

ScanNetworks.jpg

The captured picture is the output from the sketch. There are some APs without SSID which means those APs are configured with hidden SSID. This is my first Instruables and I hope you enjoy it. Your comments and feedback are welcomed.