eggsactly / arduino-wardriving

Adafruit based ESP8266 wardriving hardware
GNU Lesser General Public License v3.0
30 stars 5 forks source link
adafruit-huzzah arduino esp8266 esp8266-arduino wardriving

ESP8266 based Arduino wardriving warcycling

Wardriving Device on Bike

What is this?

A simple/cheap hardware + software setup to do warcycling trips and store as much information as we can on a SD card, using a small Arduino box. This project was forked from reynico's arduino-wardriving project and adapted to work with the Adafruit ESP8266 HUZZAH and FeatherWings.

Use this hardware to bike around your neighborhood to find where Wifi Hotspots are located, find the encryption of each hotspot, plot the data on popular map apps and upload the data to wigle.net.

Plot of Wifi hotspots in Tempe

What do we need?

What does this do?

What does this not do?

What is different in this fork

Electric setup

The diagrams below show how to configure all the Feather Wings. Please read all instructions carefully.

Feather Wing Doubler

On the Featherwing Doubler pins a 22K resistor should be attached between the ADC pin and ground. A 100k resistor should be attached between the VBAT pin and the ADC pin. The RX pin should be mapped to the second NC from RX. Pin 4 should be mapped from the third NC pin from RX.

Featherwing Doubler

Adalogger Feather Wing

The Adalogger Feather Wing requires no special configuration, solder on Feather Stacking Headers to all pin locations.

Adalogger

OLED Display Feather Wing

All pins on the OLED Feather Wing should have the 2mm Pitch Break-apart Male Headers soldered on except for pin B because this pin is used to sample the FIX pin from the GPS.

OLED Screen

GPS Feather Wing

The default TX and RX connections should be cut with a knife on the bottom of the GPS breakout Feather Wing. The TX pin should be mapped to the second NC from TX. The Fix Pin should be mapped from the third NC pin from TX. All pins on the GPS logger should have Feather Stacking Headers soldered onto them.

GPS breakout

The ESP8266 and GPS module should be stacked on the top portion and the Data Logger and LCD screen should be stacked on the bottom portion.

Caution should be exercised when programming the ESP8266. Because the programming serial interface and the GPS module share the same pins, the GPS module shall be removed before programming takes place.

Mount

The mount source files are stored in the mount/ directory as .scad files. They can be converted to .stl files to be 3D printed by running make in the mount directory. The compiled stl files can be downloaded off thingiverse. If you want to build the stl files from scratch OpenSCAD is required for the build process. The directory contains four design files. The mounts were designed to have cantilevers so they can snap together without screws. The exception being the connection between the handle bar mounts.

Central Mount

Mount for the feather Wing circuit card and has attachments for the battery adaptor and handle bar mount.

Central Mount

Battery Mount

Mount to attach the battery to the Central Mount.

Battery Mount

Handle Bar Mount Up

Mount to attach the Central Mount to the Handle Bar Mount Low.

Handle Bar Mount Up

Handle Bar Mount Low

Mount to attach to the Handle Bar Mount Up to clamp around bicylce handle bars.

Handle Bar Mount Low

Python Scripts

The content written to the .CSV on the SD card is large and contains redundant information. This project contains two python scripts for compressing and converting the data.