Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isopod00/automatic-soap-dispenser
An Arduino-controlled soap dispenser that can be used to dispense soap or hand sanitizer without having to touch anything.
https://github.com/isopod00/automatic-soap-dispenser
arduino cpp microcontroller
Last synced: about 1 month ago
JSON representation
An Arduino-controlled soap dispenser that can be used to dispense soap or hand sanitizer without having to touch anything.
- Host: GitHub
- URL: https://github.com/isopod00/automatic-soap-dispenser
- Owner: Isopod00
- License: mit
- Created: 2020-03-20T16:56:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T16:48:15.000Z (over 3 years ago)
- Last Synced: 2023-03-10T10:16:51.424Z (almost 2 years ago)
- Topics: arduino, cpp, microcontroller
- Language: C++
- Homepage:
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic Soap Dispenser
By Anthony Brogni
This project was designed to help with slowing the spread of COVID-19. By eliminating the need to press down on or touch a soap or hand sanitizer bottle, the chance of spreading germs and getting others sick decreases.
## Electronics Used in this Project:
Arduino Pro Micro, Ultrasonic Sensor, 9g Micro Servo Motor, 5V 1A Micro USB Power Supply## 3D Printed Parts Used in this Project:
Height-adjustable enclosure that was printed in two seperate parts, Screw for locking in the height of the enclosure, and a Cover for the enclosure. The CAD files of all the 3D printed parts can be found in the CAD Files folder of the repository!
## Code Used in this Project:
All of the code for this project is contained in a single .ino script that is run by the Arduino Pro Micro. This script utilizes the Servo library which can be found in the Libraries folder of the repository!