2020 was a challenging year due to the Corona Covid-19. It dramatically changes our lifestyle and human behaviors. We can't touch everything intuitively in public or before entering the shop. We subconsciously sanitize our hands before shaking hands with friends. Therefore, to contribute to this particular year, this idea comes out.
- Python
- Arduino
- Prusa 3D Print Slicer
- Solenoid Valve x1
- Arduino Uno x1
- Breadboard x1
- Powersupply 24V x1
- Adaptor 5V x1
- Button Sensor x3
- Servo Motor x3
- Relay x3
- 3D Printing Part
Here are all the components. Start from the hand, there are buttons on the palm as the trigger. And then the sprayer and the linkage mechanism on the former arm. On the upper arm, there is an actuator and the circuit. All of the customized parts are made by 3d printer, and tight by velcro on the arm.
This linkage mechanism is driven by two servo motors, which are installed on both sides. Through exploded view, you can see the main transmission consists of three links, two connectors, one anchor, and one rotating output. This will perfectly demonstrate the sloping curve, which you can see the motion trajectory on the right. The land gear of the plane inspires this idea by using the short link to drive the long link.
- The spray system is driven by pneumatic. There are two metal cylinders. One is the high-pressure air CO2 cylinder. Another one is to contain sanitizer such as alcohol. Through 5 way 3 position solenoid power valves, the sanitizer will rush out to the designated port. 8mm PU pipes has been used for the connection. Besides, installing the regulating valve to adjusting the pressure for Sprayer A. And a Stop valve to control the CO2 cylinder.
- Two 5V relays are used to control the 24V solenoid valve to vent the pressurized air to the designated port through Arduino.
- In Arduino code, the variables are defined first at the beginning, including servo motors, led pin(for testing), relays and button sensors. Then in the Setup function, Button ports are all input, and the rest are output. In the main function, there are two logics. One is for activating Sprayer A, another is for Sprayer B. One thing to note is the servo motor angle setting is opposite for each.
- To activate the weapon. There are three buttons on your palm. Through three two gestures, it will come out with different features. These buttons are hidden on the palm integrated with 3D printed components.
- Gesture B, which is the badass one. You clench your fist. The sanitizer will come out with high-pressure air to clean everything you are targeting without mercy. And vent all the anger from Covid-19.