Welcome to Swiper, No Swiping! This webpage links to the SNS annoyance and security device that tracks the security of your belongings in real-time. Need to leave your backpack, bike, or other important belonging unattended in a public place? Simply insert or affix the Swiper, No Swiping device and you're all set!
            The SNS device constantly monitors for movement. If it detects that it moved, ie someone has picked up your important belonging, it will buzz loudly and uncontrollably, frightening the culprit until they leave your bag alone. Not only that, but it will send you an email notification so you can come back to check on your belongings. What's more, you can access the web server to see the history of your device's movement. If it only moved for a brief few seconds, perhaps it was merely pushed - but if the convenient graph indicates that it moved for an extended period of time, you know someone is trying to steal your stuff.
            How does it work? The Swiper, No Swiping device operates off of an ESP8266 microcontroller, MPU6050 gyroscope, and buzzer. When the gyroscope detects excessive movement, it will sound the buzzer and send an HTTP POST request via WiFi to the web server. The web server will receive the movement log and post it onto a database while also sending the email notification to the user such long as it hasn't been less than 10 seconds since the last notification - we want to keep the user informed of all movements, but also not spam them too much. Finally, when any user accesses the web application, they will see the movement history of the device accessed via the database. When not in use, the SNS device can simply be powered off.
            This project was inspired by the fright of leaving your expensive personal belongings at a hackathon - or airport, or train station, or anywhere for that matter. Want to leave your bag to claim a seat but don't want it stolen? Simply place the SNS device in your backpack and wander off in peace, knowing that the moment anyone tries to move your bag, you will instantly be notified and the fright of the sound will scare the culprit off.
            *Post-Tree Hacks 2025: Nothing on the graph? That's cause there's no hardware device actively writing to the database anymore :(