https://github.com/mr-addict/useless-box
Arduino Useless Box
https://github.com/mr-addict/useless-box
3d-printing arduino useless-box
Last synced: about 1 year ago
JSON representation
Arduino Useless Box
- Host: GitHub
- URL: https://github.com/mr-addict/useless-box
- Owner: MR-Addict
- License: gpl-3.0
- Created: 2021-04-17T13:14:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T00:23:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T07:36:12.578Z (about 1 year ago)
- Topics: 3d-printing, arduino, useless-box
- Language: C++
- Homepage:
- Size: 16.1 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useless Box
## 1. Parts needed
### 1.1 3D Printing
There are some parts you need to 3D print yourself, 5 of them totally. You can find them in `3D-File/Stl` folder. You can also modify these parts in `3D-File/Parts` folder if you konw how to use solidworks.

### 1.2 Electronics
In this project, I use `Arduino Uno` as my controller, and you also need some other parts as BOM table showing below. Feel free to replace some of them if you are familiar with arduino projects.
| Electronics | quantity | Image |
| :------------------- | :------: | :----------------------------------------: |
| Arduino Uno | 1 |  |
| Toggle Swtich | 1 |  |
| DC-005 Power Socket | 1 |  |
| HD-1160A Servo Motor | 2 |  |
## 2. Assemble
First you need to wire your electronics referring to below diagram.
> Note that you must apply **5V power** to the circuit if you are wiring like me.

Then assemble 3D printing parts and wired electronics together.
You can use a longer servo stick instead of using 3D printing **stick** part like I did.

Finally, upload arduino code to your board and have fun!
## 3. Presentation
https://user-images.githubusercontent.com/75357598/142750349-8485f8f9-0854-4409-b59b-4909fe04149b.mp4