Taking inspiration from Annoy-O-Bug, I cooked up a remote version due to my having a poker face that has me in the hole every time. Mine doesn't have the nice PCB (yet, I am still learning Eagle), but does have the annoying factor, even from afar. The only downside is that I don't get to see their faces as they wander around aimlessly.
I wanted to have a device that would make noise, one of those annoying noises you'll will be wandering around forever trying to find.
Parts- an ESP-01,
- a buzzer,
- a box,
- a battery - I have a 3.7v 1000ma battery
- and Blynk, used to create the IoAT (Internet of Annoying Things).
Your basic ESP and the 4 B's it looks like.
I made the breadboard first. I have an adapter for the ESP-01 to a breadboard. They are cheap on eBay and come in very handy. The buzzer is connected through pin GPIO2 of the ESP. I had a small 5v LiPo battery charger board which has served me well on my past couple of ESP projects. I find them on eBay for a couple bucks each.
The introduction picture is a pretty good schematic for the project. Power goes from the battery/module to the ESP, ground is shared with the buzzer. The power comes from the pin when it is turned on. I soldered on the connector for the LiPo battery and used two female jumper wires for the outgoing power and ground, connecting to Vcc and GND of the ESP-01. Ground is also run to the buzzer.
I used GPIO2 pin to control the buzzer. As such the buzzer is connected to pin GPIO2. That is the wiring part of it.
BlynkI had only really used Blynk once before. I thought this would be a fun little project to use it for. On the Blynk app on my iPhone, one button was setup for GPIO2, turn on and turn off. (I have some ideas to expand upon that on and off function, but that if for another project/post.) There is a short sketch which is the example script from Blynk with a couple of lines tossed in.
I also found a little, nondescript box. The prefect size to fit everything, ability to sneak it into an office (in my case), and just muffled enough to make it even harder to find the source of the sound.
Tomorrow it is going into the office with me. Once in my buddy's office I can bother him from anywhere on campus!! I wonder how long it will take him to find it. If you make one, take it along on your next vacation and leave it for someone, remind them of you when you are miles away but still get them with the IoAT.
Comments
Please log in or sign up to comment.