Bad Kitty is a compact ESP32-based research device that automates wireless scanning and session capture for offline analysis. It’s built as a field-friendly, portable box that logs session captures to a micro-SD for later review in standard tools.
DOCS: http://amiscreant.github.io/projects/BadKitty
- SD CARD {ERROR WRITING}
TFT 123x160 RGB_TFT to esp8266
| TFT Pin | ESP8266 Pin |
|---|---|
| GND | GND |
| VCC | 3.3V |
| SCL | D18 |
| SDA | D23 |
| RST | D4 |
| DC | D17 |
| CS | D16 |
| BLK | — (not used) |
Micro SD Card Adapter to esp8266
| SD Pin | ESP8266 Pin |
|---|---|
| GND | GND |
| VCC | 3.3V |
| MISO | D12 |
| MOSI | D13 |
| SCK | D14 |
| CS | D5 |
Flashing Notes:
You must disconnect MISO "On the Micro SD Card Adapter when flashing the binary, Reconnect after flash is complete."
