This project was intended to address one of my most recurring issues: having lots of hideous trash in my trash can. What is the reasonable solution? Cover it with a lid! Out of sight out of mind, right? Well, the issue was that the lid would require manual opening, so this looked like a job for my home automation project. I decided to build a custom cardboard-prototyped lid which would serve to completely obscure visible trash while also providing an effortless way to insert various detritus. Here is a video of the functional prototype in action:
As you can see, it works pretty well. The ultrasonic sensor concealed next to the entry flap is used to detect objects that enter the entry area. The sensor is fairly reliable, but it has one caveat: it does not detect non-dense / lighter objects such as tissues. This can be seen demonstrated in this video:
Additionally the lights on the side allow the user to gauge how full the can is at a glance. It utilizes a second ultrasonic sensor located underneath the lid to achieve this.
ProcessThe process of designing and constructing the can was long but rewarding. I started out by measuring the size of my trash can, the argon, the servo, and then partitioning out a large enough area to hold all the circuitry.
Once I had all the dimensions figured out, I moved on and created the base of the lid.
Creating the outer ring from cardboard was an interesting but difficult process. I cut evenly spaced scores into one side of a cardboard strip, which caused it to become flexible enough for me to bend into a circle. Once this was done, I cut out the majority of the other cardboard pieces I had designed in my design document.
After that, I began testing code for the ultrasonic sensor and implementing a rudimentary servo-sensor system on my argon, which would eventually function as the entry flap mechanism.
Once I got that working, I began to piece everything together and integrate the argon and its components into the lid itself. I taped the argon and servo into their final positions, and I routed the ultrasonic sensor through a support platform where it would eventually be looking right into the entry area.
At this point, I also had started working on linking up the fill level LEDs (displayed in the previous image). I cut a hole in the bottom of the lid for the second ultrasonic sensor and linked it up to the argon. Once the LEDs and ultrasonic fill level sensor were fully linked and tested, I routed the LEDs through a cardboard wall, as well as cut a hole in the same wall for the power cord to fit through.
Once all that was done, I needed to start working on the entry flap before I could put the final walls to close off the lid. I went through many design and testing iterations of the flap because it was a challenge to find a design that was sturdy and reliable. My trash can is mainly used to throw away napkins, bottles, and cans, so I knew the flap needed to be sturdy, but it did not need to support that much weight. Eventually, I landed on a design that utilized two paperclips. I suck each paperclip all the way through the flap, through the holes in the servo attachment, bent around the bottom of the flap, and then I hot glued everything together.
In the end, it provided a relatively sturdy platform that I was not worried would easily break. Now that all of the lid components were complete, it was time to finalize the structure. Once I added the fourth and final wall, I also added interior walls to protect the circuitry from any airborne waste.
After I had completed this project, I had learned a significant amount. Although I had tried to design and plan for everything, I realized that one can't plan for everything, and it is important to be flexible and ready for any obstacle that comes your way. For anyone who is trying to recreate this project, I would try and make larger and more sturdy entry flap. Even though the flap was sufficient for my use case, it would have been a better final product if it had been bigger and supported more weight. I would also ensure that calculated dimensions properly account for cardboard thickness.
Comments