This little bad boy tracks your upstairs neighbor's stomping, shows it on the screen, logs it to the SD card, and publishes a web interface to show you when the action happens.
The interface shows a realtime data feed of the stomping, as well as high scores and a graph showing when what kind of stomping happens most. Yes, the whole interface shakes when a stomp happens, because why not?
stompinator.jumpy.mov
It looks nice on mobile too:
You'll need a M5Stack Core2 to run this.
This project uses PlatformIO. You should probably install the PlatformIO VSCode plugin to get started.
Create a file called src/WiFiSecret.h
and define the following:
#define SSID "mySSID"
#define PASSPHRASE "mySuperSecretPassphrase"
Change platformio.ini
to have your device's upload_port
and monitor_port
, upload the sketch, stick the device on your ceiling, and cry because having a cute retro-futuristic interface showing how hard your neighbor stomps changes nothing.