Are you tired of always having to crush your cans on your own or not crushing them at all and they take up a lot of space in the trash. Now with this automatic can crusher you don't have to worry about that, just place the can inside and let the machine do the rest.
Video Demonstration:
Setup:
This can crusher works by using a ultrasonic sensor to then make a stepper motor turn in a makeshift H bridge formation. The stepper motor will then turn on the motor which crushes the can and then it will turn again to make the motor reverse and reset for the next can.
The Mechanics of the Project - This project initially starts with the wooden structure that allows for a 3D printed arm to crush the can. The arm crushes the can because it acts as a lead and ball screw using a nut and a bolt. When the motor is powered it turns the bolt which in turn pushes the screw down and makes the arm crush the can.
Here is a picture of the 3D printed arm and a can crushed by the motor:
The Electronics of the Project - We use a particle argon to power and read an Ultrasonic sensor to tell us when the can is placed in the device and is ready to be crushed. The particle then sends a signal to the other particle which now activates the stepper motor that is setup as the H-Bridge (better described in the next section). The stepper is then on a timer to make the motor spin clockwise crushing the can and then after the time it takes to crush the can it will then reverse the polarity of the motor making it spin counterclockwise to reset the crushing arm.
Makeshift H-Bridge - The reason for the makeshift H-Bridge was because we did not have one in a motor driver that could handle the amperage needed to crush the can. So we used the stepper motor and precut wires to make our own H-Bridge. The way it works is in three stages. Stage one where none of the wires are touching so the motor is not running. Stage two where the positives are connected and the negatives are connected together causing the motor to spin clockwise. Stage three where the positives are connected to the negatives, this swaps the polarity of the motor making it spin counterclockwise. All of this is timed accordingly using coding. Here are the stages pictured:
Stage one- unactivated
Stage two- clockwise
Stage three: CounterClockwise
This would conclude the process of how our project was setup!
Comments