ESP8266-Wardriving icon indicating copy to clipboard operation
ESP8266-Wardriving copied to clipboard

ESP8266 wardriving scripts & Jupyter Notebook data visualization tools

Results 9 ESP8266-Wardriving issues
Sort by recently updated
recently updated
newest added

I managed to fix the display issue no problem. "'hour' was not declared in this scope" on line 81 I cant figure out how or where I am supposed to...

Heyy Alex, your stuff is really fun 🥇 As I tried to compile your code the following problems occured: wardriving2:16:2: error: #error ("Incorrect screen height, fix Adafruit_SSD1306.h"); 16 | #error("Incorrect...

Hi, I am using Wemon d1 mini pro v3. I managed to get rid of all the library errors and removed the display but my csv file contains only the...

I have the problem that when I want to run it on the microSD it generates the .csv but without the captured information, could you provide me with a .bin...

Error as below. I have already added an #include to the project. If I add #include the errors mulitply dramatically. Is this just an issue with a newer library for...

I was wondering if it would be possible to modify the code to allow client data to be collected as well as Access Point.

What it says in the title - and also a reminder to self to check out auth modes for `auto` / `open` nets

enhancement

WiFi SSID's containing commas break the output `csv` file.

bug

Hi, I'm having a problem compiling the code. ESP8266-Wardriving:24:19: error: 'D4' was not declared in this scope 24 | SoftwareSerial ss(D4, D3); // RX, TX | ^~ ESP8266-Wardriving:24:23: error: 'D3'...